Hello community,

here is the log from the commit of package gcc46 for openSUSE:Factory checked 
in at 2012-04-23 09:12:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcc46 (Old)
 and      /work/SRC/openSUSE:Factory/.gcc46.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcc46/gcc46-testresults.changes  2012-03-29 
07:45:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gcc46.new/gcc46-testresults.changes     
2012-04-23 09:12:49.000000000 +0200
@@ -1,0 +2,11 @@
+Thu Apr 19 11:31:06 UTC 2012 - [email protected]
+
+- Fix canonicalized cross targets again.
+- Disable icecream and crosses.
+
+-------------------------------------------------------------------
+Wed Mar 28 11:47:55 UTC 2012 - [email protected]
+
+- Fix libstdc++.so-gdb.py autoload script.  [bnc#750960]
+
+-------------------------------------------------------------------
gcc46.changes: same change
libffi46.changes: same change
libgcj46.changes: same change

Old:
----
  cross-armv5el-gcc-icecream-backend.changes
  cross-armv5el-gcc-icecream-backend.spec
  cross-armv7l-gcc-icecream-backend.changes
  cross-armv7l-gcc-icecream-backend.spec
  cross-hppa-gcc-icecream-backend.changes
  cross-hppa-gcc-icecream-backend.spec
  cross-i386-gcc-icecream-backend.changes
  cross-i386-gcc-icecream-backend.spec
  cross-ia64-gcc-icecream-backend.changes
  cross-ia64-gcc-icecream-backend.spec
  cross-ppc-gcc-icecream-backend.changes
  cross-ppc-gcc-icecream-backend.spec
  cross-ppc64-gcc-icecream-backend.changes
  cross-ppc64-gcc-icecream-backend.spec
  cross-s390-gcc-icecream-backend.changes
  cross-s390-gcc-icecream-backend.spec
  cross-s390x-gcc-icecream-backend.changes
  cross-s390x-gcc-icecream-backend.spec
  cross-x86_64-gcc-icecream-backend.changes
  cross-x86_64-gcc-icecream-backend.spec

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

Other differences:
------------------
++++++ gcc46-testresults.spec ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -16,6 +16,7 @@
 #
 # icecream 0
 
+
 %define building_testsuite 1
 %define run_tests 1
 #
@@ -175,9 +176,10 @@
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
-Requires:       binutils glibc-devel
-Requires:       libmpc2 >= 0.8.1
+Requires:       binutils
 Requires:       cpp46 = %{version}-%{release}
+Requires:       glibc-devel
+Requires:       libmpc2 >= 0.8.1
 %if 0%{!?build_optional_compiler:1}
 Requires:       libgcc%{libgcc_s} >= %{version}-%{release}
 Requires:       libgomp1 >= %{version}-%{release}

++++++ gcc46.spec ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -158,9 +158,10 @@
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
-Requires:       binutils glibc-devel
-Requires:       libmpc2 >= 0.8.1
+Requires:       binutils
 Requires:       cpp46 = %{version}-%{release}
+Requires:       glibc-devel
+Requires:       libmpc2 >= 0.8.1
 %if 0%{!?build_optional_compiler:1}
 Requires:       libgcc%{libgcc_s} >= %{version}-%{release}
 Requires:       libgomp1 >= %{version}-%{release}
@@ -703,8 +704,8 @@
 Summary:        GNU Objective C++ Compiler
 License:        GPL-3.0+
 Group:          Development/Languages/Other
-Requires:       gcc46-objc = %{version}-%{release}
 Requires:       gcc46-c++ = %{version}-%{release}
+Requires:       gcc46-objc = %{version}-%{release}
 
 %description obj-c++
 This package contains the GNU Objective C++ compiler. Objective C++ is an
@@ -1188,13 +1189,13 @@
 Summary:        Include Files and Libraries mandatory for Development.
 License:        GPL-2.0-with-classpath-exception
 Group:          Development/Libraries/Java
-Requires:       libstdc++46-devel = %{version}
-Requires:       libgcj%{gcj_sover} >= %{version}-%{release}
-Requires:       libgcj_bc1 >= %{version}-%{release}
-Requires:       libgcj46-jar = %{version}-%{release}
+Requires:       glibc-devel
 Requires:       gtk2-devel
 Requires:       libart_lgpl-devel
-Requires:       glibc-devel
+Requires:       libgcj%{gcj_sover} >= %{version}-%{release}
+Requires:       libgcj46-jar = %{version}-%{release}
+Requires:       libgcj_bc1 >= %{version}-%{release}
+Requires:       libstdc++46-devel = %{version}
 Requires:       zlib-devel
 %ifarch ia64
 Requires:       libunwind-devel
@@ -1940,10 +1941,12 @@
 # place so ldconfig does not complain
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}
 mv $RPM_BUILD_ROOT%{mainlibdir}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/
+sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/libstdc++.so.*-gdb.py
 %if %{biarch}
   if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
     mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}
     mv $RPM_BUILD_ROOT%{mainlibdirbi}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/
+    sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/libstdc++.so.*-gdb.py
   fi
 %endif
 %endif

