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-11-21 15:30:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mingw64-binutils (Old)
and /work/SRC/openSUSE:Factory/.mingw64-binutils.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mingw64-binutils"
Mon Nov 21 15:30:11 2022 rev:7 rq:1037044 version:2.39
Changes:
--------
--- /work/SRC/openSUSE:Factory/mingw64-binutils/mingw64-cross-binutils.changes
2022-11-03 19:15:40.632534163 +0100
+++
/work/SRC/openSUSE:Factory/.mingw64-binutils.new.1597/mingw64-cross-binutils.changes
2022-11-21 15:30:41.244980872 +0100
@@ -1,0 +2,9 @@
+Thu Nov 10 21:09:44 UTC 2022 - Ralf Habacker <[email protected]>
+
+- Move utilities needed for packaging into a separate utils package
+ to fix (boo#1204985)
+- Add #!BuildIgnore: mingw64-cross-binutils|pkgconf-utils to prevent
+ unresolved build dependency
+- Removed trailing spaces in this file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mingw64-cross-binutils.spec ++++++
--- /var/tmp/diff_new_pack.BYVkS5/_old 2022-11-21 15:30:41.872984060 +0100
+++ /var/tmp/diff_new_pack.BYVkS5/_new 2022-11-21 15:30:41.880984101 +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: mingw64-cross-binutils-utils
+#!BuildIgnore: mingw64-cross-pkgconf-utils
BuildRequires: bison
BuildRequires: flex
BuildRequires: mingw64-filesystem
BuildRequires: texinfo
+Requires: mingw64-cross-binutils-utils
# NB: This must be left in.
Requires: mingw64-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 mingw64-cross-binutils-utils
+Summary: Utilities for packaging support
+
+%description -n mingw64-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/%{_mingw64_target}-nm.1.gz
+%exclude %{_mandir}/man1/%{_mingw64_target}-objcopy.1.gz
+%exclude %{_mandir}/man1/%{_mingw64_target}-objdump.1.gz
+%exclude %{_mandir}/man1/%{_mingw64_target}-strip.1.gz
%{_bindir}/%{_mingw64_target}-*
+%exclude %{_bindir}/%{_mingw64_target}-nm
+%exclude %{_bindir}/%{_mingw64_target}-objcopy
+%exclude %{_bindir}/%{_mingw64_target}-objdump
+%exclude %{_bindir}/%{_mingw64_target}-strip
%{_prefix}/%{_mingw64_target}/bin
+%exclude %{_prefix}/%{_mingw64_target}/bin/nm
+%exclude %{_prefix}/%{_mingw64_target}/bin/objcopy
+%exclude %{_prefix}/%{_mingw64_target}/bin/objdump
+%exclude %{_prefix}/%{_mingw64_target}/bin/strip
%{_prefix}/%{_mingw64_target}/lib
+%files utils
+%{_mandir}/man1/%{_mingw64_target}-nm.1.gz
+%{_mandir}/man1/%{_mingw64_target}-objcopy.1.gz
+%{_mandir}/man1/%{_mingw64_target}-objdump.1.gz
+%{_mandir}/man1/%{_mingw64_target}-strip.1.gz
+%{_bindir}/%{_mingw64_target}-nm
+%{_bindir}/%{_mingw64_target}-objcopy
+%{_bindir}/%{_mingw64_target}-objdump
+%{_bindir}/%{_mingw64_target}-strip
+%{_prefix}/%{_mingw64_target}/bin/nm
+%{_prefix}/%{_mingw64_target}/bin/objcopy
+%{_prefix}/%{_mingw64_target}/bin/objdump
+%{_prefix}/%{_mingw64_target}/bin/strip
+
%changelog