- Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM)
- Many new toolbar icons. - Support for alpha blending in image lists. - Much more complete shader assembler. - Support for Arabic font shaping and joining. - A number of fixes for video rendering. - Font antialiasing configuration through fontconfig. - Improved handling of desktop link files. - Various bug fixes. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=40
This commit is contained in:
parent
effa1a13bd
commit
b8e2ea3144
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a2496ca5df3c4281339f8d6ebe1a3ec29b5ec5a56a97a7322c86a2ee9ccbc7e
|
||||
size 17195531
|
3
wine-1.1.45_1.2rc1.tar.bz2
Normal file
3
wine-1.1.45_1.2rc1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5f44d40e0d8a35b685c08cd14bd22bcc478148c4e8b99af936813316466e266
|
||||
size 17361938
|
13
wine.changes
13
wine.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 25 10:53:10 CEST 2010 - meissner@suse.de
|
||||
|
||||
- Updated to 1.2rc1 (named 1.1.45_1.2rc1 to satisfy RPM)
|
||||
- Many new toolbar icons.
|
||||
- Support for alpha blending in image lists.
|
||||
- Much more complete shader assembler.
|
||||
- Support for Arabic font shaping and joining.
|
||||
- A number of fixes for video rendering.
|
||||
- Font antialiasing configuration through fontconfig.
|
||||
- Improved handling of desktop link files.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 7 21:44:42 CEST 2010 - meissner@suse.de
|
||||
|
||||
|
@ -22,7 +22,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
|
||||
License: LGPLv2.1+
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 1.1.44
|
||||
Version: 1.1.45_1.2rc1
|
||||
Release: 1
|
||||
Summary: An MS Windows Emulator
|
||||
Url: http://www.winehq.com
|
||||
@ -144,7 +144,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/bin/regedit
|
||||
/usr/bin/regsvr32
|
||||
/usr/bin/widl
|
||||
/usr/bin/wine
|
||||
/usr/bin/wineboot
|
||||
/usr/bin/winebuild
|
||||
/usr/bin/winecfg
|
||||
@ -171,10 +170,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files 32bit
|
||||
%defattr(-,root,root)
|
||||
/usr/bin/wine32
|
||||
/usr/bin/wine
|
||||
/usr/bin/wine-preloader
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
/usr/bin/wine64
|
||||
%endif
|
||||
%{_libdir}/lib*
|
||||
%dir %{_libdir}/wine
|
||||
%{_libdir}/wine/*.so
|
||||
|
Loading…
Reference in New Issue
Block a user