Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2015-05-26 12:35:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and      /work/SRC/openSUSE:Factory/.ccache.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccache"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccache/ccache.changes    2015-05-23 
13:08:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes       2015-05-26 
12:35:55.000000000 +0200
@@ -36,0 +37,6 @@
+Fri May 15 10:08:14 UTC 2015 - [email protected]
+
+- Add the compat symlinks for gcc/g++ to libdir, so prepending
+  libdir to PATH enabled ccache by default
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ccache.spec ++++++
--- /var/tmp/diff_new_pack.Q4UOtU/_old  2015-05-26 12:35:56.000000000 +0200
+++ /var/tmp/diff_new_pack.Q4UOtU/_new  2015-05-26 12:35:56.000000000 +0200
@@ -46,6 +46,12 @@
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags}
 
+# create the compat symlinks into /usr/libdir/ccache
+mkdir -p %{buildroot}/%{_libdir}/%{name}
+cd %{buildroot}/%{_libdir}/%{name}
+ln -sf ../../bin/%{name} gcc
+ln -sf ../../bin/%{name} g++
+
 %check
 %ifarch i586
 # On i586 use only quick minimal testsuite, full one fails
@@ -60,5 +66,6 @@
 %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
 %doc %{_mandir}/man1/%{name}.1%{ext_man}
 %{_bindir}/%{name}
+%{_libdir}/%{name}
 
 %changelog




Reply via email to