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-04-13 21:06:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Wed Apr 13 21:06:12 2022 rev:375 rq:969865 version:7.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2022-04-12 
22:20:24.722271194 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.1900/wine.changes      2022-04-13 
21:07:07.284686021 +0200
@@ -1,0 +2,5 @@
+Wed Apr 13 07:32:06 UTC 2022 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Fix build on aarch64 - boo#1197233
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.bQppcC/_old  2022-04-13 21:07:08.372687118 +0200
+++ /var/tmp/diff_new_pack.bQppcC/_new  2022-04-13 21:07:08.380687126 +0200
@@ -45,6 +45,8 @@
 BuildRequires:  bison
 %ifarch aarch64
 BuildRequires:  clang >= 5
+BuildRequires:  lld
+BuildRequires:  llvm
 %endif
 BuildRequires:  cups-devel
 %if 0%{?suse_version} >= 1550
@@ -348,6 +350,11 @@
 find %{buildroot}/usr/lib*/wine/*-windows/ -type f -exec strip --strip-debug 
{} +
 %endif
 
+%ifarch aarch64
+# Do not ship static *.a libs
+rm %{buildroot}%{_libdir}/wine/*-windows/*.a
+%endif
+
 tar -xjf %{SOURCE5}
 # Copied from Ubuntu Wine out of debian.diff
 # https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
@@ -477,6 +484,9 @@
 %{_libdir}/wine/*-windows/*.[b-z]*
 %{_libdir}/wine/*-windows/*.ax
 %{_libdir}/wine/*-windows/*.acm
+%ifarch aarch64
+%{_libdir}/wine/*-windows/st*
+%endif
 %dir %{_libdir}/wine/*-unix
 %{_libdir}/wine/*-unix/*.so*
 

Reply via email to