Mailinglist Archive: opensuse-commit (1117 mails)

< Previous Next >
commit gcc41 for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Fri, 06 Feb 2009 23:15:32 +0100
  • Message-id: <20090206221532.A6D876780B0@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package gcc41 for openSUSE:Factory
checked in at Fri Feb 6 23:15:32 CET 2009.


--------
--- gcc41/cross-avr-gcc.changes 2008-12-05 14:18:09.000000000 +0100
+++ gcc41/cross-avr-gcc.changes 2009-02-06 15:55:12.000000000 +0100
@@ -1,0 +2,10 @@
+Fri Feb 6 15:54:59 CET 2009 - rguenther@xxxxxxx
+
+- Fix obsoletes for libgcj-64bit.
+
+-------------------------------------------------------------------
+Fri Jan 30 16:26:38 CET 2009 - rguenther@xxxxxxx
+
+- Add Obsoletes for ppc -> ppc64 update. [bnc#437293]
+
+-------------------------------------------------------------------
gcc41.changes: same change
libgcj41.changes: same change

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ cross-avr-gcc.spec ++++++
--- /var/tmp/diff_new_pack.i22650/_old 2009-02-06 23:10:59.000000000 +0100
+++ /var/tmp/diff_new_pack.i22650/_new 2009-02-06 23:10:59.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package cross-avr-gcc (Version 4.1.3_20080612)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,7 +35,7 @@
Url: http://gcc.gnu.org/
License: BSD 3-Clause; GPL v2 or later; LGPL v2.1 or later; X11/MIT
Version: 4.1.3_20080612
-Release: 28
+Release: 31
%define gcc_version %(echo %version | sed 's/_.*//')
%define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed
's/_/-/')
%define binsuffix -4.1
@@ -415,6 +415,10 @@
%{_prefix}

%changelog
+* Fri Feb 06 2009 rguenther@xxxxxxx
+- Fix obsoletes for libgcj-64bit.
+* Fri Jan 30 2009 rguenther@xxxxxxx
+- Add Obsoletes for ppc -> ppc64 update. [bnc#437293]
* Fri Dec 05 2008 dmueller@xxxxxxx
- Build crtend*.o without unwind tables.
* Fri Nov 21 2008 ro@xxxxxxx

++++++ gcc41.spec ++++++
--- /var/tmp/diff_new_pack.i22650/_old 2009-02-06 23:10:59.000000000 +0100
+++ /var/tmp/diff_new_pack.i22650/_new 2009-02-06 23:10:59.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package gcc41 (Version 4.1.3_20080612)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -119,7 +119,7 @@
Url: http://gcc.gnu.org/
License: GPL v2 or later
Version: 4.1.3_20080612
-Release: 27
+Release: 30
%define gcc_version %(echo %version | sed 's/_.*//')
%define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed
's/_/-/')
%define binsuffix -4.1
@@ -571,6 +571,12 @@
Group: Development/Libraries/Other
Provides: libobjc = %{version}-%{release}
Obsoletes: libobjc
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "" == ""
+%ifarch ppc64
+Obsoletes: libobjc-64bit
+%endif
+%endif

%description -n libobjc41
The library for the GNU Objective C compiler.
@@ -592,6 +598,12 @@
Group: Development/Libraries/Other
Provides: libobjc-32bit = %{version}-%{release}
Obsoletes: libobjc-32bit
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-32bit" == ""
+%ifarch ppc64
+Obsoletes: libobjc-64bit
+%endif
+%endif

%description -n libobjc41-32bit
The library for the GNU Objective C compiler.
@@ -611,6 +623,12 @@
Group: Development/Libraries/Other
Provides: libobjc-64bit = %{version}-%{release}
Obsoletes: libobjc-64bit
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-64bit" == ""
+%ifarch ppc64
+Obsoletes: libobjc-64bit
+%endif
+%endif

%description -n libobjc41-64bit
The library for the GNU Objective C compiler.
@@ -750,6 +768,12 @@
Group: Development/Languages/Fortran
Provides: libgfortran = %{version}-%{release}
Obsoletes: libgfortran
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "" == ""
+%ifarch ppc64
+Obsoletes: libgfortran-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libgfortran41
@@ -777,6 +801,12 @@
Group: Development/Languages/Fortran
Provides: libgfortran-32bit = %{version}-%{release}
Obsoletes: libgfortran-32bit
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-32bit" == ""
+%ifarch ppc64
+Obsoletes: libgfortran-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libgfortran41-32bit
@@ -798,6 +828,12 @@
Group: Development/Languages/Fortran
Provides: libgfortran-64bit = %{version}-%{release}
Obsoletes: libgfortran-64bit
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-64bit" == ""
+%ifarch ppc64
+Obsoletes: libgfortran-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libgfortran41-64bit
@@ -818,6 +854,12 @@
Summary: The Mudflap Extension Runtime Library
Group: Development/Languages/C and C++
Provides: libmudflap = %{version}-%{release}
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "" == ""
+%ifarch ppc64
+Obsoletes: libmudflap-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libmudflap41
@@ -839,6 +881,12 @@
Summary: The Mudflap Extension Runtime Library
Group: Development/Languages/C and C++
Provides: libmudflap-32bit = %{version}-%{release}
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-32bit" == ""
+%ifarch ppc64
+Obsoletes: libmudflap-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libmudflap41-32bit
@@ -858,6 +906,12 @@
Summary: The Mudflap Extension Runtime Library
Group: Development/Languages/C and C++
Provides: libmudflap-64bit = %{version}-%{release}
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "-64bit" == ""
+%ifarch ppc64
+Obsoletes: libmudflap-64bit
+%endif
+%endif
AutoReqProv: on

