Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2019-10-23 15:53:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/creduce (Old)
 and      /work/SRC/openSUSE:Factory/.creduce.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "creduce"

Wed Oct 23 15:53:42 2019 rev:20 rq:742088 version:2.10.0+git.20191010.8a67e69

Changes:
--------
--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2019-10-22 
15:46:00.189754840 +0200
+++ /work/SRC/openSUSE:Factory/.creduce.new.2352/creduce.changes        
2019-10-23 15:53:51.182889352 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 09:20:56 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Add llvm9-libs-fix.patch and build the package with LLVM9
+  as a dependency.
+
+-------------------------------------------------------------------

New:
----
  llvm9-libs-fix.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ creduce.spec ++++++
--- /var/tmp/diff_new_pack.jvuCPI/_old  2019-10-23 15:53:53.038891358 +0200
+++ /var/tmp/diff_new_pack.jvuCPI/_new  2019-10-23 15:53:53.042891362 +0200
@@ -24,13 +24,14 @@
 Group:          Development/Tools/Other
 URL:            https://github.com/csmith-project/creduce
 Source:         %{name}-%{version}.tar.xz
+Patch0:         llvm9-libs-fix.patch
 BuildRequires:  astyle
-BuildRequires:  clang8-devel
+BuildRequires:  clang9-devel
 BuildRequires:  delta
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  indent
-BuildRequires:  llvm8-devel
+BuildRequires:  llvm9-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-Benchmark-Timer
 BuildRequires:  perl-Exporter-Lite
@@ -40,10 +41,10 @@
 BuildRequires:  perl-Term-ReadKey
 BuildRequires:  zlib-devel
 Requires:       astyle
-Requires:       clang8-devel
+Requires:       clang9-devel
 Requires:       delta
 Requires:       indent
-Requires:       llvm8-devel
+Requires:       llvm9-devel
 Requires:       perl-Benchmark-Timer
 Requires:       perl-Exporter-Lite
 Requires:       perl-File-Which
@@ -62,6 +63,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --libexec=%{_bindir}

++++++ llvm9-libs-fix.patch ++++++
diff --git a/clang_delta/Makefile.in b/clang_delta/Makefile.in
index 5bd6e56..b915946 100644
--- a/clang_delta/Makefile.in
+++ b/clang_delta/Makefile.in
@@ -575,12 +575,7 @@ clang_delta_CXXFLAGS = \
 # libraries.  So probably, we could move `LLVMLDFLAGS' back to the definition
 # of `clang_delta_LDFLAGS'.  I'll do that later.
 clang_delta_LDADD = \
-       -lclangStaticAnalyzerFrontend -lclangStaticAnalyzerCheckers \
-       -lclangStaticAnalyzerCore \
-       -lclangFrontendTool -lclangFrontend -lclangDriver -lclangSerialization \
-       -lclangCodeGen -lclangParse -lclangSema -lclangAnalysis \
-       -lclangRewriteFrontend -lclangRewrite -lclangAST -lclangBasic 
-lclangEdit -lclangLex \
-       -lclangARCMigrate \
+       -lclang-cpp \
        $(LLVMLIBS) \
        $(CLANG_LDFLAGS) \
        $(LLVMLDFLAGS)

Reply via email to