This commit is contained in:
parent
fa94ce9e9f
commit
3c5a85cdfd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:772c003c9d7bec2032af508f271b50770f7c8c6c4d05bac7fccef70088734769
|
||||
size 13055340
|
3
wine-0.9.53.tar.bz2
Normal file
3
wine-0.9.53.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:052549e8c1fa5a56f3e11406889e09f4cbc0d4699c21a71bbe8c4de23a9a1fdd
|
||||
size 13003901
|
10
wine.changes
10
wine.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 12 09:59:17 CET 2008 - meissner@suse.de
|
||||
|
||||
- Upgraded to upstream 0.9.53
|
||||
- RunOnce and Run entries now executed on startup.
|
||||
- Beginnings of support for emulated disk devices.
|
||||
- Many Richedit improvements.
|
||||
- Nicer looking color dialog.
|
||||
- Lots of bug fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 29 00:24:20 CET 2007 - meissner@suse.de
|
||||
|
||||
|
14
wine.spec
14
wine.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package wine (Version 0.9.52)
|
||||
# spec file for package wine (Version 0.9.53)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -15,7 +15,7 @@ BuildRequires: alsa-devel audiofile bison capi4linux-devel cups-devel desktop-f
|
||||
License: LGPL v2.1 or later
|
||||
Group: System/Emulators/PC
|
||||
AutoReqProv: on
|
||||
Version: 0.9.52
|
||||
Version: 0.9.53
|
||||
Release: 1
|
||||
Summary: An MS Windows Emulator
|
||||
Url: http://www.winehq.com
|
||||
@ -85,6 +85,7 @@ install -d $RPM_BUILD_ROOT/usr/share/applications/
|
||||
install -m 0644 %SOURCE4 $RPM_BUILD_ROOT/usr/share/applications/
|
||||
install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
|
||||
mv $RPM_BUILD_ROOT/%{_mandir}/de.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/de
|
||||
mv $RPM_BUILD_ROOT/%{_mandir}/fr.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/fr
|
||||
%fdupes -s $RPM_BUILD_ROOT
|
||||
|
||||
%clean
|
||||
@ -117,6 +118,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/share/aclocal/wine.m4
|
||||
|
||||
%changelog
|
||||
* Sat Jan 12 2008 - meissner@suse.de
|
||||
- Upgraded to upstream 0.9.53
|
||||
- RunOnce and Run entries now executed on startup.
|
||||
- Beginnings of support for emulated disk devices.
|
||||
- Many Richedit improvements.
|
||||
- Nicer looking color dialog.
|
||||
- Lots of bug fixes.
|
||||
* Sat Dec 29 2007 - meissner@suse.de
|
||||
- Upgraded to upstream 0.9.52
|
||||
- Improved graphics tablet support.
|
||||
|
Loading…
Reference in New Issue
Block a user