%description -n libmudflap41-64bit
@@ -890,6 +944,10 @@
Group: System/Libraries
Provides: libgcj = %{version}-%{release}
Obsoletes: libgcj
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%ifarch ppc64
+Obsoletes: libgcj-64bit
+%endif
AutoReqProv: on

%description -n libgcj41
@@ -2235,6 +2293,10 @@
%endif

%changelog
+* Fri Feb 06 2009 rguenther@xxxxxxx
+- Fix obsoletes for libgcj-64bit.
+* Fri Jan 30 2009 rguenther@xxxxxxx
+- Add Obsoletes for ppc -> ppc64 update. [bnc#437293]
* Fri Dec 05 2008 dmueller@xxxxxxx
- Build crtend*.o without unwind tables.
* Fri Nov 21 2008 ro@xxxxxxx

++++++ libgcj41.spec ++++++
--- /var/tmp/diff_new_pack.i22650/_old 2009-02-06 23:10:59.000000000 +0100
+++ /var/tmp/diff_new_pack.i22650/_new 2009-02-06 23:10:59.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package libgcj41 (Version 4.1.3_20080612)
#
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -132,7 +132,7 @@
Url: http://gcc.gnu.org/
License: GPL v2 or later; LGPL v2.1 or later
Version: 4.1.3_20080612
-Release: 38
+Release: 41
%define gcc_version %(echo %version | sed 's/_.*//')
%define snapshot_date %(echo %version | sed 's/[34]\.[0-4]\.[0-6]//' | sed
's/_/-/')
%define binsuffix -4.1
@@ -242,6 +242,10 @@
Group: System/Libraries
Provides: libgcj = %{version}-%{release}
Obsoletes: libgcj
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%ifarch ppc64
+Obsoletes: libgcj-64bit
+%endif
AutoReqProv: on

%description
@@ -1145,6 +1149,10 @@
%endif

%changelog
+* Fri Feb 06 2009 rguenther@xxxxxxx
+- Fix obsoletes for libgcj-64bit.
+* Fri Jan 30 2009 rguenther@xxxxxxx
+- Add Obsoletes for ppc -> ppc64 update. [bnc#437293]
* Fri Dec 05 2008 dmueller@xxxxxxx
- Build crtend*.o without unwind tables.
* Fri Nov 21 2008 ro@xxxxxxx

++++++ gcc.spec.in ++++++
--- /var/tmp/diff_new_pack.i22650/_old 2009-02-06 23:11:04.000000000 +0100
+++ /var/tmp/diff_new_pack.i22650/_new 2009-02-06 23:11:04.000000000 +0100
@@ -402,6 +402,12 @@
Group: Development/Libraries/Other
Provides: libobjc@gcc_suffix@@variant@ = %{version}-%{release}
Obsoletes: libobjc@gcc_suffix@@variant@
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "@variant@" == ""
+%ifarch ppc64
+Obsoletes: libobjc-64bit
+%endif
+%endif

%description -n libobjc@base_ver@@gcc_suffix@@variant@
The library for the GNU Objective C compiler.
@@ -492,6 +498,12 @@
Group: Development/Languages/Fortran
Provides: libgfortran@gcc_suffix@@variant@ = %{version}-%{release}
Obsoletes: libgfortran@gcc_suffix@@variant@
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "@variant@" == ""
+%ifarch ppc64
+Obsoletes: libgfortran-64bit
+%endif
+%endif
Autoreqprov: on

%description -n libgfortran@base_ver@@gcc_suffix@@variant@
@@ -510,6 +522,12 @@
Summary: The Mudflap Extension Runtime Library
Group: Development/Languages/C and C++
Provides: libmudflap@gcc_suffix@@variant@ = %{version}-%{release}
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%if "@variant@" == ""
+%ifarch ppc64
+Obsoletes: libmudflap-64bit
+%endif
+%endif
Autoreqprov: on

%description -n libmudflap@base_ver@@gcc_suffix@@variant@
@@ -540,6 +558,10 @@
Group: System/Libraries
Provides: libgcj@gcc_suffix@ = %{version}-%{release}
Obsoletes: libgcj@gcc_suffix@
+# make SLE10 ppc -> SLE11 ppc64 update happy
+%ifarch ppc64
+Obsoletes: libgcj-64bit
+%endif
Autoreqprov: on

%description -n libgcj@base_ver@@gcc_suffix@


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



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages