From ebc784f08e84e4c121ddfa4072dff88c5eee2897 Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sat, 15 Jan 2022 10:15:09 +0100 Subject: [PATCH] wine: update to 7.0rc6. --- srcpkgs/wine/patches/musl-limits.patch | 4 ++-- srcpkgs/wine/patches/musl-rpath.patch | 8 ++++---- srcpkgs/wine/patches/musl-uid-t.patch | 4 ++-- srcpkgs/wine/template | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/wine/patches/musl-limits.patch b/srcpkgs/wine/patches/musl-limits.patch index cf1940a06a6..61933a03817 100644 --- a/srcpkgs/wine/patches/musl-limits.patch +++ b/srcpkgs/wine/patches/musl-limits.patch @@ -1,5 +1,5 @@ ---- a/wine-7.0-rc5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 -+++ b/wine-7.0-rc5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 +--- a/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 ++++ b/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 @@ -29,7 +29,8 @@ #include #include diff --git a/srcpkgs/wine/patches/musl-rpath.patch b/srcpkgs/wine/patches/musl-rpath.patch index c8b077457d5..c4f80deb7db 100644 --- a/srcpkgs/wine/patches/musl-rpath.patch +++ b/srcpkgs/wine/patches/musl-rpath.patch @@ -1,7 +1,7 @@ diff --git a/configure b/configure index 774a95ce003..d408e77cc78 100755 ---- a/wine-7.0-rc5/configure -+++ b/wine-7.0-rc5/configure +--- a/wine-7.0-rc6/configure ++++ b/wine-7.0-rc6/configure @@ -11137,6 +11137,38 @@ fi LIBWINE_DEPENDS="wine.map" @@ -43,8 +43,8 @@ index 774a95ce003..d408e77cc78 100755 diff --git a/configure.ac b/configure.ac index 8c5066a3de6..01ede86df1e 100644 ---- a/wine-7.0-rc5/configure.ac -+++ b/wine-7.0-rc5/configure.ac +--- a/wine-7.0-rc6/configure.ac ++++ b/wine-7.0-rc6/configure.ac @@ -916,6 +916,9 @@ case $host_os in AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version") AC_SUBST(LIBWINE_DEPENDS,"wine.map") diff --git a/srcpkgs/wine/patches/musl-uid-t.patch b/srcpkgs/wine/patches/musl-uid-t.patch index 4a5d74855de..197df6d584b 100644 --- a/srcpkgs/wine/patches/musl-uid-t.patch +++ b/srcpkgs/wine/patches/musl-uid-t.patch @@ -1,5 +1,5 @@ ---- a/wine-7.0-rc5/server/security.h 2021-10-12 19:52:55.876645306 +0200 -+++ b/wine-7.0-rc5/server/security.h 2021-10-12 19:53:08.605490926 +0200 +--- a/wine-7.0-rc6/server/security.h 2021-10-12 19:52:55.876645306 +0200 ++++ b/wine-7.0-rc6/server/security.h 2021-10-12 19:53:08.605490926 +0200 @@ -21,6 +21,8 @@ #ifndef __WINE_SERVER_SECURITY_H #define __WINE_SERVER_SECURITY_H diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index 88f0b7f8cbe..df8810b62c5 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=7.0rc5 +version=7.0rc6 revision=1 _pkgver=${version/r/-r} create_wrksrc=yes @@ -13,8 +13,8 @@ license="LGPL-2.1-or-later" homepage="http://www.winehq.org/" distfiles="https://dl.winehq.org/wine/source/${version%r*}/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="8d08c79de6006771f6e845e37bd732a1db9737b4da9222e4b037733688b77758 - df00729d057da201ab4cd0cc348d3ce13b8c790aac1d1093796ca0f90f8e8727" +checksum="63155081508b974d24654f26edb02878b2089096748d14a0e9d7cda453c27b50 + ea3069210075dbb4672b342190b7f6b85fe0c5d607e21427d9709f7c8c3bf2d6" build_options="mingw staging" build_options_default="mingw"