Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mingw64-binutils for
openSUSE:Factory checked in at 2022-07-11 19:09:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-binutils (Old)
and /work/SRC/openSUSE:Factory/.mingw64-binutils.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-binutils"
Mon Jul 11 19:09:56 2022 rev:3 rq:988363 version:2.38
Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-binutils/mingw64-binutils.changes
2020-09-10 22:55:20.096420246 +0200
+++
/work/SRC/openSUSE:Factory/.mingw64-binutils.new.1523/mingw64-binutils.changes
2022-07-11 19:11:17.703773943 +0200
@@ -1,0 +2,7 @@
+Wed Jun 29 11:07:31 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to version 2.38
+- Drop 0001-Fix-a-potential-infinite-loop-in-the-Windows-resourc.patch,
+ 0001-Fix-the-windmc-program-to-conform-to-the-behaviour-o.patch
+
+-------------------------------------------------------------------
mingw64-cross-binutils.changes: same change
Old:
----
0001-Fix-a-potential-infinite-loop-in-the-Windows-resourc.patch
0001-Fix-the-windmc-program-to-conform-to-the-behaviour-o.patch
binutils-2.33.1.tar.xz
New:
----
binutils-2.38.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mingw64-binutils.spec ++++++
--- /var/tmp/diff_new_pack.tyozvI/_old 2022-07-11 19:11:18.143774582 +0200
+++ /var/tmp/diff_new_pack.tyozvI/_new 2022-07-11 19:11:18.147774588 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mingw64-binutils
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: mingw64-binutils
-Version: 2.33.1
+Version: 2.38
Release: 0
Summary: GNU Binutils
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later
AND LGPL-3.0-or-later
@@ -25,8 +25,6 @@
URL: http://www.gnu.org/software/binutils/
Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
Source99: mingw64-binutils-rpmlintrc
-Patch0: 0001-Fix-a-potential-infinite-loop-in-the-Windows-resourc.patch
-Patch1: 0001-Fix-the-windmc-program-to-conform-to-the-behaviour-o.patch
#!BuildIgnore: post-build-checks
BuildRequires: bison
BuildRequires: flex
@@ -35,7 +33,6 @@
BuildRequires: mingw64-filesystem
BuildRequires: texinfo
BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%_mingw64_package_header_debug
%description
@@ -52,9 +49,7 @@
%_mingw64_debug_package
%prep
-%setup -q -n binutils-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n binutils-%{version}
%build
mkdir -p build
@@ -67,26 +62,28 @@
--disable-werror \
--enable-install-libiberty
-make %{?_smp_mflags} || make
+%make_build || make
%install
cd build
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
rm -f %{buildroot}%{_mingw64_infodir}/dir
%files
-%defattr(-,root,root)
%{_mingw64_bindir}/*.exe
%{_mingw64_prefix}/%{_mingw64_target}/bin/*.exe
%{_mingw64_prefix}/%{_mingw64_target}/lib/ldscripts/
+%dir %{_mingw64_prefix}/lib/bfd-plugins/
+%{_mingw64_prefix}/lib/bfd-plugins/libdep.dll
%{_mingw64_mandir}/man1/*
%{_mingw64_infodir}/*.info*
%files devel
-%defattr(-,root,root)
%{_mingw64_includedir}/
%{_mingw64_libdir}/libbfd.a
+%{_mingw64_libdir}/libctf.a
+%{_mingw64_libdir}/libctf-nobfd.a
%{_mingw64_libdir}/libopcodes.a
# required by libbfd
%{_mingw64_libdir}/libiberty.a
++++++ mingw64-cross-binutils.spec ++++++
--- /var/tmp/diff_new_pack.tyozvI/_old 2022-07-11 19:11:18.163774611 +0200
+++ /var/tmp/diff_new_pack.tyozvI/_new 2022-07-11 19:11:18.167774617 +0200
@@ -1,7 +1,7 @@
#
# spec file for package mingw64-cross-binutils
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,13 @@
Name: mingw64-cross-binutils
-Version: 2.33.1
+Version: 2.38
Release: 0
Summary: GNU Binutils
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND GPL-3.0-or-later
AND LGPL-3.0-or-later
Group: Development/Libraries
URL: http://www.gnu.org/software/binutils/
Source: http://ftp.gnu.org/gnu/binutils/binutils-%{version}.tar.xz
-Patch0: 0001-Fix-a-potential-infinite-loop-in-the-Windows-resourc.patch
-Patch1: 0001-Fix-the-windmc-program-to-conform-to-the-behaviour-o.patch
#!BuildIgnore: post-build-checks
BuildRequires: bison
BuildRequires: flex
@@ -33,16 +31,13 @@
BuildRequires: texinfo
# NB: This must be left in.
Requires: mingw64-filesystem
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
The GNU Binutils are a collection of binary tools.
These utilities (like 'as', 'ld', 'strip') understand Windows executables and
DLLs.
%prep
-%setup -q -n binutils-%{version}
-%patch0 -p1
-%patch1 -p1
+%autosetup -p1 -n binutils-%{version}
%build
mkdir -p build
@@ -57,14 +52,14 @@
--disable-werror \
--with-sysroot=%{_mingw64_sysroot} \
--prefix=%{_prefix} --bindir=%{_bindir} \
- --includedir=%{_includedir} --libdir=%{_libdir} \
+ --includedir=%{_includedir} --libdir=/usr/%{_mingw64_target}/lib \
--mandir=%{_mandir} --infodir=%{_infodir}
-make %{?_smp_mflags} || make
+%make_build || make
%install
cd build
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
# These files conflict with ordinary binutils.
rm -rf %{buildroot}%{_infodir}
@@ -75,10 +70,9 @@
done
%files
-%defattr(-,root,root)
%{_mandir}/man1/*
%{_bindir}/%{_mingw64_target}-*
%{_prefix}/%{_mingw64_target}/bin
-%{_prefix}/%{_mingw64_target}/lib/ldscripts
+%{_prefix}/%{_mingw64_target}/lib
%changelog
++++++ binutils-2.33.1.tar.xz -> binutils-2.38.tar.xz ++++++
/work/SRC/openSUSE:Factory/mingw64-binutils/binutils-2.33.1.tar.xz
/work/SRC/openSUSE:Factory/.mingw64-binutils.new.1523/binutils-2.38.tar.xz
differ: char 27, line 1