Accepting request 57024 from Emulators
Accepted submit request 57024 from user msmeissn OBS-URL: https://build.opensuse.org/request/show/57024 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=88
This commit is contained in:
commit
cfd295343c
3
wine-1.3.10.tar.bz2
Normal file
3
wine-1.3.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2252269f2730427f65b379a1d6a183dce260e54325f141a68dbbe5e86bd69440
|
||||
size 18366233
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8858f7fe2df6114c2f26d4493b5c9c031634d056cef4fb6ae2e9c843e8e6d276
|
||||
size 18378590
|
17
wine.changes
17
wine.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 14:30:52 CET 2011 - meissner@suse.de
|
||||
|
||||
- Updated to 1.3.10 development snapshot
|
||||
- Support for notification balloons in system tray.
|
||||
- Obsolete AudioIO sound driver removed.
|
||||
- More work on ActiveX support.
|
||||
- Various MSI fixes.
|
||||
- Preloader now used for 64-bit too.
|
||||
- Translation updates.
|
||||
- Various bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 13:23:21 UTC 2011 - meissner@novell.com
|
||||
|
||||
- little fix for PowerPC build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 11 09:30:57 CET 2010 - meissner@suse.de
|
||||
|
||||
|
@ -30,7 +30,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
License: LGPLv2.1+
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 1.3.9
|
||||
Version: 1.3.10
|
||||
Release: 1
|
||||
Summary: An MS Windows Emulator
|
||||
Url: http://www.winehq.com
|
||||
@ -218,6 +218,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
/usr/bin/wine64
|
||||
/usr/bin/wine64-preloader
|
||||
%endif
|
||||
%ifarch ppc
|
||||
/usr/bin/wine
|
||||
%endif
|
||||
%{_libdir}/lib*
|
||||
%dir %{_libdir}/wine
|
||||
|
Loading…
Reference in New Issue
Block a user