(no commit message)
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 19 Jun 2021 17:01:37 +0000 (19:01 +0200)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 19 Jun 2021 17:01:37 +0000 (19:01 +0200)
lldb-experimental.spec

index b6f451f..bcf4361 100644 (file)
@@ -1,6 +1,6 @@
 %global fast 0
 %global use_jankratochvil_dwz 1
-%global use_jankratochvil_uniqaddr 1
+%global use_jankratochvil_layout5 1
 %global use_jankratochvil_ocaml_doc 1
 %global use_jankratochvil_rust 0
 %global pkg_prefix /opt/%{name}
@@ -19,7 +19,7 @@
 %endif
 Name: lldb-experimental
 Version: 13.0.0
-Release: 0.20210619snap0%{?dist}
+Release: 0.20210619snap1%{?dist}
 Summary: Next generation high-performance debugger - experimental trunk snapshot
 License: NCSA
 URL: http://lldb.llvm.org/
@@ -93,7 +93,7 @@ This package is an experimental trunk snapshot.
 This package contains off-trunk DWZ support for Fedora debuginfos such as:
   unsupported DW_FORM values: 0x1f20 0x1f21
 %endif
-%if %{use_jankratochvil_uniqaddr}
+%if %{use_jankratochvil_layout5}
 This package contains off-trunk:
   Support for libstdc++11 std::unique_ptr: [[no_unique_address]]
 %endif
@@ -183,7 +183,7 @@ git config user.name jankratochvil
 %if %{use_jankratochvil_dwz}
 git merge jankratochvil/dwz
 %endif
-%if %{use_jankratochvil_uniqaddr}
+%if %{use_jankratochvil_layout5}
 git merge jankratochvil/layout5
 %endif
 %if %{use_jankratochvil_ocaml_doc}