From a1ba95524be2c006eb0a9032fe8142eeda2047f2e03a6f2cb497e04140c74e46 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 16 Nov 2019 13:54:10 +0000 Subject: [PATCH] - updated to 4.20 development release - New version of the Mono engine with an FNA update. - Code persistence in VBScript and JScript. - Vulkan spec updates. - Improved support for LLVM MinGW. - Various bug fixes. - updated staging to 4.20 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=666 --- _service | 2 +- wine-4.19.tar.xz | 3 --- wine-4.20.tar.xz | 3 +++ wine-4.20.tar.xz.sign | 16 ++++++++++++++++ wine-staging-4.19.tar.xz | 3 --- wine-staging-4.20.tar.xz | 3 +++ wine.changes | 11 +++++++++++ wine.spec | 12 ++++++------ 8 files changed, 40 insertions(+), 13 deletions(-) delete mode 100644 wine-4.19.tar.xz create mode 100644 wine-4.20.tar.xz create mode 100644 wine-4.20.tar.xz.sign delete mode 100644 wine-staging-4.19.tar.xz create mode 100644 wine-staging-4.20.tar.xz diff --git a/_service b/_service index e48a099..2ac5dd0 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ @PARENT_TAG@ v(.*) https://github.com/wine-staging/wine-staging.git - refs/tags/v4.19 + refs/tags/v4.20 v*.* git diff --git a/wine-4.19.tar.xz b/wine-4.19.tar.xz deleted file mode 100644 index 1e1cfe0..0000000 --- a/wine-4.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:361abeebb676c65acafdb2bcdc96a7fbd2a7bc8689f7bebbcca97d8ca069ce20 -size 22283616 diff --git a/wine-4.20.tar.xz b/wine-4.20.tar.xz new file mode 100644 index 0000000..85c3dd2 --- /dev/null +++ b/wine-4.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60a0060bf7ac13948d55d8637b5c1d0b3ba11ff236bf5a084b557247ca2698d3 +size 22314856 diff --git a/wine-4.20.tar.xz.sign b/wine-4.20.tar.xz.sign new file mode 100644 index 0000000..2a96a29 --- /dev/null +++ b/wine-4.20.tar.xz.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAl3PLLgACgkQzvrI6q8X +UZ0kJw/+M4Nti/4r8PamURzhVnoZCB2NOkjyafayeHmbjPe5jyOfilgNUgbBCWcq +UluH4oGxNpZmZgBvEuOnnZyWBjmiSlr3ZP7qfu20qXWlT6yoUAnXfxfdHEiTp+gX +5hRwVBH8bdLAx95op7KFpyRsd/H+YqFyzDZbv+H+iWy7rE7T0pfAbRhk/Pq2+o/J +88UdFlqYdYatpoS7MRTKHQ7JEuyovTt11xhcoOO4SMdRNrHnerbuHC13d9ub6HzL +pFWF38hhV2foFM2C+9TFNE5n5qSN6XMLJGyAQsZuB7j27zcBvDDz6gHX+SZbtgN/ +MdERSQgyq6q4v/MuUvrNA6xWLJm0SZ+7ZPkuMf0ztc01A1uNHFnWrnbyNb1pOGZo +sjhoQT6INVE9vFLUDOHG0c2+5b0zbGTowqLnR0zSao2llmkpnsYy639APCi2p2gh +k6YkwjSz9x4bbJRQnrggbPeHdh17KuGTRjWRup4oei5JD9gIXj9j+X0jhPlOJuSk +AT59gWQsGBChPvlL+CGJjAGpuJYQq/oe1s3g3cUvMevMQw/sfjeTXCpPrhLc1WXY +YHbk+9eceZZpmktphtA9SUpF/Ij2BTX8VomIBWxSd1JMnum2D2DobKFUizAGJNqy +hqYztI9AkM2LxKYxaSv0EfHznoSZujQnOn2Apcz9jhQfn0tI9es= +=JWQQ +-----END PGP SIGNATURE----- diff --git a/wine-staging-4.19.tar.xz b/wine-staging-4.19.tar.xz deleted file mode 100644 index 52eb185..0000000 --- a/wine-staging-4.19.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:498267d9def13abbd7d83dd56a47a38c0c1ca91af04dfa814f15e5b13ea3fe7c -size 7446680 diff --git a/wine-staging-4.20.tar.xz b/wine-staging-4.20.tar.xz new file mode 100644 index 0000000..f808bb4 --- /dev/null +++ b/wine-staging-4.20.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ff8e3e0ac1a58fd014333ef5715bbcf096914c0822376cc2db9a4d7d6de34a7 +size 7439092 diff --git a/wine.changes b/wine.changes index e8da801..6fc1fdb 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 16 13:53:33 UTC 2019 - Marcus Meissner + +- updated to 4.20 development release + - New version of the Mono engine with an FNA update. + - Code persistence in VBScript and JScript. + - Vulkan spec updates. + - Improved support for LLVM MinGW. + - Various bug fixes. +- updated staging to 4.20 + ------------------------------------------------------------------- Fri Nov 1 20:40:38 UTC 2019 - Marcus Meissner diff --git a/wine.spec b/wine.spec index 74b8f67..eaf5304 100644 --- a/wine.spec +++ b/wine.spec @@ -1,7 +1,7 @@ # # spec file for package wine # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -29,8 +29,8 @@ %endif # needs to be on top due to usage of %version macro below -%define realver 4.19 -Version: 4.19 +%define realver 4.20 +Version: 4.20 Release: 0 %if "%{flavor}" != "" @@ -117,7 +117,7 @@ BuildRequires: pkgconfig(zlib) Summary: An MS Windows Emulator License: LGPL-2.1-or-later Group: System/Emulators/PC -Url: http://www.winehq.org/ +URL: http://www.winehq.org/ Source0: https://dl.winehq.org/wine/source/4.x/%{projectname}-%{realver}.tar.xz Source41: wine.keyring Source42: https://dl.winehq.org/wine/source/4.x/%{projectname}-%{realver}.tar.xz.sign @@ -147,7 +147,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64 %if %{staging} # upstream patch target version -%define staging_version 4.19 +%define staging_version 4.20 Source100: wine-staging-%{staging_version}.tar.xz BuildRequires: gtk3-devel BuildRequires: libOSMesa-devel