- updated to 6.7 development release
- NetApi32, WLDAP32, and Kerberos libraries converted to PE. - More Media Foundation work. - ES6 JavaScript mode. - Improved WOW64 file system redirection. - More Plug & Play driver support. - Keyboard raw input device. - Various bug fixes. - update staging to 6.7 release - removed wine-winegcc-missing-includes.patch (upstream) OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=819
This commit is contained in:
parent
bc5890debc
commit
b3ddd98442
2
_service
2
_service
@ -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.6</param>
|
||||
<param name="revision">refs/tags/v6.7</param>
|
||||
<param name="match-tag">v*.*</param>
|
||||
<param name="scm">git</param>
|
||||
</service>
|
||||
|
3
wine-6.7.tar.xz
Normal file
3
wine-6.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c30514b7761d4611514ae021cb1e354128d77eff54a283f1401ee702277bbea4
|
||||
size 24449368
|
16
wine-6.7.tar.xz.sign
Normal file
16
wine-6.7.tar.xz.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAmCDK+UACgkQzvrI6q8X
|
||||
UZ0pahAAijLJWiUMykaS1+lKBYsNbZFcUuiJcriwBatngi78GknnI2S6EV2BT5SM
|
||||
nuYRJ9dL7owRfMjVPEe79V4jWzXI+9m9W0gTyGdZTOj9b9Zu28j22WQAWejsFIpw
|
||||
sO0NO+rhdt5Twnzm+keG+yTEmwZ21MYV+C6DqYn938XPWGHW9l5+Z2a9uHGl0u/P
|
||||
/twrJQg0Sh9AOP8mETYR3MMDK4wiAnG8qaGWRx2Iq6VtJb9dNQ52YYAGLefWutuv
|
||||
S6RgWHiw2iuGjBp92cwSo1lI2ppjMbcSfhWVlPzLCs1uFJlh+k39tKsTgCazNoDY
|
||||
gkOnWol2u3c9xY7ACnb4DA6GJk2Wdr+HMIYPjIsc6M4utSqBhaeYE6eZ0xX8xoKo
|
||||
tjdWzJm0Sm114bwrt0R8P7iDojAYz4VjwC+oE95n9lXLtopdGsa2iw4lx9gtoanA
|
||||
+/s+JkZUObbEojUdVR3tfFfe+JHuX/nucJCQeBQnq5dkh4fKCgTR4KcNyyvO9quX
|
||||
BSH6+YTCF6VopOCjVNdihV3YmLndP9S4hs6fv/+b1olkVkBnkpDNCvIY5cZkRxK2
|
||||
MIiIl0WTyQadUk21roYeYkbO/Yf88bSWO+XeE5sYO3FI+d16LVXKJLlL/cfp9VBR
|
||||
H7HfrvwAJ3wEPFfDAb0iD/SO3wwFLvrxPvHxb26O/6NPOxW32IU=
|
||||
=MUKO
|
||||
-----END PGP SIGNATURE-----
|
3
wine-staging-6.7.tar.xz
Normal file
3
wine-staging-6.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bd2d6e88c2e34eea52393cba52afe605bb42047fe38cf7a378923875a8bf5071
|
||||
size 7374208
|
14
wine.changes
14
wine.changes
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 24 08:16:43 UTC 2021 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
- updated to 6.7 development release
|
||||
- NetApi32, WLDAP32, and Kerberos libraries converted to PE.
|
||||
- More Media Foundation work.
|
||||
- ES6 JavaScript mode.
|
||||
- Improved WOW64 file system redirection.
|
||||
- More Plug & Play driver support.
|
||||
- Keyboard raw input device.
|
||||
- Various bug fixes.
|
||||
- update staging to 6.7 release
|
||||
- removed wine-winegcc-missing-includes.patch (upstream)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 21 14:21:30 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
|
||||
|
||||
|
@ -29,8 +29,8 @@
|
||||
%endif
|
||||
|
||||
# needs to be on top due to usage of %version macro below
|
||||
%define realver 6.6
|
||||
Version: 6.6
|
||||
%define realver 6.7
|
||||
Version: 6.7
|
||||
Release: 0
|
||||
|
||||
%if "%{flavor}" != ""
|
||||
@ -161,7 +161,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExclusiveArch: %{ix86} x86_64 ppc armv7l armv7hl aarch64
|
||||
%if %{staging}
|
||||
# upstream patch target version
|
||||
%define staging_version 6.6
|
||||
%define staging_version 6.7
|
||||
Source100: wine-staging-%{staging_version}.tar.xz
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: libOSMesa-devel
|
||||
|
Loading…
Reference in New Issue
Block a user