Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2021-06-02 22:11:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Wed Jun  2 22:11:58 2021 rev:343 rq:896736 version:6.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2021-05-23 
23:31:00.476636906 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.1898/wine.changes      2021-06-02 
22:12:26.460123308 +0200
@@ -1,0 +2,5 @@
+Tue May 25 15:46:28 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- adjusted directories to load 32bit wine things from 64bit wine.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.wuNP2o/_old  2021-06-02 22:12:27.196121488 +0200
+++ /var/tmp/diff_new_pack.wuNP2o/_new  2021-06-02 22:12:27.200121478 +0200
@@ -315,6 +315,17 @@
 
 %install
 make install DESTDIR=%{buildroot}
+
+%ifarch x86_64
+mkdir -p \
+   %{buildroot}/usr/lib/wine/i386-windows \
+   %{buildroot}/usr/lib/wine/i386-unix
+ln -s \
+    /usr/lib/wine/i386-windows \
+    /usr/lib/wine/i386-unix    \
+  %buildroot/usr/%_lib/wine/
+%endif
+
 # install desktop file
 install -d %{buildroot}%{_datadir}/applications/
 %suse_update_desktop_file %{SOURCE4} System Emulator
@@ -444,6 +455,11 @@
 %ifarch x86_64 aarch64
 %{_bindir}/wine64
 %{_bindir}/wine64-preloader
+%dir /usr/lib/wine/
+%dir /usr/lib/wine/i386-windows
+%dir /usr/lib/wine/i386-unix
+/usr/%{_lib}/wine/i386-windows
+/usr/%{_lib}/wine/i386-unix
 %endif
 %dir %{_libdir}/wine
 %dir %{_libdir}/wine/*-windows

Reply via email to