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-11-21 15:30:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mingw32-binutils (Old) and /work/SRC/openSUSE:Factory/.mingw32-binutils.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw32-binutils" Mon Nov 21 15:30:07 2022 rev:7 rq:1037041 version:2.39 Changes: -------- --- /work/SRC/openSUSE:Factory/mingw32-binutils/mingw32-cross-binutils.changes 2022-11-03 19:15:39.756529012 +0100 +++ /work/SRC/openSUSE:Factory/.mingw32-binutils.new.1597/mingw32-cross-binutils.changes 2022-11-21 15:30:37.628962515 +0100 @@ -1,0 +2,8 @@ +Thu Nov 10 21:09:44 UTC 2022 - Ralf Habacker <ralf.habac...@freenet.de> + +- Move utilities needed for packaging into a separate utils package + to fix (boo#1204985) +- Add #!BuildIgnore: mingw32-cross-binutils|pkgconf-utils to prevent + unresolved build dependency + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mingw32-cross-binutils.spec ++++++ --- /var/tmp/diff_new_pack.amlWDK/_old 2022-11-21 15:30:38.332966088 +0100 +++ /var/tmp/diff_new_pack.amlWDK/_new 2022-11-21 15:30:38.380966332 +0100 @@ -30,10 +30,13 @@ Patch1: 0001-Fix-bug-not-showing-correct-path-with-objdump-WL-wit.patch Patch2: 0001-dllwrap-windres-and-dlltools-use-mktemp-which-should.patch #!BuildIgnore: post-build-checks +#!BuildIgnore: mingw32-cross-binutils-utils +#!BuildIgnore: mingw32-cross-pkgconf-utils BuildRequires: bison BuildRequires: flex BuildRequires: mingw32-filesystem BuildRequires: texinfo +Requires: mingw32-cross-binutils-utils # NB: This must be left in. Requires: mingw32-filesystem @@ -41,6 +44,12 @@ The GNU Binutils are a collection of binary tools. These utilities (like 'as', 'ld', 'strip') understand Windows executables and DLLs. +%package -n mingw32-cross-binutils-utils +Summary: Utilities for packaging support + +%description -n mingw32-cross-binutils-utils +Utilities (like strip and objdump) which are needed for generating package + %prep %autosetup -p1 -n binutils-%{version} @@ -76,8 +85,34 @@ %files %{_mandir}/man1/* +%exclude %{_mandir}/man1/%{_mingw32_target}-nm.1.gz +%exclude %{_mandir}/man1/%{_mingw32_target}-objcopy.1.gz +%exclude %{_mandir}/man1/%{_mingw32_target}-objdump.1.gz +%exclude %{_mandir}/man1/%{_mingw32_target}-strip.1.gz %{_bindir}/%{_mingw32_target}-* +%exclude %{_bindir}/%{_mingw32_target}-nm +%exclude %{_bindir}/%{_mingw32_target}-objcopy +%exclude %{_bindir}/%{_mingw32_target}-objdump +%exclude %{_bindir}/%{_mingw32_target}-strip %{_prefix}/%{_mingw32_target}/bin +%exclude %{_prefix}/%{_mingw32_target}/bin/nm +%exclude %{_prefix}/%{_mingw32_target}/bin/objcopy +%exclude %{_prefix}/%{_mingw32_target}/bin/objdump +%exclude %{_prefix}/%{_mingw32_target}/bin/strip %{_prefix}/%{_mingw32_target}/lib +%files -n mingw32-cross-binutils-utils +%{_mandir}/man1/%{_mingw32_target}-nm.1.gz +%{_mandir}/man1/%{_mingw32_target}-objcopy.1.gz +%{_mandir}/man1/%{_mingw32_target}-objdump.1.gz +%{_mandir}/man1/%{_mingw32_target}-strip.1.gz +%{_bindir}/%{_mingw32_target}-nm +%{_bindir}/%{_mingw32_target}-objcopy +%{_bindir}/%{_mingw32_target}-objdump +%{_bindir}/%{_mingw32_target}-strip +%{_prefix}/%{_mingw32_target}/bin/nm +%{_prefix}/%{_mingw32_target}/bin/objcopy +%{_prefix}/%{_mingw32_target}/bin/objdump +%{_prefix}/%{_mingw32_target}/bin/strip + %changelog