- Updated to 1.5.1 development snapshot
- Built-in JavaScript now preferred over Gecko in most cases. - Support for scalable font resources. - Fixes for audio and video playback. - Support for script decoding in JScript. - Various bug fixes. - Updated to 1.5.0 development snapshot (use Emulators:Wine:STABLE for wine 1.4) - New version of the Gecko engine. - Partial support for using the Trash on Mac OS X. - Support for path gradients in GdiPlus. - Various MSXML improvements. - Fixes to 64-bit exception handling. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=138
This commit is contained in:
parent
63c534b326
commit
5876a7d7d2
@ -1,3 +1,4 @@
|
||||
# this file is autregenerated by the .spec file.
|
||||
wine
|
||||
+^/usr/bin/wine$
|
||||
+^/usr/bin/wine-preloader$
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99a437bb8bd350bb1499d59183635e58217e73d631379c43cfd0d6020428ee65
|
||||
size 20035856
|
3
wine-1.5.1.tar.bz2
Normal file
3
wine-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc578f9afb3c9a0f2b773bbe09af20578ac6fa514dd0712ecc5d05c766045e6
|
||||
size 20078739
|
21
wine.changes
21
wine.changes
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 30 23:21:10 CEST 2012 - meissner@suse.de
|
||||
|
||||
- Updated to 1.5.1 development snapshot
|
||||
- Built-in JavaScript now preferred over Gecko in most cases.
|
||||
- Support for scalable font resources.
|
||||
- Fixes for audio and video playback.
|
||||
- Support for script decoding in JScript.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 17:41:16 CEST 2012 - meissner@suse.de
|
||||
|
||||
- Updated to 1.5.0 development snapshot (use Emulators:Wine:STABLE for wine 1.4)
|
||||
- New version of the Gecko engine.
|
||||
- Partial support for using the Trash on Mac OS X.
|
||||
- Support for path gradients in GdiPlus.
|
||||
- Various MSXML improvements.
|
||||
- Fixes to 64-bit exception handling.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 13 17:41:05 CET 2012 - meissner@suse.de
|
||||
|
||||
|
19
wine.spec
19
wine.spec
@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%bcond_with hal
|
||||
|
||||
Name: wine
|
||||
BuildRequires: Mesa-devel
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: bison
|
||||
@ -32,6 +31,7 @@ BuildRequires: freeglut-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: giflib-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libgsm-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
@ -44,20 +44,11 @@ BuildRequires: ncurses-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: prelink
|
||||
BuildRequires: sane-backends-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
%if %{with hal}
|
||||
BuildRequires: hal-devel
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: sane-backends-devel
|
||||
%else
|
||||
BuildRequires: sane-backends
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
%endif
|
||||
Version: 1.4
|
||||
BuildRequires: xorg-x11-devel
|
||||
Version: 1.5.1
|
||||
Release: 0
|
||||
Summary: An MS Windows Emulator
|
||||
License: LGPL-2.1+
|
||||
|
Loading…
x
Reference in New Issue
Block a user