SHA256
1
0
forked from pool/wine

exclusivearch intel and ppc32

openssl-devel and pkgconfig buildrequires
1.5.12 update
winetricks update

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=159
This commit is contained in:
Marcus Meissner 2012-09-11 14:26:48 +00:00 committed by Git OBS Bridge
parent 51de88851e
commit 3763171567
5 changed files with 465 additions and 246 deletions

3
wine-1.5.12.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5af1499f1628ff89842f3961958323bdd2bd9c78055313d1b7eae4f36c8587a8
size 20652499

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994
size 20380981

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Aug 31 18:59:58 UTC 2012 - meissner@suse.com
- Updated to 1.5.12 development snapshot
- Support for disabling individual joysticks.
- Better support for D3DX9 constant tables.
- Some XRandR improvements.
- Various bug fixes.
-------------------------------------------------------------------
Tue Aug 21 11:02:45 UTC 2012 - meissner@suse.com
- updated winetricks
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 20 11:27:40 UTC 2012 - dmueller@suse.com Mon Aug 20 11:27:40 UTC 2012 - dmueller@suse.com
@ -5,6 +19,66 @@ Mon Aug 20 11:27:40 UTC 2012 - dmueller@suse.com
- prelink is only needed for %ix86 and x86_64 (win32 and win64) - prelink is only needed for %ix86 and x86_64 (win32 and win64)
(not yet for ARM) (not yet for ARM)
-------------------------------------------------------------------
Fri Aug 17 19:33:11 UTC 2012 - meissner@suse.com
- Updated to 1.5.11 development snapshot
- Multi-channel support in the ALSA driver.
- Removal of the big X11 lock.
- Support for pair positioning adjustments in Uniscribe.
- More I/O stream implementations in the C++ runtime.
- Various bug fixes.
-------------------------------------------------------------------
Tue Jul 31 20:08:50 UTC 2012 - meissner@suse.com
- Updated to 1.5.10 development snapshot
- New version of the Gecko engine based on Firefox 14.
- Support for OpenGL in the DIB engine using libOSMesa.
- Off-screen rendering is now the default in Direct3D.
- Some more WMI infrastructure.
- Various bug fixes.
-------------------------------------------------------------------
Wed Jul 18 09:07:07 UTC 2012 - meissner@suse.com
- Updated to 1.5.9 development snapshot
- Support for GPOS font tables in Uniscribe.
- Support for XRandr 1.2 and 1.3.
- Parser improvements for the HLSL compiler.
- More key exchange algorithms supported on Mac OS.
- Relay tracing on ARM.
- Various bug fixes.
-------------------------------------------------------------------
Tue Jul 3 19:28:03 UTC 2012 - meissner@suse.com
- Updated to 1.5.8 development snapshot
- More stream functionality in the C++ runtime.
- A number of Windows Codecs improvements.
- More WBEM classes and properties.
- Some HTML Help fixes.
- Support for printing fake italic fonts.
- Various bug fixes.
-------------------------------------------------------------------
Tue Jul 3 15:51:50 UTC 2012 - meissner@suse.com
- updated winetricks to current version
-------------------------------------------------------------------
Sun Jun 24 20:16:19 UTC 2012 - meissner@suse.com
- Updated to 1.5.7 development snapshot
- New version of the Gecko engine based on Firefox 13.
- Dynamic device support with UDisks2.
- More stream classes implemented in the C++ runtime.
- Support for metadata in TIFF files.
- Fleshed out WBEM implementation.
- Improved support for printer paper sizes.
- Various bug fixes.
- wine gecko 1.6 now required (see above)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 11 20:30:12 UTC 2012 - meissner@suse.com Mon Jun 11 20:30:12 UTC 2012 - meissner@suse.com

View File

@ -45,6 +45,8 @@ BuildRequires: libxslt-devel
BuildRequires: ncurses-devel BuildRequires: ncurses-devel
BuildRequires: openal-soft-devel BuildRequires: openal-soft-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel
BuildRequires: openssl-devel
BuildRequires: pkgconfig
%ifarch %{ix86} x86_64 %ifarch %{ix86} x86_64
# only used on win32 and win64 today # only used on win32 and win64 today
BuildRequires: prelink BuildRequires: prelink
@ -53,7 +55,7 @@ BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: valgrind-devel BuildRequires: valgrind-devel
BuildRequires: xorg-x11-devel BuildRequires: xorg-x11-devel
Version: 1.5.6 Version: 1.5.12
Release: 0 Release: 0
Summary: An MS Windows Emulator Summary: An MS Windows Emulator
License: LGPL-2.1+ License: LGPL-2.1+
@ -69,13 +71,12 @@ Source7: baselibs.conf
# SUSE specific patches # SUSE specific patches
# - currently none, but add them here # - currently none, but add them here
#Patch0: susepatches.patch #Patch0: susepatches.patch
Recommends: wine-gecko >= 1.5 Recommends: wine-gecko >= 1.7
Recommends: wine-mp3 Recommends: wine-mp3
# not packaged in distro... # not packaged in distro...
Recommends: wine-mono Recommends: wine-mono
Recommends: dosbox Recommends: dosbox
Conflicts: wine-gecko < 1.3 Conflicts: wine-gecko < 1.3
%ifarch x86_64 %ifarch x86_64
Requires: %{name}-32bit = %{version} Requires: %{name}-32bit = %{version}
%endif %endif
@ -83,6 +84,8 @@ Requires: %{name}-32bit = %{version}
Requires: cabextract Requires: cabextract
Requires: unzip Requires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
# Perhaps arm later...
ExclusiveArch: %{ix86} x86_64 ppc
%description %description
An MS Windows emulator, consisting of both runtime and source An MS Windows emulator, consisting of both runtime and source

File diff suppressed because it is too large Load Diff