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-10-25 15:17:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wine (Old) and /work/SRC/openSUSE:Factory/.wine.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wine" Mon Oct 25 15:17:24 2021 rev:355 rq:927182 version:6.20 Changes: -------- --- /work/SRC/openSUSE:Factory/wine/wine.changes 2021-10-11 15:32:28.450927399 +0200 +++ /work/SRC/openSUSE:Factory/.wine.new.1890/wine.changes 2021-10-25 15:18:13.581705380 +0200 @@ -1,0 +2,12 @@ +Sat Oct 23 08:22:24 UTC 2021 - Marcus Meissner <meiss...@suse.com> + +- updated to 6.20 development release + - MSXml, XAudio, DInput and a few other modules converted to PE. + - A few system libraries are bundled with the source to support PE builds. + - HID joystick is now the only supported joystick backend in DirectInput. + - Better support for MSVCRT builds in Winelib. + - Various bug fixes. +- update staging to 6.20 release +- wine-fix-faudio.patch: fix build + +------------------------------------------------------------------- Old: ---- wine-6.19.tar.xz wine-6.19.tar.xz.sign wine-staging-6.19.tar.xz New: ---- wine-6.20.tar.xz wine-6.20.tar.xz.sign wine-fix-faudio.patch wine-staging-6.20.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wine.spec ++++++ --- /var/tmp/diff_new_pack.iH6I1s/_old 2021-10-25 15:18:14.713706087 +0200 +++ /var/tmp/diff_new_pack.iH6I1s/_new 2021-10-25 15:18:14.717706089 +0200 @@ -29,8 +29,8 @@ %endif # needs to be on top due to usage of %version macro below -%define realver 6.19 -Version: 6.19 +%define realver 6.20 +Version: 6.20 Release: 0 %if "%{flavor}" != "" @@ -95,9 +95,13 @@ %if 0%{?suse_version} >= 1550 %ifarch x86_64 BuildRequires: mingw64-cross-gcc +BuildRequires: mingw64-zlib-devel +Requires: mingw64-libz %endif %ifarch %ix86 BuildRequires: mingw32-cross-gcc +BuildRequires: mingw32-zlib-devel +Requires: mingw32-libz %endif %endif BuildRequires: pkgconfig(egl) @@ -139,7 +143,7 @@ Source8: wine-rpmlintrc # SUSE specific patches # - currently none, but add them here -#Patch0: susefixes.patch +Patch0: wine-fix-faudio.patch Recommends: wine-gecko >= 2.47.2 Conflicts: wine-gecko < 2.47.2 Recommends: wine-mono >= 6.1.1 @@ -158,7 +162,7 @@ ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64 %if %{staging} # upstream patch target version -%define staging_version 6.19 +%define staging_version 6.20 Source100: wine-staging-%{staging_version}.tar.xz BuildRequires: gtk3-devel BuildRequires: libOSMesa-devel ++++++ _service ++++++ --- /var/tmp/diff_new_pack.iH6I1s/_old 2021-10-25 15:18:14.761706117 +0200 +++ /var/tmp/diff_new_pack.iH6I1s/_new 2021-10-25 15:18:14.761706117 +0200 @@ -3,7 +3,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="url">https://github.com/wine-staging/wine-staging.git</param> - <param name="revision">refs/tags/v6.19</param> + <param name="revision">refs/tags/v6.20</param> <param name="match-tag">v*.*</param> <param name="scm">git</param> </service> ++++++ wine-6.19.tar.xz -> wine-6.20.tar.xz ++++++ /work/SRC/openSUSE:Factory/wine/wine-6.19.tar.xz /work/SRC/openSUSE:Factory/.wine.new.1890/wine-6.20.tar.xz differ: char 26, line 1 ++++++ wine-fix-faudio.patch ++++++ --- wine-6.20/libs/faudio/src/FAudio_platform_win32.c.xx 2021-10-23 16:09:26.791259433 +0200 +++ wine-6.20/libs/faudio/src/FAudio_platform_win32.c 2021-10-23 16:09:38.291259232 +0200 @@ -622,6 +622,7 @@ { if (!data) return 0; FAudio_free(data); + return 0; } FAudioIOStream* FAudio_memopen(void *mem, int len) ++++++ wine-staging-6.19.tar.xz -> wine-staging-6.20.tar.xz ++++++ /work/SRC/openSUSE:Factory/wine/wine-staging-6.19.tar.xz /work/SRC/openSUSE:Factory/.wine.new.1890/wine-staging-6.20.tar.xz differ: char 15, line 1