Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2020-09-08 22:46:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Tue Sep  8 22:46:50 2020 rev:316 rq:832825 version:5.16

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2020-08-31 
16:50:28.276360851 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.3399/wine.changes      2020-09-08 
22:47:19.115516088 +0200
@@ -1,0 +2,10 @@
+Mon Sep  7 16:12:39 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Do not build on armv6
+
+-------------------------------------------------------------------
+Mon Sep  7 16:10:18 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Regenerate baselib.conf for aarch64 as well, to fix build
+
+-------------------------------------------------------------------
@@ -31,0 +42,5 @@
+
+-------------------------------------------------------------------
+Wed Jul 22 12:53:01 UTC 2020 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Run fdupes to avoid dups on aarch64

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.fOyBTj/_old  2020-09-08 22:47:20.695516858 +0200
+++ /var/tmp/diff_new_pack.fOyBTj/_new  2020-09-08 22:47:20.699516860 +0200
@@ -155,7 +155,7 @@
 Requires:       %{name}-32bit = %{version}
 %endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
+ExclusiveArch:  %{ix86} x86_64 ppc armv7l armv7hl aarch64
 %if %{staging}
 # upstream patch target version
 %define staging_version 5.16
@@ -274,7 +274,7 @@
 
 grep "have_x=yes" config.log || exit 1
 # generate baselibs.conf
-%ifarch %ix86
+%ifarch %ix86 aarch64
 echo "# autogenerated in .spec file" >%SOURCE7
 echo "%name" >> %SOURCE7
 echo "  +^/usr/bin/wine\$" >> %SOURCE7
@@ -376,6 +376,8 @@
 
 # breaks btrfs installation, see bnc#723402
 # %%fdupes -s %{buildroot}
+# Fix dups on aarch64
+%fdupes -s %{buildroot}%{_libdir}/wine/fakedlls
 
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig




Reply via email to