Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2016-07-16 22:09:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binutils (Old)
 and      /work/SRC/openSUSE:Factory/.binutils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "binutils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/binutils/binutils.changes        2016-03-12 
12:31:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2016-07-16 
22:10:04.000000000 +0200
@@ -1,0 +2,13 @@
+Wed Jul  6 11:28:48 UTC 2016 - [email protected]
+
+- Update to binutils 2.26.1.
+- Remove binutils-2.26-branch.diff.
+
+-------------------------------------------------------------------
+Fri Mar 18 07:57:51 UTC 2016 - [email protected]
+
+- Update binutils-2.26-branch.diff, updates to branch head.
+  (swo#19807) (bnc#970239)
+- Disable -mrelax-relocations by default on old products.
+
+-------------------------------------------------------------------
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-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-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
cross-rx-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-sparc64-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

Old:
----
  binutils-2.26-branch.diff
  binutils-2.26.tar.bz2

New:
----
  binutils-2.26.1.tar.bz2

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.9jgKHy/_old  2016-07-16 22:10:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9jgKHy/_new  2016-07-16 22:10:09.000000000 +0200
@@ -35,7 +35,7 @@
 %else
 BuildRequires:  zlib-devel
 %endif
-Version:        2.26
+Version:        2.26.1
 Release:        0
 #
 # RUN_TESTS
@@ -82,7 +82,7 @@
 Source1:        pre_checkin.sh
 Source2:        README.First-for.SuSE.packagers
 Source3:        baselibs.conf
-Patch:          binutils-2.26-branch.diff
+#Patch:          binutils-2.26-branch.diff
 Patch3:         binutils-skip-rpaths.patch
 Patch4:         s390-biarch.diff
 Patch5:         x86-64-biarch.patch
@@ -151,10 +151,10 @@
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite 
failures."
 %setup -q -n binutils-%{binutils_version}
-# Patch1 is outside test_vanilla because it's supposed to be the
+# Patch is outside test_vanilla because it's supposed to be the
 # patch bringing the tarball to the newest upstream version
+#%patch -p1
 %if !%{test_vanilla}
-%patch -p1
 %patch3
 %patch4
 %patch5
@@ -247,6 +247,9 @@
        --enable-gold \
        --enable-threads \
 %endif
+%if %{suse_version} <= 1320
+       --disable-x86-relax-relocations \
+%endif
        --enable-shared
 make %{?_smp_mflags} all-bfd TARGET-bfd=headers
 # force reconfiguring (???)
@@ -301,6 +304,9 @@
   --with-bugurl=http://bugs.opensuse.org/ \
   --with-pkgversion="GNU Binutils; %{DIST}" \
   --disable-nls \
+%if %{suse_version} <= 1320
+  --disable-x86-relax-relocations \
+%endif
   --build=%{HOST} --target=%{TARGET_OS} \
 %if "%{TARGET}" == "spu"
   --with-sysroot=/usr/spu \

++++++ cross-aarch64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.9jgKHy/_old  2016-07-16 22:10:09.000000000 +0200
+++ /var/tmp/diff_new_pack.9jgKHy/_new  2016-07-16 22:10:09.000000000 +0200
@@ -38,7 +38,7 @@
 %else
 BuildRequires:  zlib-devel
 %endif
-Version:        2.26
+Version:        2.26.1
 Release:        0
 #
 # RUN_TESTS
@@ -85,7 +85,7 @@
 Source1:        pre_checkin.sh
 Source2:        README.First-for.SuSE.packagers
 Source3:        baselibs.conf
-Patch:          binutils-2.26-branch.diff
+#Patch:          binutils-2.26-branch.diff
 Patch3:         binutils-skip-rpaths.patch
 Patch4:         s390-biarch.diff
 Patch5:         x86-64-biarch.patch
@@ -154,10 +154,10 @@
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite 
failures."
 %setup -q -n binutils-%{binutils_version}
-# Patch1 is outside test_vanilla because it's supposed to be the
+# Patch is outside test_vanilla because it's supposed to be the
 # patch bringing the tarball to the newest upstream version
+#%patch -p1
 %if !%{test_vanilla}
-%patch -p1
 %patch3
 %patch4
 %patch5
@@ -250,6 +250,9 @@
        --enable-gold \
        --enable-threads \
 %endif
+%if %{suse_version} <= 1320
+       --disable-x86-relax-relocations \
+%endif
        --enable-shared
 make %{?_smp_mflags} all-bfd TARGET-bfd=headers
 # force reconfiguring (???)
@@ -304,6 +307,9 @@
   --with-bugurl=http://bugs.opensuse.org/ \
   --with-pkgversion="GNU Binutils; %{DIST}" \
   --disable-nls \
+%if %{suse_version} <= 1320
+  --disable-x86-relax-relocations \
+%endif
   --build=%{HOST} --target=%{TARGET_OS} \
 %if "%{TARGET}" == "spu"
   --with-sysroot=/usr/spu \

cross-arm-binutils.spec: same change
cross-avr-binutils.spec: same change
cross-epiphany-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-m68k-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-ppc64le-binutils.spec: same change
cross-rx-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-sparc64-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++++++ binutils-2.26.tar.bz2 -> binutils-2.26.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/binutils/binutils-2.26.tar.bz2 
/work/SRC/openSUSE:Factory/.binutils.new/binutils-2.26.1.tar.bz2 differ: char 
11, line 1


Reply via email to