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:
commit
b7ac0ab09c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4d5a3b25450fb232aa9d0d0dd859b7d50b8ffb6180f24aefb6eb4e400d32330b
|
|
||||||
size 21956792
|
|
@ -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
3
wine-1.7.35.tar.bz2
Normal 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
7
wine-1.7.35.tar.bz2.sign
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iEYEABECAAYFAlTCqeAACgkQ9ebp7rlGHdfXJACdFUUiBu/rLAIcjkWUd8tOAmHd
|
||||||
|
IwsAn1NGCMLGmEeTJjW3gaBYODnZTBsa
|
||||||
|
=hzgc
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -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
|
Fri Jan 9 20:03:00 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wine
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -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.34
|
Version: 1.7.35
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
6
wisotool
6
wisotool
@ -8895,7 +8895,7 @@ _load_steam_app()
|
|||||||
then
|
then
|
||||||
# FIXME: Should we perhaps sha1sum? That would get messy...
|
# FIXME: Should we perhaps sha1sum? That would get messy...
|
||||||
cd steamapps
|
cd steamapps
|
||||||
IFS=","
|
IFS=$','
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
while true
|
while true
|
||||||
@ -8949,7 +8949,7 @@ _load_steam_app()
|
|||||||
cp -r "$steam_dir/steamapps/$game_cache_file" "$WISOTOOL_CACHE/$PACKAGE"
|
cp -r "$steam_dir/steamapps/$game_cache_file" "$WISOTOOL_CACHE/$PACKAGE"
|
||||||
if test ! "$game_extra_files" = ""
|
if test ! "$game_extra_files" = ""
|
||||||
then
|
then
|
||||||
IFS=","
|
IFS=$','
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
cp "$steam_dir/steamapps/$x" "$WISOTOOL_CACHE/$PACKAGE"
|
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"
|
cp -r "$WISOTOOL_CACHE/$PACKAGE/$game_cache_file" "$steam_dir/steamapps"
|
||||||
if test ! "$game_extra_files" = ""
|
if test ! "$game_extra_files" = ""
|
||||||
then
|
then
|
||||||
IFS=","
|
IFS=$','
|
||||||
for x in $game_extra_files
|
for x in $game_extra_files
|
||||||
do
|
do
|
||||||
cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"
|
cp "$WISOTOOL_CACHE/$PACKAGE/$x" "$steam_dir/steamapps"
|
||||||
|
Loading…
Reference in New Issue
Block a user