From 15bcd2b27211de8e2d801acede0259f3565757742844696591b81f0de1456e7f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 7 May 2010 19:49:05 +0000 Subject: [PATCH] - Updated to 1.1.43 - Many more new icons. - Support for 32-bit prefixes with a 64-bit Wine. - Many additional msvcr80/90 functions. - Improvements to Bidi handling. - More complete mmdevapi (Win7 audio) support. - Improved handling of MSI patches. - A number of fixes for desktop menus. - Optimizations in OLE storage. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=36 --- wine-1.1.43.tar.bz2 | 3 --- wine-1.1.44.tar.bz2 | 3 +++ wine.changes | 14 ++++++++++++++ wine.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 wine-1.1.43.tar.bz2 create mode 100644 wine-1.1.44.tar.bz2 diff --git a/wine-1.1.43.tar.bz2 b/wine-1.1.43.tar.bz2 deleted file mode 100644 index 9bac812..0000000 --- a/wine-1.1.43.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bde84e5a01f401e567aca864ca326f8823bfe0ef64cfb0c76ff162f46001d106 -size 16946211 diff --git a/wine-1.1.44.tar.bz2 b/wine-1.1.44.tar.bz2 new file mode 100644 index 0000000..7446a8d --- /dev/null +++ b/wine-1.1.44.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2496ca5df3c4281339f8d6ebe1a3ec29b5ec5a56a97a7322c86a2ee9ccbc7e +size 17195531 diff --git a/wine.changes b/wine.changes index 17e0a02..7259c91 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri May 7 21:44:42 CEST 2010 - meissner@suse.de + +- Updated to 1.1.43 + - Many more new icons. + - Support for 32-bit prefixes with a 64-bit Wine. + - Many additional msvcr80/90 functions. + - Improvements to Bidi handling. + - More complete mmdevapi (Win7 audio) support. + - Improved handling of MSI patches. + - A number of fixes for desktop menus. + - Optimizations in OLE storage. + - Various bug fixes. + ------------------------------------------------------------------- Sun Apr 25 18:39:16 CEST 2010 - meissner@suse.de diff --git a/wine.spec b/wine.spec index e8efa42..0d9d6c4 100644 --- a/wine.spec +++ b/wine.spec @@ -64,7 +64,7 @@ Group: System/Emulators/PC # requires either 32bit or 64bit wine Requires: wine = %version # lib dependencies that are dynamically loaded -Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libhal.so.1 libncurses.so.6 libfreetype.so.6 libpng14.so.14.so.8 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libgnutls.so.26 +Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libhal.so.1 libncurses.so.6 libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libgnutls.so.26 libpng14.so.14 %description 32bit This package contains the 32bit runtime environmnent (libraries, DLLs, EXEs) of Wine.