SHA256
1
0
forked from pool/wine

Accepting request 305058 from Emulators

- Updated to 1.7.42 development snapshot
  - Support for dynamic timezone information.
  - Initial desktop shell window support.
  - Some more Direct2D support.
  - Various bug fixes.
- updated winetricks

OBS-URL: https://build.opensuse.org/request/show/305058
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=171
This commit is contained in:
Dominique Leuenberger 2015-05-02 15:46:33 +00:00 committed by Git OBS Bridge
commit 0f47501429
7 changed files with 23 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fa622b1dacb257fab671ddd689439daf6bb1cfb9e632c324db16a5db6372f97
size 22237972

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlUxEC8ACgkQ9ebp7rlGHdfCWgCgmXTVLYDbPbwLshnyxzdz6gFd
QxIAoIOGoBP6DaEMR5RWPQRCxfdZHECM
=40Or
-----END PGP SIGNATURE-----

3
wine-1.7.42.tar.bz2 Normal file
View File

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

7
wine-1.7.42.tar.bz2.sign Normal file
View File

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlVDdjsACgkQ9ebp7rlGHdc+/QCfd+vvYZpXfmSNmpSeGc6lxPk7
LToAoL39d2fqFNKhGjeikooZnv0paQsS
=W+nn
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri May 1 13:15:59 UTC 2015 - meissner@suse.com
- Updated to 1.7.42 development snapshot
- Support for dynamic timezone information.
- Initial desktop shell window support.
- Some more Direct2D support.
- Various bug fixes.
- updated winetricks
-------------------------------------------------------------------
Fri Apr 17 14:06:38 UTC 2015 - meissner@suse.com

View File

@ -56,7 +56,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files
BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel
Version: 1.7.41
Version: 1.7.42
Release: 0
Summary: An MS Windows Emulator
License: LGPL-2.1+

View File

@ -7270,8 +7270,9 @@ load_shockwave() {
# 2014-05-21 sha1sum: d95d1a14ee264235b29e093105bd2baa8b06eb12
# 2014-11-22 sha1sum: 644d3228654ded798eabe40e7044b96b90e742f6
# 2015-03-30 sha1sum: 9f2d4d929e7210ae9fb633881127b21586ffd8ce
# 2015-04-27 sha1sum: 244e6a5c5fa2dd26c136bc5b402f6cad588763d7
w_download http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi 9f2d4d929e7210ae9fb633881127b21586ffd8ce
w_download http://fpdownload.macromedia.com/get/shockwave/default/english/win95nt/latest/sw_lic_full_installer.msi 244e6a5c5fa2dd26c136bc5b402f6cad588763d7
cd "$W_CACHE"/shockwave
w_try "$WINE" msiexec /i sw_lic_full_installer.msi $W_UNATTENDED_SLASH_Q
}