Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2017-03-12 20:00:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/creduce (Old)
 and      /work/SRC/openSUSE:Factory/.creduce.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "creduce"

Sun Mar 12 20:00:12 2017 rev:8 rq:476760 version:2.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2017-01-20 
13:08:05.419813156 +0100
+++ /work/SRC/openSUSE:Factory/.creduce.new/creduce.changes     2017-03-12 
20:00:13.189850582 +0100
@@ -1,0 +2,11 @@
+Fri Mar  3 14:22:05 UTC 2017 - mli...@suse.cz
+
+- Add llvm-clang and llvm as requirements for the package.
+- Clean up spec file via spec-cleaner.
+
+-------------------------------------------------------------------
+Fri Mar  3 10:18:17 UTC 2017 - idon...@suse.com
+
+- Fix build for PowerPC 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ creduce.spec ++++++
--- /var/tmp/diff_new_pack.2CwKIC/_old  2017-03-12 20:00:13.785766262 +0100
+++ /var/tmp/diff_new_pack.2CwKIC/_new  2017-03-12 20:00:13.789765696 +0100
@@ -42,6 +42,8 @@
 Requires:       astyle
 Requires:       delta
 Requires:       indent
+Requires:       llvm-clang-devel >= 3.9.0
+Requires:       llvm-devel >= 3.9.0
 Requires:       perl-Benchmark-Timer
 Requires:       perl-Exporter-Lite
 Requires:       perl-File-Which
@@ -67,7 +69,7 @@
 # bypass bug 927268 for PowerPC
 tmpflags="%{optflags}"
 %ifarch ppc64 ppc64le
-tmpflags=${tmpflags/-fstack-protector}
+tmpflags=${tmpflags/-fstack-protector-strong}
 %endif
 export CXX=clang++
 export CXXFLAGS="${tmpflags}"
@@ -75,10 +77,10 @@
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 
-rm $RPM_BUILD_ROOT%{_prefix}/bin/topformflat
-rm $RPM_BUILD_ROOT%{_prefix}/bin/unifdef
+rm %{buildroot}%{_bindir}/topformflat
+rm %{buildroot}%{_bindir}/unifdef
 
 %files
 %defattr(-,root,root)


Reply via email to