- Updated to 1.3.33 development snapshot
- Support for text output in the DIB engine. - Improved support for HTTP proxies. - New version of the Gecko engine. - A number of cursor fixes. - Some fixes in bidirectional text layout. - Various bug fixes. - Updated to 1.3.32 development snapshot - BiDi text support in the multi-line edit control. - Support for pattern brushes in the DIB engine. - A number of MSXML fixes. - Improvements to the PostScript driver. - Various bug fixes. - Updated to 1.3.31 development snapshot - BiDi text support in the single-line edit control. - Support for StretchDIBits and AlphaBlend in the DIB engine. - A number of audio fixes. - VBScript improvements. - Various bug fixes. - Updated winetricks OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=116
This commit is contained in:
parent
383ef7b309
commit
f5a8dd04c6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d12c9e1f10576fce54a8a4d62aa1534f5891e4e2b762c7e6cdbe572c919e3924
|
|
||||||
size 19662333
|
|
3
wine-1.3.33.tar.bz2
Normal file
3
wine-1.3.33.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4acb34a64ae10e1a4dfd1a91019f48a9cc39ad225b6114e4d1a9130987319db
|
||||||
|
size 19809275
|
32
wine.changes
32
wine.changes
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 21:51:53 CET 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.3.33 development snapshot
|
||||||
|
- Support for text output in the DIB engine.
|
||||||
|
- Improved support for HTTP proxies.
|
||||||
|
- New version of the Gecko engine.
|
||||||
|
- A number of cursor fixes.
|
||||||
|
- Some fixes in bidirectional text layout.
|
||||||
|
- Various bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 6 22:34:00 CET 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.3.32 development snapshot
|
||||||
|
- BiDi text support in the multi-line edit control.
|
||||||
|
- Support for pattern brushes in the DIB engine.
|
||||||
|
- A number of MSXML fixes.
|
||||||
|
- Improvements to the PostScript driver.
|
||||||
|
- Various bug fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 21 21:56:08 CEST 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
- Updated to 1.3.31 development snapshot
|
||||||
|
- BiDi text support in the single-line edit control.
|
||||||
|
- Support for StretchDIBits and AlphaBlend in the DIB engine.
|
||||||
|
- A number of audio fixes.
|
||||||
|
- VBScript improvements.
|
||||||
|
- Various bug fixes.
|
||||||
|
- Updated winetricks
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 18 17:45:28 CEST 2011 - meissner@suse.de
|
Tue Oct 18 17:45:28 CEST 2011 - meissner@suse.de
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Group: System/Emulators/PC
|
Group: System/Emulators/PC
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 1.3.30
|
Version: 1.3.33
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: An MS Windows Emulator
|
Summary: An MS Windows Emulator
|
||||||
Url: http://www.winehq.com
|
Url: http://www.winehq.com
|
||||||
@ -48,7 +48,7 @@ Source5: ubuntuwine.tar.bz2
|
|||||||
# 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
|
Recommends: wine-gecko >= 1.4
|
||||||
Recommends: wine-mp3
|
Recommends: wine-mp3
|
||||||
Recommends: dosbox
|
Recommends: dosbox
|
||||||
Conflicts: wine-gecko < 1.3
|
Conflicts: wine-gecko < 1.3
|
||||||
@ -127,6 +127,7 @@ export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
|
|||||||
# keep just for susepatches with configure changes
|
# keep just for susepatches with configure changes
|
||||||
autoconf
|
autoconf
|
||||||
autoheader -I include
|
autoheader -I include
|
||||||
|
CFLAGS="$RPM_OPT_FLAGS" \
|
||||||
%configure \
|
%configure \
|
||||||
--with-x \
|
--with-x \
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
|
Loading…
Reference in New Issue
Block a user