SHA256
1
0
forked from pool/wine

Accepting request 307395 from Emulators

- Updated to 1.7.43 development snapshot
  - Improved support for Shell Browser windows.
  - Some more API Sets libraries. 
  - Read/write operations support with built-in devices.
  - Major Catalan translation update.
  - Support for WoW64 mode on ARM64.
  - Various bug fixes.
- updated winetricks

OBS-URL: https://build.opensuse.org/request/show/307395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=172
This commit is contained in:
Stephan Kulow 2015-05-16 17:01:11 +00:00 committed by Git OBS Bridge
commit 6ebae76ddc
7 changed files with 26 additions and 12 deletions

View File

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

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53d49b9affcb836443cf25111c2906dfcae9ff1fc8170dffbd81755405907822
size 22246396

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlVV9ogACgkQ9ebp7rlGHdeYCwCgq981aGpcUSiD2AjbPHpliyFT
9XIAn1rAbiXn2eDw4d/YX/xC5JQdZkJ5
=L1xC
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri May 15 14:39:56 UTC 2015 - meissner@suse.com
- Updated to 1.7.43 development snapshot
- Improved support for Shell Browser windows.
- Some more API Sets libraries.
- Read/write operations support with built-in devices.
- Major Catalan translation update.
- Support for WoW64 mode on ARM64.
- Various bug fixes.
- updated winetricks
------------------------------------------------------------------- -------------------------------------------------------------------
Fri May 1 13:15:59 UTC 2015 - meissner@suse.com Fri May 1 13:15:59 UTC 2015 - meissner@suse.com

View File

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

View File

@ -155,7 +155,9 @@ else
fi fi
# ftp.microsoft.com resolves to two different IP addresses, one of which is broken # ftp.microsoft.com resolves to two different IP addresses, one of which is broken
ftp_microsoft_com=64.4.17.176 # 2012-08-11: 64.4.17.176
# 2015-05-13: 134.170.188.232
ftp_microsoft_com=134.170.188.232
#---- Public Functions ---- #---- Public Functions ----