- 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:
2013-03-09 11:26:04 +00:00
committed by Git OBS Bridge
parent 5ca1b96edd
commit 3ed898e520
5 changed files with 28 additions and 4 deletions

View File

@@ -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
#