Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mingw32-binutils for 
openSUSE:Factory checked in at 2022-07-11 19:09:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw32-binutils (Old)
 and      /work/SRC/openSUSE:Factory/.mingw32-binutils.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mingw32-binutils"

Mon Jul 11 19:09:54 2022 rev:3 rq:988362 version:2.38

Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw32-binutils/mingw32-binutils.changes        
2021-11-02 19:19:34.655102967 +0100
+++ 
/work/SRC/openSUSE:Factory/.mingw32-binutils.new.1523/mingw32-binutils.changes  
    2022-07-11 19:11:16.843772696 +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
+
+-------------------------------------------------------------------
mingw32-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:
------------------
++++++ mingw32-binutils.spec ++++++
--- /var/tmp/diff_new_pack.1na2MH/_old  2022-07-11 19:11:17.295773352 +0200
+++ /var/tmp/diff_new_pack.1na2MH/_new  2022-07-11 19:11:17.299773358 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-binutils
 #
-# Copyright (c) 2021 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:           mingw32-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:       mingw32-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
@@ -34,7 +32,6 @@
 BuildRequires:  mingw32-cross-gcc
 BuildRequires:  mingw32-filesystem
 BuildRequires:  texinfo
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %_mingw32_package_header_debug
 BuildArch:      noarch
 
@@ -52,9 +49,7 @@
 %_mingw32_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}%{_mingw32_infodir}/dir
 
 %files
-%defattr(-,root,root)
 %{_mingw32_bindir}/*.exe
 %{_mingw32_prefix}/%{_mingw32_target}/bin/*.exe
 %{_mingw32_prefix}/%{_mingw32_target}/lib/ldscripts/
+%dir %{_mingw32_prefix}/lib/bfd-plugins
+%{_mingw32_prefix}/lib/bfd-plugins/libdep.dll
 %{_mingw32_mandir}/man1/*
 %{_mingw32_infodir}/*.info*
 
 %files devel
-%defattr(-,root,root)
 %{_mingw32_includedir}/
 %{_mingw32_libdir}/libbfd.a
+%{_mingw32_libdir}/libctf.a
+%{_mingw32_libdir}/libctf-nobfd.a
 %{_mingw32_libdir}/libopcodes.a
 # required by libbfd.a
 %{_mingw32_libdir}/libiberty.a

++++++ mingw32-cross-binutils.spec ++++++
--- /var/tmp/diff_new_pack.1na2MH/_old  2022-07-11 19:11:17.319773387 +0200
+++ /var/tmp/diff_new_pack.1na2MH/_new  2022-07-11 19:11:17.323773392 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mingw32-cross-binutils
 #
-# Copyright (c) 2021 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:           mingw32-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:       mingw32-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=%{_mingw32_sysroot} \
   --prefix=%{_prefix} --bindir=%{_bindir} \
-  --includedir=%{_includedir} --libdir=%{_libdir} \
+  --includedir=%{_includedir} --libdir=/usr/%{_mingw32_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}/%{_mingw32_target}-*
 %{_prefix}/%{_mingw32_target}/bin
-%{_prefix}/%{_mingw32_target}/lib/ldscripts
+%{_prefix}/%{_mingw32_target}/lib
 
 %changelog

++++++ binutils-2.33.1.tar.xz -> binutils-2.38.tar.xz ++++++
/work/SRC/openSUSE:Factory/mingw32-binutils/binutils-2.33.1.tar.xz 
/work/SRC/openSUSE:Factory/.mingw32-binutils.new.1523/binutils-2.38.tar.xz 
differ: char 27, line 1

Reply via email to