From 68d303bda7e1770bcdd3635c8e56aacfb81135892838cb11052b8ed3bcda5f55 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 23 Jan 2015 20:48:01 +0000 Subject: [PATCH] - 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/package/show/Emulators/wine?expand=0&rev=258 --- wine-1.7.34.tar.bz2 | 3 --- wine-1.7.34.tar.bz2.sign | 7 ------- wine-1.7.35.tar.bz2 | 3 +++ wine-1.7.35.tar.bz2.sign | 7 +++++++ wine.changes | 9 +++++++++ wine.spec | 4 ++-- wisotool | 6 +++--- 7 files changed, 24 insertions(+), 15 deletions(-) delete mode 100644 wine-1.7.34.tar.bz2 delete mode 100644 wine-1.7.34.tar.bz2.sign create mode 100644 wine-1.7.35.tar.bz2 create mode 100644 wine-1.7.35.tar.bz2.sign diff --git a/wine-1.7.34.tar.bz2 b/wine-1.7.34.tar.bz2 deleted file mode 100644 index a20aefe..0000000 --- a/wine-1.7.34.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d5a3b25450fb232aa9d0d0dd859b7d50b8ffb6180f24aefb6eb4e400d32330b -size 21956792 diff --git a/wine-1.7.34.tar.bz2.sign b/wine-1.7.34.tar.bz2.sign deleted file mode 100644 index 3813353..0000000 --- a/wine-1.7.34.tar.bz2.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAlSwMKEACgkQ9ebp7rlGHdcAkQCfb5LeIZLwatrUzpnDUn4GShpm -9WAAn2lIPEmQC9uj0Euf8lf/6o5eZbat -=sB6g ------END PGP SIGNATURE----- diff --git a/wine-1.7.35.tar.bz2 b/wine-1.7.35.tar.bz2 new file mode 100644 index 0000000..8c36aa5 --- /dev/null +++ b/wine-1.7.35.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2ef652a302c366d3f6ee9315790f162b1c0913d442cb5a856d9f7d95e31cfb +size 22005666 diff --git a/wine-1.7.35.tar.bz2.sign b/wine-1.7.35.tar.bz2.sign new file mode 100644 index 0000000..a5d9fff --- /dev/null +++ b/wine-1.7.35.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1 + +iEYEABECAAYFAlTCqeAACgkQ9ebp7rlGHdfXJACdFUUiBu/rLAIcjkWUd8tOAmHd +IwsAn1NGCMLGmEeTJjW3gaBYODnZTBsa +=hzgc +-----END PGP SIGNATURE----- diff --git a/wine.changes b/wine.changes index 8ff1012..8897b00 100644 --- a/wine.changes +++ b/wine.changes @@ -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 diff --git a/wine.spec b/wine.spec index 0eff128..afed7ce 100644 --- a/wine.spec +++ b/wine.spec @@ -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+ diff --git a/wisotool b/wisotool index bca30ad..8f46078 100644 --- a/wisotool +++ b/wisotool @@ -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"