From aa2cf1fda6fa79c71a670b367004252aea33d21aaec3b4b14efeed1e257cb0df Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 4 Jan 2014 11:59:47 +0000 Subject: [PATCH 01/10] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=206 --- wine-1.7.10.tar.bz2 | 3 +++ wine-1.7.10.tar.bz2.sign | 7 +++++++ wine-1.7.9.tar.bz2 | 3 --- wine-1.7.9.tar.bz2.sign | 7 ------- wine.spec | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) create mode 100644 wine-1.7.10.tar.bz2 create mode 100644 wine-1.7.10.tar.bz2.sign delete mode 100644 wine-1.7.9.tar.bz2 delete mode 100644 wine-1.7.9.tar.bz2.sign diff --git a/wine-1.7.10.tar.bz2 b/wine-1.7.10.tar.bz2 new file mode 100644 index 0000000..9ea545e --- /dev/null +++ b/wine-1.7.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44270e4b97ef930e4e4b59088e6e3972e91e85bacf9a9a4d8712a877c9d5cbdb +size 21312974 diff --git a/wine-1.7.10.tar.bz2.sign b/wine-1.7.10.tar.bz2.sign new file mode 100644 index 0000000..3d7e3df --- /dev/null +++ b/wine-1.7.10.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.15 (GNU/Linux) + +iEYEABECAAYFAlLHCP0ACgkQ9ebp7rlGHddmTgCfQ8JyM1mJ3hoSI1rlflmWrJi9 +fkAAoLSq/8/wwoyH1NsgUyrd7QvFJDDF +=4fc9 +-----END PGP SIGNATURE----- diff --git a/wine-1.7.9.tar.bz2 b/wine-1.7.9.tar.bz2 deleted file mode 100644 index 1834e58..0000000 --- a/wine-1.7.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:79f99ecc24696915439c474c4953bb77652ab53f16b41daa4da270fe43279c5a -size 21323337 diff --git a/wine-1.7.9.tar.bz2.sign b/wine-1.7.9.tar.bz2.sign deleted file mode 100644 index 628df39..0000000 --- a/wine-1.7.9.tar.bz2.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.15 (GNU/Linux) - -iEYEABECAAYFAlK0jegACgkQ9ebp7rlGHdcOsQCdHhwkE52y2N0VKSaxy9kH6Gdf -rG0AoIWgE6gNyVDR/Sf7ZdrRtbmK1gOw -=7369 ------END PGP SIGNATURE----- diff --git a/wine.spec b/wine.spec index 197108b..5825c7b 100644 --- a/wine.spec +++ b/wine.spec @@ -1,7 +1,7 @@ # # spec file for package wine # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version: 1.7.9 +Version: 1.7.10 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ From c843d13324034057c7b246cf907a7a5fc127f10e26bf50cfeb7c17e412c236a1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 4 Jan 2014 12:09:12 +0000 Subject: [PATCH 02/10] - recommend samba-winbind for the ntlm_auth helper binary bnc#857302 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=207 --- wine.changes | 2 ++ wine.spec | 1 + 2 files changed, 3 insertions(+) diff --git a/wine.changes b/wine.changes index 1aee8b7..5abcedc 100644 --- a/wine.changes +++ b/wine.changes @@ -6,6 +6,8 @@ Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com - Some DirectDraw palette fixes. - Reduced code duplication between C++ runtime versions. - Various bug fixes. +- recommend samba-winbind for the ntlm_auth helper binary + bnc#857302 ------------------------------------------------------------------- Sat Dec 7 10:09:23 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 5825c7b..14f79b1 100644 --- a/wine.spec +++ b/wine.spec @@ -79,6 +79,7 @@ Recommends: wine-mp3 # not packaged in distro... Recommends: wine-mono Recommends: dosbox +Recommends: samba-winbind Conflicts: wine-gecko < 1.3 %ifarch x86_64 Requires: %{name}-32bit = %{version} From 0bf514a66ba87e96770bb186dc73feef84c909cb8b98314ffa30cea44ab85e36 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 4 Jan 2014 12:10:55 +0000 Subject: [PATCH 03/10] - require samba-winbind for the ntlm_auth helper binary OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=208 --- wine.changes | 2 +- wine.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wine.changes b/wine.changes index 5abcedc..9bbba86 100644 --- a/wine.changes +++ b/wine.changes @@ -6,7 +6,7 @@ Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com - Some DirectDraw palette fixes. - Reduced code duplication between C++ runtime versions. - Various bug fixes. -- recommend samba-winbind for the ntlm_auth helper binary +- require samba-winbind for the ntlm_auth helper binary bnc#857302 ------------------------------------------------------------------- diff --git a/wine.spec b/wine.spec index 14f79b1..a343188 100644 --- a/wine.spec +++ b/wine.spec @@ -79,7 +79,7 @@ Recommends: wine-mp3 # not packaged in distro... Recommends: wine-mono Recommends: dosbox -Recommends: samba-winbind +Requires: samba-winbind Conflicts: wine-gecko < 1.3 %ifarch x86_64 Requires: %{name}-32bit = %{version} From 8022362a4baa3cadf25f22328495569c987d6543c4f2cc83c07a3421584f5bd8 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 7 Jan 2014 08:11:23 +0000 Subject: [PATCH 04/10] - explicitly require alsa-plugins-pulse and alsa-plugins for the x86 -32bit package, otherwise there would be no sound. bnc#857621 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=209 --- wine.changes | 7 +++++++ wine.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/wine.changes b/wine.changes index 9bbba86..945ab0a 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 7 08:09:39 UTC 2014 - meissner@suse.com + +- explicitly require alsa-plugins-pulse and alsa-plugins + for the x86 -32bit package, otherwise there would be no sound. + bnc#857621 + ------------------------------------------------------------------- Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index a343188..12a113d 100644 --- a/wine.spec +++ b/wine.spec @@ -79,6 +79,8 @@ Recommends: wine-mp3 # not packaged in distro... Recommends: wine-mono Recommends: dosbox +Requires: alsa-plugins +Requires: alsa-plugins-pulse Requires: samba-winbind Conflicts: wine-gecko < 1.3 %ifarch x86_64 @@ -154,6 +156,8 @@ echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7 echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 +echo " requires \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 +echo " requires \"alsa-plugins-32bit\"" >> %SOURCE7 echo "%name-devel" >> %SOURCE7 echo " +^/usr/lib/wine/.*def" >> %SOURCE7 cat %SOURCE7 From 42c49eb6d20c3597eac2b86bcf953060882ff9a34e481e9ae2fdfea81daaf085 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 10 Jan 2014 08:55:02 +0000 Subject: [PATCH 05/10] - recommend alsa-plugins-pulse and alsa-plugins for the x86 -32bit package, otherwise there would be no sound. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=210 --- wine.changes | 4 ++-- wine.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wine.changes b/wine.changes index 945ab0a..59d66d7 100644 --- a/wine.changes +++ b/wine.changes @@ -1,8 +1,8 @@ ------------------------------------------------------------------- Tue Jan 7 08:09:39 UTC 2014 - meissner@suse.com -- explicitly require alsa-plugins-pulse and alsa-plugins - for the x86 -32bit package, otherwise there would be no sound. +- recommend alsa-plugins-pulse and alsa-plugins for the x86 -32bit + package, otherwise there would be no sound. bnc#857621 ------------------------------------------------------------------- diff --git a/wine.spec b/wine.spec index 12a113d..08b10b6 100644 --- a/wine.spec +++ b/wine.spec @@ -156,8 +156,8 @@ echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7 echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 -echo " requires \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 -echo " requires \"alsa-plugins-32bit\"" >> %SOURCE7 +echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 +echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7 echo "%name-devel" >> %SOURCE7 echo " +^/usr/lib/wine/.*def" >> %SOURCE7 cat %SOURCE7 From 76f83f407475cee515e4886f2d7ae424c9f684eefa94dfedc01d4c16b7aaacc2 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 10 Jan 2014 12:09:21 +0000 Subject: [PATCH 06/10] OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=211 --- wine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine.spec b/wine.spec index 08b10b6..2d11b07 100644 --- a/wine.spec +++ b/wine.spec @@ -79,8 +79,8 @@ Recommends: wine-mp3 # not packaged in distro... Recommends: wine-mono Recommends: dosbox -Requires: alsa-plugins -Requires: alsa-plugins-pulse +Recommends: alsa-plugins +Recommends: alsa-plugins-pulse Requires: samba-winbind Conflicts: wine-gecko < 1.3 %ifarch x86_64 From 9b660571945190d12a3d270e3a3d6b01bf9e8c48c778bcbc11004d652346745e Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 17 Jan 2014 20:17:37 +0000 Subject: [PATCH 07/10] - Updated to 1.7.11 development snapshot - Uniscribe support in the RichEdit control. - Support for condition variables and Slim Reader/Writer locks. - More D3D command stream preparation work. - Optional Start Menu in desktop mode. - Improved support for vertical fonts metrics. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=212 --- wine-1.7.10.tar.bz2 | 3 --- wine-1.7.10.tar.bz2.sign | 7 ------- wine-1.7.11.tar.bz2 | 3 +++ wine-1.7.11.tar.bz2.sign | 7 +++++++ wine.changes | 11 +++++++++++ wine.spec | 2 +- 6 files changed, 22 insertions(+), 11 deletions(-) delete mode 100644 wine-1.7.10.tar.bz2 delete mode 100644 wine-1.7.10.tar.bz2.sign create mode 100644 wine-1.7.11.tar.bz2 create mode 100644 wine-1.7.11.tar.bz2.sign diff --git a/wine-1.7.10.tar.bz2 b/wine-1.7.10.tar.bz2 deleted file mode 100644 index 9ea545e..0000000 --- a/wine-1.7.10.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:44270e4b97ef930e4e4b59088e6e3972e91e85bacf9a9a4d8712a877c9d5cbdb -size 21312974 diff --git a/wine-1.7.10.tar.bz2.sign b/wine-1.7.10.tar.bz2.sign deleted file mode 100644 index 3d7e3df..0000000 --- a/wine-1.7.10.tar.bz2.sign +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.15 (GNU/Linux) - -iEYEABECAAYFAlLHCP0ACgkQ9ebp7rlGHddmTgCfQ8JyM1mJ3hoSI1rlflmWrJi9 -fkAAoLSq/8/wwoyH1NsgUyrd7QvFJDDF -=4fc9 ------END PGP SIGNATURE----- diff --git a/wine-1.7.11.tar.bz2 b/wine-1.7.11.tar.bz2 new file mode 100644 index 0000000..c76cc40 --- /dev/null +++ b/wine-1.7.11.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07d2771ed96c45d428bb11d164c5e4bbe48d6857a0a4cba2e0b73c5f1044f93 +size 21359534 diff --git a/wine-1.7.11.tar.bz2.sign b/wine-1.7.11.tar.bz2.sign new file mode 100644 index 0000000..0e47159 --- /dev/null +++ b/wine-1.7.11.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.15 (GNU/Linux) + +iEYEABECAAYFAlLZiT4ACgkQ9ebp7rlGHdfGvgCgic3DMf8H+bSaipUKrzaH1QPr +DicAoM1JTzctwqBKNVq0ynAypk9x/soe +=bHXO +-----END PGP SIGNATURE----- diff --git a/wine.changes b/wine.changes index 59d66d7..2ad6c1c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri Jan 17 20:16:01 UTC 2014 - meissner@suse.com + +- Updated to 1.7.11 development snapshot + - Uniscribe support in the RichEdit control. + - Support for condition variables and Slim Reader/Writer locks. + - More D3D command stream preparation work. + - Optional Start Menu in desktop mode. + - Improved support for vertical fonts metrics. + - Various bug fixes. + ------------------------------------------------------------------- Tue Jan 7 08:09:39 UTC 2014 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 2d11b07..7f74081 100644 --- a/wine.spec +++ b/wine.spec @@ -55,7 +55,7 @@ BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version: 1.7.10 +Version: 1.7.11 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ From 32e814e2c6334ee5e23a1331c8d3d5f24ad57bf8c9875315f6dd77a78924c4a4 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 24 Jan 2014 08:15:40 +0000 Subject: [PATCH 08/10] - require p11-kit-32bit in -32bit package. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=213 --- wine.changes | 5 +++++ wine.spec | 7 +++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/wine.changes b/wine.changes index 2ad6c1c..8c8cbca 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jan 24 08:15:18 UTC 2014 - meissner@suse.com + +- require p11-kit-32bit in -32bit package. + ------------------------------------------------------------------- Fri Jan 17 20:16:01 UTC 2014 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 7f74081..bc1ddb7 100644 --- a/wine.spec +++ b/wine.spec @@ -156,8 +156,11 @@ echo " +^/usr/bin/wine-preloader\$" >> %SOURCE7 echo " +^/usr/lib/wine/fakedlls" >> %SOURCE7 grep SONAME_ config.log grep SONAME_ config.log|grep -v 'so"'|sed -e 's/^.*\(".*"\).*$/ requires \1/;'|sort -u >>%SOURCE7 -echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 -echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7 +echo " recommends \"alsa-plugins-pulse-32bit\"" >> %SOURCE7 +echo " recommends \"alsa-plugins-32bit\"" >> %SOURCE7 +%if 0%{?suse_version} >= 1310 +echo " requires \"p11-kit-32bit\"" >> %SOURCE7 +%endif echo "%name-devel" >> %SOURCE7 echo " +^/usr/lib/wine/.*def" >> %SOURCE7 cat %SOURCE7 From 228d6bddc2ca09ca5260b031cd4fa52eda37cf09365f110b70c70cbb2c13a1f1 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 29 Jan 2014 17:01:03 +0000 Subject: [PATCH 09/10] - Updated to 1.7.10 development snapshot - Window maximization in the Mac driver. - AVI compressor implementation. - Thread local storage support in dynamically loaded libraries. - Beginnings of a Task Scheduler implementation. - Extended IPX protocol support. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=214 --- wine.changes | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/wine.changes b/wine.changes index 8c8cbca..d70902c 100644 --- a/wine.changes +++ b/wine.changes @@ -21,6 +21,17 @@ Tue Jan 7 08:09:39 UTC 2014 - meissner@suse.com package, otherwise there would be no sound. bnc#857621 +------------------------------------------------------------------- +Sat Jan 4 09:56:25 UTC 2014 - meissner@suse.com + +- Updated to 1.7.10 development snapshot + - Window maximization in the Mac driver. + - AVI compressor implementation. + - Thread local storage support in dynamically loaded libraries. + - Beginnings of a Task Scheduler implementation. + - Extended IPX protocol support. + - Various bug fixes. + ------------------------------------------------------------------- Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com From 0fd98b1c73ad5ca21ed1a86b293bae919df2117708d5f1bdd063b003d4e418b7 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Wed, 29 Jan 2014 17:01:17 +0000 Subject: [PATCH 10/10] - require samba-winbind for the ntlm_auth helper binary bnc#857302 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=215 --- wine.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine.changes b/wine.changes index d70902c..87bd38c 100644 --- a/wine.changes +++ b/wine.changes @@ -31,6 +31,8 @@ Sat Jan 4 09:56:25 UTC 2014 - meissner@suse.com - Beginnings of a Task Scheduler implementation. - Extended IPX protocol support. - Various bug fixes. +- require samba-winbind for the ntlm_auth helper binary + bnc#857302 ------------------------------------------------------------------- Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com @@ -40,8 +42,6 @@ Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com - Some DirectDraw palette fixes. - Reduced code duplication between C++ runtime versions. - Various bug fixes. -- require samba-winbind for the ntlm_auth helper binary - bnc#857302 ------------------------------------------------------------------- Sat Dec 7 10:09:23 UTC 2013 - meissner@suse.com