diff --git a/wine-1.1.19.tar.bz2 b/wine-1.1.19.tar.bz2 deleted file mode 100644 index 3553de1..0000000 --- a/wine-1.1.19.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3c80b64c14bd99fcee7e91288ce82336b376b0d44b04906163c942dd29fdaac -size 15270906 diff --git a/wine-1.1.21.tar.bz2 b/wine-1.1.21.tar.bz2 new file mode 100644 index 0000000..7faa9a1 --- /dev/null +++ b/wine-1.1.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2255a4e65b344de7ab8c0b31fc8d668305b11ed7a411031d6efc298dfe91d649 +size 15325634 diff --git a/wine.changes b/wine.changes index 7baa18f..39d9459 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri May 8 22:43:27 CEST 2009 - meissner@suse.de + +- Updated to upstream 1.1.21 + - Beginnings of shader model 4 support. + - Support for copying/pasting images from X11 applications. + - A number of GDIPlus improvements. + - Various listview fixes. + - 64-bit support in winemaker. + - Support for building on Mac OS X Snow Leopard. + - Various bug fixes. + +------------------------------------------------------------------- +Mon May 4 00:21:22 CEST 2009 - meissner@suse.de + +- Updated to upstream 1.1.20 + - Show a dialog on application crashes. + - Much improved OLE copy/paste support. + - Various listview improvements. + - More Direct3D code cleanups. + - Various bug fixes. + ------------------------------------------------------------------- Fri Apr 10 18:41:28 CEST 2009 - meissner@suse.de diff --git a/wine.spec b/wine.spec index 4a54d87..6c1d6d6 100644 --- a/wine.spec +++ b/wine.spec @@ -1,5 +1,5 @@ # -# spec file for package wine (Version 1.1.19) +# spec file for package wine (Version 1.1.21) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils License: LGPL v2.1 or later Group: System/Emulators/PC AutoReqProv: on -Version: 1.1.19 +Version: 1.1.21 Release: 1 Summary: An MS Windows Emulator Url: http://www.winehq.com @@ -125,6 +125,22 @@ rm -rf $RPM_BUILD_ROOT /usr/share/aclocal/wine.m4 %changelog +* Fri May 08 2009 meissner@suse.de +- Updated to upstream 1.1.21 + - Beginnings of shader model 4 support. + - Support for copying/pasting images from X11 applications. + - A number of GDIPlus improvements. + - Various listview fixes. + - 64-bit support in winemaker. + - Support for building on Mac OS X Snow Leopard. + - Various bug fixes. +* Mon May 04 2009 meissner@suse.de +- Updated to upstream 1.1.20 + - Show a dialog on application crashes. + - Much improved OLE copy/paste support. + - Various listview improvements. + - More Direct3D code cleanups. + - Various bug fixes. * Fri Apr 10 2009 meissner@suse.de - Updated to upstream 1.1.19 - Support for Visual C++ project files in winemaker.