++++++ libffi46.spec ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -16,6 +16,7 @@
 #
 # icecream 0
 
+
 %define building_libffi 1
 #
 # spec file for package gcc46 (Version 4.6.x)
@@ -174,9 +175,10 @@
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
-Requires:       binutils glibc-devel
-Requires:       libmpc2 >= 0.8.1
+Requires:       binutils
 Requires:       cpp46 = %{version}-%{release}
+Requires:       glibc-devel
+Requires:       libmpc2 >= 0.8.1
 %if 0%{!?build_optional_compiler:1}
 Requires:       libgcc%{libgcc_s} >= %{version}-%{release}
 Requires:       libgomp1 >= %{version}-%{release}

++++++ libgcj46.spec ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -16,6 +16,7 @@
 #
 # icecream 0
 
+
 %define building_libjava 1
 #
 # spec file for package gcc46 (Version 4.6.x)
@@ -174,9 +175,10 @@
 # COMMON-END
 
 %if !0%{?building_libjava:1}%{?building_libffi:1}%{?building_testsuite:1}
-Requires:       binutils glibc-devel
-Requires:       libmpc2 >= 0.8.1
+Requires:       binutils
 Requires:       cpp46 = %{version}-%{release}
+Requires:       glibc-devel
+Requires:       libmpc2 >= 0.8.1
 %if 0%{!?build_optional_compiler:1}
 Requires:       libgcc%{libgcc_s} >= %{version}-%{release}
 Requires:       libgomp1 >= %{version}-%{release}
@@ -305,13 +307,13 @@
 Summary:        Include Files and Libraries mandatory for Development.
 License:        GPL-2.0-with-classpath-exception
 Group:          Development/Libraries/Java
-Requires:       libstdc++46-devel = %{version}
-Requires:       libgcj%{gcj_sover} >= %{version}-%{release}
-Requires:       libgcj_bc1 >= %{version}-%{release}
-Requires:       libgcj46-jar = %{version}-%{release}
+Requires:       glibc-devel
 Requires:       gtk2-devel
 Requires:       libart_lgpl-devel
-Requires:       glibc-devel
+Requires:       libgcj%{gcj_sover} >= %{version}-%{release}
+Requires:       libgcj46-jar = %{version}-%{release}
+Requires:       libgcj_bc1 >= %{version}-%{release}
+Requires:       libstdc++46-devel = %{version}
 Requires:       zlib-devel
 %ifarch ia64
 Requires:       libunwind-devel
@@ -1010,10 +1012,12 @@
 # place so ldconfig does not complain
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}
 mv $RPM_BUILD_ROOT%{mainlibdir}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/
+sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/libstdc++.so.*-gdb.py
 %if %{biarch}
   if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
     mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}
     mv $RPM_BUILD_ROOT%{mainlibdirbi}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/
+    sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/libstdc++.so.*-gdb.py
   fi
 %endif
 %endif

++++++ change_spec ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -14,9 +14,9 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
-do_icecream=1
-do_cross_static=1
-do_cross_shared=1
+do_icecream=0
+do_cross_static=0
+do_cross_shared=0
 do_optional_compiler=0
 do_optional_compiler_languages=0
 rm -f libgcj*.spec libgcj*.changes libffi*.spec libffi*.changes 
gcc*-testresults.spec gcc*-testresults.changes gcc*.spec cross*.spec 
cross*.changes

++++++ cross-icecream.spec.in ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -56,7 +56,7 @@
 
 # But the assembler comes from the cross-binutils, and hence is _not_
 # named funnily, not even on ppc, so there we need the original target
-install -s -D %{_prefix}/bin/%{canonical_target}-linux-as \
+install -s -D %{_prefix}/bin/%{canonical_target}-suse-linux-as \
        $RPM_BUILD_ROOT/env/usr/bin/as
 install -s $RPM_BUILD_ROOT/inst%{_prefix}/bin/%{CONFIGURE_TARGET}-g++ \
        $RPM_BUILD_ROOT/env/usr/bin/g++


++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.7bMasJ/_old  2012-04-23 09:12:52.000000000 +0200
+++ /var/tmp/diff_new_pack.7bMasJ/_new  2012-04-23 09:12:52.000000000 +0200
@@ -1365,10 +1365,12 @@
 # place so ldconfig does not complain
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}
 mv $RPM_BUILD_ROOT%{mainlibdir}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/
+sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdir}/libstdc++.so.*-gdb.py
 %if %{biarch}
   if test -d $RPM_BUILD_ROOT%{versmainlibdirbi}; then
     mkdir -p $RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}
     mv $RPM_BUILD_ROOT%{mainlibdirbi}/libstdc++.so.*-gdb.py 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/
+    sed -i -e '/^libdir/s/\/gcc\/%{GCCDIST}\/%{gcc_dir_version}//g' 
$RPM_BUILD_ROOT%{_datadir}/gdb/auto-load%{mainlibdirbi}/libstdc++.so.*-gdb.py
   fi
 %endif
 %endif

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

Reply via email to