Hello community,

here is the log from the commit of package pcc for openSUSE:Factory checked in 
at 2019-11-07 23:16:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pcc (Old)
 and      /work/SRC/openSUSE:Factory/.pcc.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pcc"

Thu Nov  7 23:16:34 2019 rev:11 rq:745731 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/pcc/pcc.changes  2012-03-06 13:40:19.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.pcc.new.2990/pcc.changes        2019-11-07 
23:16:44.164548549 +0100
@@ -1,0 +2,5 @@
+Tue Nov  5 16:00:07 UTC 2019 - Bernhard Wiedemann <[email protected]>
+
+- Build .a files with -ffat-lto-objects to make them useful
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pcc.spec ++++++
--- /var/tmp/diff_new_pack.L6CgmU/_old  2019-11-07 23:16:47.680552400 +0100
+++ /var/tmp/diff_new_pack.L6CgmU/_new  2019-11-07 23:16:47.716552440 +0100
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
 
 Name:           pcc
 Version:        1.0.0
@@ -74,9 +75,10 @@
 
 %install
 cd pcc-libs-%{version}
-%make_install strip=no
+%makeinstall strip=no
 cd ..
-%make_install strip=no
+%makeinstall strip=no
+
 # avoid conflicts with gcc
 ln -s %{_libexecdir}/%{name}/cpp \
     %{buildroot}%{_bindir}/pcc-cpp


Reply via email to