Mailinglist Archive: opensuse-commit (1082 mails)

< Previous Next >
commit binutils
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Sun, 06 May 2007 17:13:01 +0200
  • Message-id: <20070506151301.C14916780DE@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package binutils
checked in at Sun May 6 17:13:01 CEST 2007.

--------
--- binutils/binutils.changes   2007-04-23 20:12:03.000000000 +0200
+++ /mounts/work_src_done/STABLE/binutils/binutils.changes      2007-05-04 11:27:32.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May  4 11:27:27 CEST 2007 - schwab@xxxxxxx
+
+- Update to binutils CVS HEAD.
+- Remove obsolete obsoletes.
+
+-------------------------------------------------------------------
cross-alpha-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sh4-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

Old:
----
  binutils-power6-dfp-opcodes.patch

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.k29760/_old  2007-05-06 17:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.k29760/_new  2007-05-06 17:12:02.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package binutils (Version 2.17.50.20070405)
+# spec file for package binutils (Version 2.17.50.20070504)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -44,18 +44,14 @@
 License:        GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
 Group:          Development/Tools/Building
 PreReq:         %{install_info_prereq}
-%if "%name" == "binutils"
-Obsoletes:      binuti_o
-%endif
 Autoreqprov:    on
-Version:        2.17.50.20070405
-Release:        4
+Version:        2.17.50.20070504
+Release:        1
 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
 Summary:        GNU Binutils
 Source:         binutils-%{binutils_version}.tar.bz2
 Source1:        pre_checkin.sh
 Source2:        README.First-for.SuSE.packagers
-Patch:          binutils-power6-dfp-opcodes.patch
 Patch1:         mips-pic.patch
 Patch2:         s390-pic.patch
 Patch3:         binutils-skip-rpaths.patch
@@ -223,7 +219,6 @@
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
 %setup -q -n binutils-%{binutils_version}
 %if !%{test_vanilla}
-%patch
 %patch1
 %patch2
 %patch3
@@ -247,9 +242,6 @@
 #
 # test_vanilla
 %endif
-%define full_version %version-%release
-sed -i '/AM_INIT_AUTOMAKE(bfd, /s/ .*)/ %full_version)/' bfd/configure.in
-sed -i '/ VERSION=/s/=.*/=%full_version/' bfd/configure
 sed -i '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
 
 %build
@@ -431,7 +423,7 @@
 %{_libdir}/ldscripts
 %{_bindir}/*
 %doc %{_infodir}/*.gz
-%{_libdir}/lib*-%{full_version}.so
+%{_libdir}/lib*-%{version}.so
 %doc %{_mandir}/man1/*.1.gz
 %else
 %{_prefix}
@@ -441,11 +433,14 @@
 %defattr(-,root,root)
 %{_prefix}/include/*.h
 %{_libdir}/lib*.so
-%exclude %{_libdir}/lib*-%{full_version}.so
+%exclude %{_libdir}/lib*-%{version}.so
 %{_libdir}/lib*.a
 %{_libdir}/lib*.la
 
 %changelog
+* Fri May 04 2007 - schwab@xxxxxxx
+- Update to binutils CVS HEAD.
+- Remove obsolete obsoletes.
 * Mon Apr 23 2007 - olh@xxxxxxx
 - Fix POWER6 floating point disassembling [#266874]
 * Thu Apr 12 2007 - schwab@xxxxxxx

++++++ cross-alpha-binutils.spec ++++++
--- /var/tmp/diff_new_pack.k29760/_old  2007-05-06 17:12:02.000000000 +0200
+++ /var/tmp/diff_new_pack.k29760/_new  2007-05-06 17:12:02.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package cross-alpha-binutils (Version 2.17.50.20070405)
+# spec file for package cross-alpha-binutils (Version 2.17.50.20070504)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -44,18 +44,14 @@
 License:        GNU General Public License (GPL), GNU Library General Public License v. 2.0 and 2.1 (LGPL)
 Group:          Development/Tools/Building
 PreReq:         %{install_info_prereq}
-%if "%name" == "binutils"
-Obsoletes:      binuti_o
-%endif
 Autoreqprov:    on
-Version:        2.17.50.20070405
-Release:        4
+Version:        2.17.50.20070504
+Release:        1
 %define binutils_version %(echo %version | sed 's/\\.[0-9]\\{8\\}$//')
 Summary:        GNU binutils for Cross-Development to ALPHA Processors
 Source:         binutils-%{binutils_version}.tar.bz2
 Source1:        pre_checkin.sh
 Source2:        README.First-for.SuSE.packagers
-Patch:          binutils-power6-dfp-opcodes.patch
 Patch1:         mips-pic.patch
 Patch2:         s390-pic.patch
 Patch3:         binutils-skip-rpaths.patch
@@ -157,7 +153,6 @@
 echo "make check will return with %{make_check_handling} in case of testsuite failures."
 %setup -q -n binutils-%{binutils_version}
 %if !%{test_vanilla}
-%patch
 %patch1
 %patch2
 %patch3
@@ -181,9 +176,6 @@
 #
 # test_vanilla
 %endif
-%define full_version %version-%release
-sed -i '/AM_INIT_AUTOMAKE(bfd, /s/ .*)/ %full_version)/' bfd/configure.in
-sed -i '/ VERSION=/s/=.*/=%full_version/' bfd/configure
 sed -i '/BFD_VERSION_STRING/s/$/ " (SUSE Linux)"/' bfd/version.h
 
 %build
@@ -365,13 +357,16 @@
 %{_libdir}/ldscripts
 %{_bindir}/*
 %doc %{_infodir}/*.gz
-%{_libdir}/lib*-%{full_version}.so
+%{_libdir}/lib*-%{version}.so
 %doc %{_mandir}/man1/*.1.gz
 %else
 %{_prefix}
 %endif
 
 %changelog
+* Fri May 04 2007 - schwab@xxxxxxx
+- Update to binutils CVS HEAD.
+- Remove obsolete obsoletes.
 * Mon Apr 23 2007 - olh@xxxxxxx
 - Fix POWER6 floating point disassembling [#266874]
 * Thu Apr 12 2007 - schwab@xxxxxxx

cross-arm-binutils.spec: same change
cross-avr-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sh4-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++++++ binutils-2.17.50.tar.bz2 ++++++
binutils/binutils-2.17.50.tar.bz2 /mounts/work_src_done/STABLE/binutils/binutils-2.17.50.tar.bz2 differ: byte 11, line 1




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



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