From 62164ef847298dfb3437ce4f7eb46251ad219873aa5112febfee81101e37b59c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 14 Apr 2018 13:13:00 +0000 Subject: [PATCH] - Update to 3.6 development release - Support for PNG format icons. - Support for 1D textures. - More infrastructure for high DPI support. - OLE data cache improvements. - Various bug fixes. - updated winetricks - updated staging to 3.5 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=500 --- _service | 2 +- wine-3.6.tar.xz | 3 +++ wine-3.6.tar.xz.sign | 16 ++++++++++++++++ wine-staging-3.6.tar.xz | 3 +++ wine.changes | 12 ++++++++++++ wine.spec | 6 +++--- winetricks | 6 +++--- 7 files changed, 41 insertions(+), 7 deletions(-) create mode 100644 wine-3.6.tar.xz create mode 100644 wine-3.6.tar.xz.sign create mode 100644 wine-staging-3.6.tar.xz diff --git a/_service b/_service index a82b60a..6d5e14d 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ @PARENT_TAG@ v(.*) https://github.com/wine-staging/wine-staging.git - refs/tags/v3.5 + refs/tags/v3.6 v*.* git diff --git a/wine-3.6.tar.xz b/wine-3.6.tar.xz new file mode 100644 index 0000000..f878ca9 --- /dev/null +++ b/wine-3.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78502dc79a60430d2a2ef66bee146e38eb6dd679fd36b54acfc8f9b2ac07905c +size 20005240 diff --git a/wine-3.6.tar.xz.sign b/wine-3.6.tar.xz.sign new file mode 100644 index 0000000..de57b4d --- /dev/null +++ b/wine-3.6.tar.xz.sign @@ -0,0 +1,16 @@ +-----BEGIN PGP SIGNATURE----- + +iQIzBAABCgAdFiEE2iNXmnTUrZr50/lFzvrI6q8XUZ0FAlrRGN0ACgkQzvrI6q8X +UZ0BeQ/9ETZJBnOEqPoqpwfbG3qW3Y5IZFKhzU6LcJ/qdeVxsFGI5Mf+RkYYd3Hi +aSBNQdPxkz2lg2p9u8pVQfjI4z0g6h/RsRV7xiqA5ro00jWvBjTgA1y0spDoQ7lm +JqEs9gsL+uvy+/NWqdkcxR9BZP2Z0accStryo4oEeNfeejEEJlm0aeERQWqUttcJ +Xp/ijhtqFJrcGt5/ZJnnp6DaHsM2Fzn3XWydFT3cvuwavKRgZ1pKQShuQAEfXAyo +SjCXAuP5lRc6hp4Vd0ohSQgcg4fKqftYq32+nLa6j4xEa/NW5L5s4aJBdibA21dF +RJkTWBbx0E7CVwLSKy6uU3man5NhRco1PjEcp3ib/pfyTsVqAeOnbqVJ83YPmtqZ +zBPn7vEFfHjYRkXcCkKdM+jp8Gzqxn7qcUwM7W3W9kdmKaoROydUmlkvBFmX5Gao +okl9pa7ZsLf72E9heepycvsTXvPlk/m0bUuKNQ1frLVRBaSv3d0bQ9Nx9SpbSoP7 +QVLFEQaX+zR40B9T95d8NMk2yoDrnSmdlIMYDDJ3mg2Qt5Eikl7yYc6k0ZGcabbv +LydHCik9eHi6oty8womz6JByJbwQGOGBrduyIq/5DfA0W2/vZvlggCT+UtJMrv6O +Fc2lZzC3QLi20MkPf955yO2+hLVR2MP9hIGo+Xs5CpFh+b2NR68= +=ucD1 +-----END PGP SIGNATURE----- diff --git a/wine-staging-3.6.tar.xz b/wine-staging-3.6.tar.xz new file mode 100644 index 0000000..5a56287 --- /dev/null +++ b/wine-staging-3.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4250210cc40104817a3f3b7d84c70f1d56b1e86d95879f69a5ff62698b5cc624 +size 7541896 diff --git a/wine.changes b/wine.changes index 80cacc1..596dc6c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Apr 14 13:09:33 UTC 2018 - meissner@suse.com + +- Update to 3.6 development release + - Support for PNG format icons. + - Support for 1D textures. + - More infrastructure for high DPI support. + - OLE data cache improvements. + - Various bug fixes. +- updated winetricks +- updated staging to 3.5 + ------------------------------------------------------------------- Wed Apr 4 06:50:06 UTC 2018 - schwab@suse.de diff --git a/wine.spec b/wine.spec index 5da11c2..bd4de98 100644 --- a/wine.spec +++ b/wine.spec @@ -101,8 +101,8 @@ BuildRequires: pkgconfig(xrandr) BuildRequires: pkgconfig(xrender) BuildRequires: pkgconfig(xxf86vm) BuildRequires: pkgconfig(zlib) -%define realver 3.5 -Version: 3.5 +%define realver 3.6 +Version: 3.6 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1-or-later @@ -140,7 +140,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 ppc %arm aarch64 %if %{staging} # upstream patch target version -%define staging_version 3.5 +%define staging_version 3.6 Source100: wine-staging-%{staging_version}.tar.xz BuildRequires: gtk3-devel BuildRequires: libOSMesa-devel diff --git a/winetricks b/winetricks index 203e085..8798aa9 100644 --- a/winetricks +++ b/winetricks @@ -11032,9 +11032,9 @@ load_lucida() w_metadata opensymbol fonts \ title="OpenSymbol fonts (replacement for Wingdings)" \ publisher="OpenOffice.org" \ - year="2016" \ + year="2017" \ media="download" \ - file1="fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u9_all.deb" \ + file1="fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u10_all.deb" \ installed_file1="$W_FONTSDIR_WIN/opens___.ttf" load_opensymbol() @@ -11042,7 +11042,7 @@ load_opensymbol() # The OpenSymbol fonts are a replacement for the Windows Wingdings font from OpenOffice.org. # Need to w_download Debian since I can't find a standalone download from OpenOffice # Note: The source download package on debian is for _all_ of OpenOffice, which is 266 MB. - w_download "http://security.debian.org/debian-security/pool/updates/main/libr/libreoffice/fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u9_all.deb" 11f272c3de3f2d891dfd067f467263ff361c08566a1a0ee5e5d64cbee459ee22 + w_download "http://security.debian.org/debian-security/pool/updates/main/libr/libreoffice/fonts-opensymbol_102.2+LibO3.5.4+dfsg2-0+deb7u10_all.deb" 33fe227786ae6dd89d265199bf3c03f09e540a5d2b96a38d7a581b4a039db696 w_try_cd "$W_TMP" w_try_ar "$W_CACHE/$W_PACKAGE/$file1" data.tar.xz