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:
parent
51de88851e
commit
3763171567
3
wine-1.5.12.tar.bz2
Normal file
3
wine-1.5.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5af1499f1628ff89842f3961958323bdd2bd9c78055313d1b7eae4f36c8587a8
|
||||
size 20652499
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b178bc34a69341a8f0a7ff73f7dadf2562ed2e5eb03dc0522b7c4d6002e53994
|
||||
size 20380981
|
74
wine.changes
74
wine.changes
@ -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
|
||||
|
||||
@ -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)
|
||||
(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
|
||||
|
||||
|
@ -45,6 +45,8 @@ BuildRequires: libxslt-devel
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: openal-soft-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
%ifarch %{ix86} x86_64
|
||||
# only used on win32 and win64 today
|
||||
BuildRequires: prelink
|
||||
@ -53,7 +55,7 @@ BuildRequires: sane-backends-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
BuildRequires: xorg-x11-devel
|
||||
Version: 1.5.6
|
||||
Version: 1.5.12
|
||||
Release: 0
|
||||
Summary: An MS Windows Emulator
|
||||
License: LGPL-2.1+
|
||||
@ -69,13 +71,12 @@ Source7: baselibs.conf
|
||||
# SUSE specific patches
|
||||
# - currently none, but add them here
|
||||
#Patch0: susepatches.patch
|
||||
Recommends: wine-gecko >= 1.5
|
||||
Recommends: wine-gecko >= 1.7
|
||||
Recommends: wine-mp3
|
||||
# not packaged in distro...
|
||||
Recommends: wine-mono
|
||||
Recommends: dosbox
|
||||
Conflicts: wine-gecko < 1.3
|
||||
|
||||
%ifarch x86_64
|
||||
Requires: %{name}-32bit = %{version}
|
||||
%endif
|
||||
@ -83,6 +84,8 @@ Requires: %{name}-32bit = %{version}
|
||||
Requires: cabextract
|
||||
Requires: unzip
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# Perhaps arm later...
|
||||
ExclusiveArch: %{ix86} x86_64 ppc
|
||||
|
||||
%description
|
||||
An MS Windows emulator, consisting of both runtime and source
|
||||
|
622
winetricks
622
winetricks
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user