SHA256
1
0
forked from pool/wine

- updated to 4.6 development release

- Beginnings of a Vulkan backend for WineD3D.
  - Support for loading Mono libraries from a shared location.
  - Libwine.dll no longer needed when using Wine DLLs on Windows.
  - Regression tests compiled directly to PE format.
  - Support for the Split Button Common Control.
  - Complex structs support in the typelib marshaller.
  - Video capture ported to Video4Linux version 2.
  - Initial version of the Debug Engine DLL.
  - Various bug fixes.
- updated staging to 4.6

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=613
This commit is contained in:
Marcus Meissner 2019-04-13 16:27:08 +00:00 committed by Git OBS Bridge
parent 1b8ba59977
commit 103282fc89
6 changed files with 36 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ff2d7155f9a9951ec93e50c31ef633b16be376b8b78946d177727ce8ed8c1b7
size 21879868

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAlyejYcACgkQzvrI6q8X
UZ33Zg//VxP+PaKkinhc4SJEp9PwVMyJqXf5x9XJ8gZsUoV4M/uoX58vn+J6Akb8
wKkaJhLLw91N9BlQYwk2Q4aKFRMJ2WJpNpcCDysgvhpDX4NS/q5R+1XOQmpe8+V0
2mY0GbwjEMc7EYrnOThFOyyVSTXg+XUTuC1m/mksWZprr5xghGn1DKouG3xPwLDv
tHJKLbG358+jd2NpafcHcgR7xDIWCKidmo5PfI7AzV+6w8zn2LfxGhV8doofAE26
/xpPDkFi6y7YkNx+tAk1VO3zwZ6eTzFocGwYMe/UrSULLHvHxQut1SWX+pvXWkE+
Wfb0CpgpvH0reA2i02OVph5XyoNqaKl0fjaG9+3ubPgGUeYVbkCinNTAiQYI4LyF
DZ7xvpG+bt6tomT84gr/fRr47XJmNnE9k0YCPMmpblWj1PLQa4G1eKpWors1EkeA
YTKYhYLPrU3Ah0enTjdPO3nv2F3OjVA8EDNEy2Ig1U81iGOKu3VBD7n09Ujcg844
51Ow+Suht9MaBPNBzCYRfNdlMTb197xBveddaf7WLOOsHJxt1vAs/vferMWC7QFm
FHr6/KdZEB5tMTbBO/J2MpYPlEd8Gv7dceK+P3Ai5KEGEelIhXTkkV9mfDYOM21Q
IO1xLTAtWXciUBEQnm9EfWHidfIhTfID4/enK6lkUAT7YwXnLrM=
=H7pE
-----END PGP SIGNATURE-----

3
wine-4.6.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:329001f924d3f825121a1b28cae8e36515405f2a1d22bc266897d3d926b562da
size 21940848

16
wine-4.6.tar.xz.sign Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAlyw1MAACgkQzvrI6q8X
UZ2EvRAAj5Rtgp/oi/jwP4Sqa1BSWotEfBjPHNlA9MF3ZLl5NBPW7dapSSV8pZCz
bEo9dfbcf3a7d7ByMhiXd8Obi85gQi2EEl/FbC+RMyUivSONHZgyYbKeXD+Md5M8
8fP++Vxm4RYSXlDfY2KwS4dh/rkbbc4gm0+eI/XWGocCV1Y0sYowQ7zGsxWsAf3i
QNqYHcjiQ7YnI/eIRjJMZPWu+M2dj5PbaD/MBZMU0x0gvyKp1kWYzHRMaU1A9v/p
xPbWWQ7zSZQLsQ2WDP3QTwFFxn31+FK3gJk9Gv/qqTEnQ9GxHRhSv6jxPK2tJxTc
2J3L4/z2Dpd7nilv/V7FHPXUbFOR4Q1OGf1Et/kPUPtfuDue9l4sWMUOJgA0k9ed
Pte4mpEXJug2WU0Oe45LXEW3rYt40PVcXMfcoxUJ0Q89QbgG7uLeULK5Y6Gkl2/y
pVEdMtqcSereMF40JJNwDow25HXzZ/I8JZy8t0DQObLJhsR5AV0V3dIlAs154hpV
iMJVJzZszLWldssFi8Sqkp38McDuoZ5DgQllxziZJ0rFwr+URrkMSXQiIOCZVMBa
0tdoH0wsZAztI1PuPwhFYzPInpCVW5X1+O6x4WhEJEax0HmGCvhTwDTUM2DjGOx2
K6bxyEItJGvCyepTWCW6BDp1n3nQ1rLpx9oRQkrwrKtd97RmPnA=
=vxig
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Apr 13 16:26:34 UTC 2019 - Marcus Meissner <meissner@suse.com>
- updated to 4.6 development release
- Beginnings of a Vulkan backend for WineD3D.
- Support for loading Mono libraries from a shared location.
- Libwine.dll no longer needed when using Wine DLLs on Windows.
- Regression tests compiled directly to PE format.
- Support for the Split Button Common Control.
- Complex structs support in the typelib marshaller.
- Video capture ported to Video4Linux version 2.
- Initial version of the Debug Engine DLL.
- Various bug fixes.
- updated staging to 4.6
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 30 05:37:47 UTC 2019 - Marcus Meissner <meissner@suse.com> Sat Mar 30 05:37:47 UTC 2019 - Marcus Meissner <meissner@suse.com>

View File

@ -108,8 +108,8 @@ BuildRequires: pkgconfig(xrandr)
BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(xxf86vm)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
%define realver 4.5 %define realver 4.6
Version: 4.5 Version: 4.6
Release: 0 Release: 0
Summary: An MS Windows Emulator Summary: An MS Windows Emulator
License: LGPL-2.1-or-later License: LGPL-2.1-or-later