Hello community,

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

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

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

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

Other differences:
------------------
++++++ gcc33.spec ++++++
--- /var/tmp/diff_new_pack.mYTuzd/_old  2011-10-24 14:05:01.000000000 +0200
+++ /var/tmp/diff_new_pack.mYTuzd/_new  2011-10-24 14:05:01.000000000 +0200
@@ -1573,7 +1573,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' \

libgcj33.spec: same change
++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.mYTuzd/_old  2011-10-24 14:05:01.000000000 +0200
+++ /var/tmp/diff_new_pack.mYTuzd/_new  2011-10-24 14:05:01.000000000 +0200
@@ -1181,7 +1181,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