OBS User unknown
2008-09-25 21:51:55 +00:00
committed by Git OBS Bridge
parent e54a3c33a8
commit a3dd76923b
5 changed files with 75 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package wine (Version 1.1.3)
# spec file for package wine (Version 1.1.5)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -23,7 +23,7 @@ BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils
License: LGPL v2.1 or later
Group: System/Emulators/PC
AutoReqProv: on
Version: 1.1.3
Version: 1.1.5
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@@ -97,6 +97,8 @@ 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
objcopy -R .note.gnu.build-id $RPM_BUILD_ROOT/usr/bin/wine-pthread
objcopy -R .note.gnu.build-id $RPM_BUILD_ROOT/usr/bin/wine-kthread
%clean
rm -rf $RPM_BUILD_ROOT
@@ -126,6 +128,23 @@ rm -rf $RPM_BUILD_ROOT
/usr/share/aclocal/wine.m4
%changelog
* Fri Sep 19 2008 meissner@suse.de
- Updated to upstream 1.1.5
- Substantial JavaScript implementation.
- Partial support for layered windows.
- Support for Unicode file export in Regedit.
- Proper exception handling in widl-generated code.
- Asynchronous requests and cookies support in WinHTTP.
- Various bug fixes.
* Sun Sep 07 2008 meissner@suse.de
- Updated to upstream 1.1.4
- Substantial chunks of WinHTTP are implemented.
- More JavaScript support.
- Beginnings of shell AppBar implementation.
- Several fixes for Google Chrome support.
- Chinese translations.
- Various bug fixes.
- Updated winetricks
* Sat Aug 23 2008 meissner@suse.de
- Updated to upstream 1.1.3
- Beginnings of ddraw overlay support.