Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2022-01-03 10:49:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Jan  3 10:49:13 2022 rev:362 rq:943297 version:7.0~rc3

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2021-12-29 
21:10:52.742281696 +0100
+++ /work/SRC/openSUSE:Factory/.wine.new.1896/wine.changes      2022-01-03 
10:49:35.995584595 +0100
@@ -1,0 +2,6 @@
+Wed Dec 29 15:00:09 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- strip the debuginfo out of the PE binaries for now, saves 2/3 space.
+  bsc#1192292
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.8dcg9D/_old  2022-01-03 10:49:37.059585002 +0100
+++ /var/tmp/diff_new_pack.8dcg9D/_new  2022-01-03 10:49:37.063585004 +0100
@@ -342,6 +342,13 @@
 mv %{buildroot}/%{_mandir}/pl.UTF-8 %{buildroot}/%{_mandir}/pl
 %endif
 
+%ifarch x86_64
+find %{buildroot}/usr/lib64/wine/x86_64-windows/ -type f | xargs 
/usr/bin/x86_64-w64-mingw32-strip --strip-debug
+%endif
+%ifarch %ix86
+find %{buildroot}/usr/lib/wine/i386-windows/ -type f| xargs 
/usr/bin/i686-w64-mingw32-strip --strip-debug
+%endif
+
 tar -xjf %{SOURCE5}
 # Copied from Ubuntu Wine out of debian.diff
 # https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages

Reply via email to