SHA256
1
0
forked from pool/wine

Accepting request 282608 from Emulators

- Updated to 1.7.35 development snapshot
  - Beginnings of support for OpenGL core contexts.
  - Initial support for glyph placement in DirectWrite.
  - Some more WBEM objects.
  - Various bug fixes.

OBS-URL: https://build.opensuse.org/request/show/282608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=162
This commit is contained in:
Dominique Leuenberger 2015-01-24 21:21:01 +00:00 committed by Git OBS Bridge
commit b7ac0ab09c
7 changed files with 24 additions and 15 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d5a3b25450fb232aa9d0d0dd859b7d50b8ffb6180f24aefb6eb4e400d32330b
size 21956792

View File

@ -1,7 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlSwMKEACgkQ9ebp7rlGHdcAkQCfb5LeIZLwatrUzpnDUn4GShpm
9WAAn2lIPEmQC9uj0Euf8lf/6o5eZbat
=sB6g
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,7 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEABECAAYFAlTCqeAACgkQ9ebp7rlGHdfXJACdFUUiBu/rLAIcjkWUd8tOAmHd
IwsAn1NGCMLGmEeTJjW3gaBYODnZTBsa
=hzgc
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Jan 23 20:29:32 UTC 2015 - meissner@suse.com
- Updated to 1.7.35 development snapshot
- Beginnings of support for OpenGL core contexts.
- Initial support for glyph placement in DirectWrite.
- Some more WBEM objects.
- Various bug fixes.
-------------------------------------------------------------------
Fri Jan 9 20:03:00 UTC 2015 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package wine
#
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -56,7 +56,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files
BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel
Version: 1.7.34
Version: 1.7.35
Release: 0
Summary: An MS Windows Emulator
License: LGPL-2.1+

View File

@ -8895,7 +8895,7 @@ _load_steam_app()
then
# FIXME: Should we perhaps sha1sum? That would get messy...
cd steamapps
IFS=","
IFS=$','
for x in $game_extra_files
do
while true
@ -8949,7 +8949,7 @@ _load_steam_app()
cp -r "$steam_dir/steamapps/$game_cache_file" "$WISOTOOL_CACHE/$PACKAGE"
if test ! "$game_extra_files" = ""
then
IFS=","
IFS=$','
for x in $game_extra_files
do
cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
@ -8962,7 +8962,7 @@ _load_steam_app()
cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" "$steam_dir/steamapps"
if test ! "$game_extra_files" = ""
then
IFS=","
IFS=$','
for x in $game_extra_files
do
cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"