Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2022-05-28 00:28:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/binutils (Old)
 and      /work/SRC/openSUSE:Factory/.binutils.new.2254 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "binutils"

Sat May 28 00:28:03 2022 rev:158 rq:979157 version:2.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/binutils/binutils.changes        2022-05-06 
18:58:06.001275266 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new.2254/binutils.changes      
2022-05-28 00:28:05.689652160 +0200
@@ -1,0 +2,18 @@
+Wed May 25 10:23:35 UTC 2022 - Martin Li??ka <mli...@suse.cz>
+
+- Use https for variosu links.
+
+-------------------------------------------------------------------
+Wed May 25 08:56:09 UTC 2022 - Martin Li??ka <mli...@suse.cz>
+
+- Update binutils-2.38-branch.diff.gz (to 93054037f1e304e)
+  in order to include PR29087.
+
+-------------------------------------------------------------------
+Mon May  9 10:18:29 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Enable multitarget build on riscv64
+- On SLE15 and later, use make -Oline to synchronize configure output by
+  lines
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ binutils.spec ++++++
--- /var/tmp/diff_new_pack.zLPJqp/_old  2022-05-28 00:28:06.961653867 +0200
+++ /var/tmp/diff_new_pack.zLPJqp/_new  2022-05-28 00:28:06.965653872 +0200
@@ -94,7 +94,7 @@
 %define        make_check_handling     false
 %endif
 # handle all binary object formats supported by SUSE (and a few more)
-%ifarch %ix86 %arm aarch64 ia64 ppc ppc64 ppc64le s390 s390x x86_64
+%ifarch %ix86 %arm aarch64 ia64 ppc ppc64 ppc64le riscv64 s390 s390x x86_64
 %define build_multitarget 1
 %else
 %define build_multitarget 0
@@ -103,7 +103,7 @@
 #
 #
 #
-URL:            http://www.gnu.org/software/binutils/
+URL:            https://www.gnu.org/software/binutils/
 PreReq:         %{install_info_prereq}
 # bug437293
 %ifarch ppc64
@@ -211,6 +211,11 @@
 %endif
 %define DIST %(echo '%distribution' | sed 's/ (.*)//')
 
+%if 0%{suse_version} >= 1500
+# Synchronize output by lines, useful for configure output
+%define make_output_sync -Oline
+%endif
+
 %prep
 echo "make check will return with %{make_check_handling} in case of testsuite 
failures."
 %setup -q -n binutils-%{version}
@@ -311,7 +316,7 @@
 %define common_flags CFLAGS="${RPM_OPT_FLAGS}" CXXFLAGS="${RPM_OPT_FLAGS}" \\\
        --prefix=%{_prefix} --libdir=%{_libdir} \\\
        --infodir=%{_infodir} --mandir=%{_mandir} \\\
-       --with-bugurl=http://bugs.opensuse.org/ \\\
+       --with-bugurl=https://bugs.opensuse.org/ \\\
        --with-pkgversion="GNU Binutils; %{DIST}" \\\
        --with-separate-debug-dir=%{_prefix}/lib/debug \\\
        --with-pic --with-system-zlib --build=%{HOST}
@@ -348,14 +353,14 @@
 # we patch headers (bfd-in.h) that are input to other headers
 # which are generated only with --enable-maintainer-mode (which we
 # don't do) or explicitely by make headers, so do this:
-make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
+make %{?make_output_sync} %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
 # the above interacts with --enable-pgo-build=lto because all-bfd doesn't
 # have the PGO handling, hence it's config.cache files are wrong
 # remove all of those for reconfigure
 rm */config.cache
 # force reconfiguring
 rm bfd/Makefile
-make %{?_smp_mflags} V=1
+make %{?make_output_sync} %{?_smp_mflags} V=1
 
 %else
 # building cross-TARGET-binutils
@@ -402,7 +407,7 @@
 %endif
 ../configure CFLAGS="${RPM_OPT_FLAGS}" \
   --prefix=%{_prefix} \
-  --with-bugurl=http://bugs.opensuse.org/ \
+  --with-bugurl=https://bugs.opensuse.org/ \
   --with-pkgversion="GNU Binutils; %{DIST}" \
   --with-system-zlib \
   --disable-nls \
@@ -421,17 +426,17 @@
   --enable-default-hash-style=both \
 %endif
   ${EXTRA_TARGETS:+--enable-targets="${EXTRA_TARGETS#,}"}
-make %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
+make %{?make_output_sync} %{?_smp_mflags} all-bfd TARGET-bfd=headers V=1
 rm */config.cache
 # force reconfiguring
 rm bfd/Makefile
-make %{?_smp_mflags} V=1
+make %{?make_output_sync} %{?_smp_mflags} V=1
 %if "%{TARGET}" == "avr"
 # build an extra nesC version because nesC requires $'s in identifiers
 cp -a gas gas-nesc
 echo '#include "tc-%{TARGET}-nesc.h"' > gas-nesc/targ-cpu.h
 make -C gas-nesc clean
-make -C gas-nesc %{?_smp_mflags}
+make -C gas-nesc %{?make_output_sync} %{?_smp_mflags}
 %endif
 %endif
 

++++++ binutils-2.38-branch.diff.gz ++++++
++++ 779 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/binutils/binutils-2.38-branch.diff.gz
++++ and 
/work/SRC/openSUSE:Factory/.binutils.new.2254/binutils-2.38-branch.diff.gz

Reply via email to