Hello community,

here is the log from the commit of package gcc41 for openSUSE:12.1 checked in 
at 2011-10-24 12:45:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.1/gcc41 (Old)
 and      /work/SRC/openSUSE:12.1/.gcc41.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcc41", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.1/gcc41/gcc41.changes 2011-10-24 12:41:02.000000000 
+0200
+++ /work/SRC/openSUSE:12.1/.gcc41.new/gcc41.changes    2011-10-24 
14:05:02.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Oct 21 16:25:23 CEST 2011 - [email protected]
+
+- do not use /usr/src/packages in specfile
+
+-------------------------------------------------------------------
libgcj41.changes: same change

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

Other differences:
------------------
++++++ gcc41.spec ++++++
--- /var/tmp/diff_new_pack.AbJGLT/_old  2011-10-24 14:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.AbJGLT/_new  2011-10-24 14:05:41.000000000 +0200
@@ -1831,7 +1831,7 @@
 # Remove some crap from the .la files:
 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
   echo "changing $l"
-  sed -e '/^dependency_libs/s| -L/usr/src/packages/BUILD/[^ ]*||g' \
+  sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
       -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
       -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
       -e '/^dependency_libs/s|-L[^ ]* ||g' \

libgcj41.spec: same change
++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.AbJGLT/_old  2011-10-24 14:05:41.000000000 +0200
+++ /var/tmp/diff_new_pack.AbJGLT/_new  2011-10-24 14:05:41.000000000 +0200
@@ -1357,7 +1357,7 @@
 # Remove some crap from the .la files:
 for l in `find $RPM_BUILD_ROOT -name '*.la'`; do
   echo "changing $l"
-  sed -e '/^dependency_libs/s| -L/usr/src/packages/BUILD/[^ ]*||g' \
+  sed -e '/^dependency_libs/s| -L%{_builddir}/[^ ]*||g' \
       -e '/^dependency_libs/s| -L/usr/%{GCCDIST}/bin||g' \
       -e '/^dependency_libs/s|-lm \(-lm \)*|-lm |' \
       -e '/^dependency_libs/s|-L[^ ]* ||g' \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to