Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2012-04-20 15:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binutils (Old)
 and      /work/SRC/openSUSE:Factory/.binutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/binutils/binutils.changes        2012-02-17 
12:20:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2012-04-20 
15:11:15.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Apr 19 11:28:41 UTC 2012 - [email protected]
+
+- Consistently use $target-suse-linux triplets.
+
+-------------------------------------------------------------------
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-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           binutils
 BuildRequires:  bison
 BuildRequires:  dejagnu
@@ -124,7 +125,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -252,7 +254,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-alpha-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET alpha
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-arm-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET arm
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-avr-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET avr
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-hppa-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET hppa
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-hppa64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET hppa64
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-i386-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET i586
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-ia64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET ia64
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-mips-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET mips
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-ppc-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET powerpc
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-ppc64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET powerpc64
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-s390-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET s390
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-s390x-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET s390x
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-sparc-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:21.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:21.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET sparc
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-spu-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:22.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:22.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET spu
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

++++++ cross-x86_64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.R089pd/_old  2012-04-20 15:11:22.000000000 +0200
+++ /var/tmp/diff_new_pack.R089pd/_new  2012-04-20 15:11:22.000000000 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 %define cross 1
 %define TARGET x86_64
 #
@@ -141,7 +143,8 @@
 Summary:        GNU binutils (BFD development files)
 License:        GPL-3.0+
 Group:          Development/Libraries/C and C++
-Requires:       binutils = %{version}-%{release}, zlib-devel
+Requires:       binutils = %{version}-%{release}
+Requires:       zlib-devel
 Provides:       binutils:/usr/include/bfd.h
 
 %description devel
@@ -269,7 +272,7 @@
 %if "%{TARGET}" == "avr" || "%{TARGET}" == "spu"
 TARGET_OS=%{TARGET}
 %else
-TARGET_OS=%{TARGET}-linux
+TARGET_OS=%{TARGET}-suse-linux
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \

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

Reply via email to