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-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.changes b/wine.changes index 1aee8b7..87bd38c 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +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 + +- 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 + +- recommend alsa-plugins-pulse and alsa-plugins for the x86 -32bit + 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. +- require samba-winbind for the ntlm_auth helper binary + bnc#857302 + ------------------------------------------------------------------- Fri Dec 20 19:32:51 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 197108b..bc1ddb7 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.11 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ @@ -79,6 +79,9 @@ Recommends: wine-mp3 # not packaged in distro... Recommends: wine-mono Recommends: dosbox +Recommends: alsa-plugins +Recommends: alsa-plugins-pulse +Requires: samba-winbind Conflicts: wine-gecko < 1.3 %ifarch x86_64 Requires: %{name}-32bit = %{version} @@ -153,6 +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 +%if 0%{?suse_version} >= 1310 +echo " requires \"p11-kit-32bit\"" >> %SOURCE7 +%endif echo "%name-devel" >> %SOURCE7 echo " +^/usr/lib/wine/.*def" >> %SOURCE7 cat %SOURCE7