- 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 OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=177
This commit is contained in:
parent
5ca1b96edd
commit
3ed898e520
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6641fd819312f29a72b5311c29210a323840d05c28702675c4d79cce255cfbfd
|
||||
size 21204749
|
3
wine-1.5.25.tar.bz2
Normal file
3
wine-1.5.25.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d93266fbc1bf04fbe28c0028d436610273413884ceeba47c8f8811db6cf2220
|
||||
size 21381514
|
7
wine-1.5.25.tar.bz2.sign
Normal file
7
wine-1.5.25.tar.bz2.sign
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlExEksACgkQ9ebp7rlGHdeQSgCeJJiq4aW0SNUevY3h/lXQwL/0
|
||||
IMQAn2OPrX1bud4zS0lDGS9Yy1CnHO9y
|
||||
=GGsV
|
||||
-----END PGP SIGNATURE-----
|
10
wine.changes
10
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
|
||||
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user