From: Jan Kratochvil Date: Mon, 26 Oct 2020 17:28:53 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://git.jankratochvil.net/?p=lldb-experimental.git;a=commitdiff_plain;h=0be96c5b518ef6f54f78c474a3fa6a1505389609 --- diff --git a/cmake.spec.patch b/cmake.spec.patch new file mode 100644 index 0000000..ba7cf91 --- /dev/null +++ b/cmake.spec.patch @@ -0,0 +1,10 @@ +--- cmake-3.17.0-1.fc32.src.rpm.d/cmake.spec-orig 2020-03-25 14:26:04.000000000 +0100 ++++ cmake-3.17.0-1.fc32.src.rpm.d/cmake.spec 2020-10-26 16:37:18.372185178 +0100 +@@ -289,6 +289,7 @@ $SRCDIR/bootstrap --prefix=%{_prefix} -- + --sphinx-build=%{_bindir}/false \ + %endif + --%{!?with_gui:no-}qt-gui \ ++ --no-system-libarchive \ + ; + popd + %make_build -C %{_vpath_builddir} VERBOSE=1 diff --git a/lldb-experimental.spec b/lldb-experimental.spec index 983fe00..16124a8 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -14,7 +14,7 @@ %endif Name: lldb-experimental Version: 12.0.0 -Release: 0.20201026snap3%{?dist} +Release: 0.20201026snap4%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/