OBS User unknown
2007-12-17 11:11:14 +00:00
committed by Git OBS Bridge
parent 217b26f38e
commit ee8c83a931
5 changed files with 47 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package wine (Version 0.9.49)
# spec file for package wine (Version 0.9.51)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -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.49
Version: 0.9.51
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@@ -84,6 +84,7 @@ find $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -type f|xargs chmod ogu+r
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
%fdupes -s $RPM_BUILD_ROOT
%clean
@@ -106,6 +107,7 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/applications/wine.desktop
%doc %{_defaultdocdir}/wine
%doc %{_mandir}/*/*
%doc %{_mandir}/*/*/*
%files devel
%defattr(-,root,root)
@@ -113,7 +115,23 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/wine/*.def
%{_libdir}/wine/*.a
/usr/share/aclocal/wine.m4
%changelog
* Fri Dec 14 2007 - meissner@suse.de
- Upgraded to upstream 0.9.51
- A bunch of WinHelp improvements.
- Better Japanese font support.
- A ton of rpcrt4 fixes.
- Several Alsa capture fixes.
- Improved support for screen resolution changes.
- Lots of bug fixes.
- Upgraded to upstream 0.9.50
- Completed I/O completion.
- Improved user credentials management, including Mac Keychain support.
- More Valgrinding.
- Lots of bug fixes.
- Updated winetricks
- some mono 1.2 fixes
* Sat Nov 10 2007 - meissner@suse.de
- Upgraded to upstream 0.9.49:
- Many copy protection fixes.