OBS User unknown
2008-01-13 10:14:35 +00:00
committed by Git OBS Bridge
parent fa94ce9e9f
commit 3c5a85cdfd
4 changed files with 24 additions and 6 deletions

View File

@@ -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.