Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2019-06-03 18:58:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wine (Old)
 and      /work/SRC/openSUSE:Factory/.wine.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wine"

Mon Jun  3 18:58:07 2019 rev:279 rq:707176 version:4.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/wine/wine.changes        2019-05-28 
09:42:37.701857510 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new.5148/wine.changes      2019-06-03 
18:58:16.760364116 +0200
@@ -1,0 +2,12 @@
+Mon Jun  3 10:44:25 UTC 2019 - Adrian Schröter <[email protected]>
+
+- fix unexpanded %version macro in provides and obsoletes
+- use %license macro
+
+-------------------------------------------------------------------
+Mon Jun  3 05:25:36 UTC 2019 - Marcus Meissner <[email protected]>
+
+- build with gcc8 for now, gcc9 seems to break wine. (bsc#1137071)
+
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wine.spec ++++++
--- /var/tmp/diff_new_pack.ZQqgcl/_old  2019-06-03 18:58:18.084363625 +0200
+++ /var/tmp/diff_new_pack.ZQqgcl/_new  2019-06-03 18:58:18.088363623 +0200
@@ -28,9 +28,14 @@
 %define nine 1
 %endif
 
+# needs to be on top due to usage of %version macro below
+%define realver 4.9
+Version:        4.9
+Release:        0
+
 %if "%{flavor}" != ""
 Name:           wine%{?flavor:-}%{?flavor}
-Provides:       wine = %{version}
+Provides:       wine = %{version}-%{release}
 %else
 Name:           wine
 %endif
@@ -57,6 +62,7 @@
 BuildRequires:  giflib-devel
 BuildRequires:  glib2-devel
 BuildRequires:  gstreamer-plugins-base-devel
+BuildRequires:  krb5-devel
 BuildRequires:  libgnutls-devel
 BuildRequires:  libgphoto2-devel
 BuildRequires:  libgsm-devel
@@ -78,6 +84,7 @@
 Recommends:     wine-mp3
 %endif
 BuildRequires:  SDL2-devel
+BuildRequires:  gcc8
 BuildRequires:  ncurses-devel
 BuildRequires:  openal-soft-devel
 BuildRequires:  openldap2-devel
@@ -108,9 +115,6 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-%define realver 4.9
-Version:        4.9
-Release:        0
 Summary:        An MS Windows Emulator
 License:        LGPL-2.1-or-later
 Group:          System/Emulators/PC
@@ -229,6 +233,9 @@
 export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
 %endif
 
+if rpm -q gcc|grep gcc-9 ; then
+       export CC=gcc-8
+fi
 %ifarch aarch64
 # ARM64 now requires clang
 # 
https://source.winehq.org/git/wine.git/commit/8fb8cc03c3edb599dd98f369e14a08f899cbff95
@@ -364,7 +371,8 @@
 
 %files
 %defattr(-,root,root)
-%doc ANNOUNCE AUTHORS LICENSE LICENSE.OLD README* 
+%license LICENSE LICENSE.OLD
+%doc ANNOUNCE AUTHORS README* 
 %{_bindir}/function_grep.pl
 %{_bindir}/msidb
 %{_bindir}/msiexec




Reply via email to