diff --git a/wine-1.5.24.tar.bz2 b/wine-1.5.24.tar.bz2 deleted file mode 100644 index 7193eb3..0000000 --- a/wine-1.5.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6641fd819312f29a72b5311c29210a323840d05c28702675c4d79cce255cfbfd -size 21204749 diff --git a/wine-1.5.25.tar.bz2 b/wine-1.5.25.tar.bz2 new file mode 100644 index 0000000..dd28cb4 --- /dev/null +++ b/wine-1.5.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d93266fbc1bf04fbe28c0028d436610273413884ceeba47c8f8811db6cf2220 +size 21381514 diff --git a/wine-1.5.25.tar.bz2.sign b/wine-1.5.25.tar.bz2.sign new file mode 100644 index 0000000..6d1572c --- /dev/null +++ b/wine-1.5.25.tar.bz2.sign @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.12 (GNU/Linux) + +iEYEABECAAYFAlExEksACgkQ9ebp7rlGHdeQSgCeJJiq4aW0SNUevY3h/lXQwL/0 +IMQAn2OPrX1bud4zS0lDGS9Yy1CnHO9y +=GGsV +-----END PGP SIGNATURE----- diff --git a/wine.changes b/wine.changes index aa7397f..9640c8b 100644 --- a/wine.changes +++ b/wine.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Mar 1 21:05:58 UTC 2013 - meissner@suse.com + +- Updated to 1.5.25 development snapshot + - Proper cursor support in the Mac driver. + - Fixes for right-to-left support in RichEdit. + - Initial version of a Wingdings font. + - Various bug fixes. +- enabled gpg verification + ------------------------------------------------------------------- Fri Feb 15 20:47:07 UTC 2013 - meissner@suse.com diff --git a/wine.spec b/wine.spec index 6a42bc3..ffeb696 100644 --- a/wine.spec +++ b/wine.spec @@ -55,13 +55,14 @@ BuildRequires: sane-backends-devel BuildRequires: update-desktop-files BuildRequires: valgrind-devel BuildRequires: xorg-x11-devel -Version: 1.5.24 +Version: 1.5.25 Release: 0 Summary: An MS Windows Emulator License: LGPL-2.1+ Group: System/Emulators/PC Url: http://www.winehq.org/ Source0: http://downloads.sourceforge.net/project/wine/Source/%{name}-%{version}.tar.bz2 +Source42: http://downloads.sourceforge.net/project/wine/Source/%{name}-%{version}.tar.bz2.sign Source1: http://kegel.com/wine/winetricks Source2: http://kegel.com/wine/wisotool Source3: README.SuSE @@ -83,6 +84,9 @@ Requires: %{name}-32bit = %{version} # for winetricks: Requires: cabextract Requires: unzip +%if 0%{?suse_version} > 1220 +BuildRequires: gpg-offline +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build # Perhaps arm later... ExclusiveArch: %{ix86} x86_64 ppc @@ -112,6 +116,9 @@ This RPM contains the header files and development tools for the WINE libraries. %prep +%if 0%{?suse_version} > 1220 +%gpg_verify %{S:42} +%endif %setup -q #%patch0 -p1 #