From a5c7713de75e025c9513781d18203662c1879385bb1eea6621aa2d6a832a7c6e Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 2 Sep 2011 11:18:41 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/wine revision 102.0 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=f1e83fba851d7331bda8506dbad72b8d --- wine.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine.spec b/wine.spec index 6c63f9f..3b345eb 100644 --- a/wine.spec +++ b/wine.spec @@ -87,9 +87,9 @@ 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 libncurses.so.6 libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libpng14.so.14 %if 0%{?suse_version} < 1210 -Requires: libgnutls.so.26 +Requires: libgnutls.so.26 %else -Requires: libgnutls.so.28 +Requires: libgnutls.so.28 %endif %description 32bit From bf12a2923fd332e6eb671bf8868db58f632f744a31321b1e4d60818d3006489c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 11 Sep 2011 08:12:17 +0000 Subject: [PATCH 2/2] - Updated to 1.3.28 development snapshot - Initial version of the VBScript parser. - Automagic audio driver selection. - Support for volume information on UDF file systems. - The OpenGL renderer is now the default for DirectDraw. - Device configuration dialog in DirectInput. - SetDIBitsToDevice support in the DIB engine. - Several improvements in the cmd parser. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=104 --- wine-1.3.27.tar.bz2 | 3 --- wine-1.3.28.tar.bz2 | 3 +++ wine.changes | 13 +++++++++++++ wine.spec | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 wine-1.3.27.tar.bz2 create mode 100644 wine-1.3.28.tar.bz2 diff --git a/wine-1.3.27.tar.bz2 b/wine-1.3.27.tar.bz2 deleted file mode 100644 index 1642255..0000000 --- a/wine-1.3.27.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2fb4fdf6ae7cbce14ae0e3d3071f3d1ba0c3796a16082b89acd0a4ff75da23ff -size 19567569 diff --git a/wine-1.3.28.tar.bz2 b/wine-1.3.28.tar.bz2 new file mode 100644 index 0000000..ebf3e56 --- /dev/null +++ b/wine-1.3.28.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4fce6359d9734977ec25ac4f6e318b3e8fc407619143e780324ae2d8b302d93 +size 19626303 diff --git a/wine.changes b/wine.changes index 0efa65b..812cff0 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sun Sep 11 10:11:11 CEST 2011 - meissner@suse.de + +- Updated to 1.3.28 development snapshot + - Initial version of the VBScript parser. + - Automagic audio driver selection. + - Support for volume information on UDF file systems. + - The OpenGL renderer is now the default for DirectDraw. + - Device configuration dialog in DirectInput. + - SetDIBitsToDevice support in the DIB engine. + - Several improvements in the cmd parser. + - Various bug fixes. + ------------------------------------------------------------------- Wed Aug 31 14:25:25 CEST 2011 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 3b345eb..c387bf9 100644 --- a/wine.spec +++ b/wine.spec @@ -34,7 +34,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel License: LGPLv2.1+ Group: System/Emulators/PC AutoReqProv: on -Version: 1.3.27 +Version: 1.3.28 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com