SHA256
1
0
forked from pool/wine

Accepting request 74835 from Emulators

update to 1.3.23, disable hal

OBS-URL: https://build.opensuse.org/request/show/74835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=96
This commit is contained in:
Sascha Peilicke 2011-06-30 08:54:25 +00:00 committed by Git OBS Bridge
commit ca0fedb34a
4 changed files with 35 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dabbbe098de256370ee3d57076394dd76bfbafd5ba69bb3f5bbbb0eabaac6400
size 19394217

3
wine-1.3.23.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17fc85b4d3edde123768f069e9f061bf60d87efa7a607633fb435a4388ea5519
size 19475016

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Jun 29 16:46:15 CEST 2011 - meissner@suse.de
- Updated to 1.3.23 development snapshot
- Support for stubless COM proxies on x86-64.
- Builtin dxdiag now outputs real information.
- Monochrome bitmap format in the DIB engine.
- Beginnings of a true shell Explorer builtin.
- A number of new D3DX9 functions.
- More support for Indic text shaping.
- Various bug fixes.
-------------------------------------------------------------------
Wed Jun 29 13:31:38 CEST 2011 - meissner@suse.de
- fixed pl man path
-------------------------------------------------------------------
Tue Jun 28 13:24:29 UTC 2011 - lnussel@suse.de
- make hal support optional, default off (bnc#697035)
-------------------------------------------------------------------
Fri Jun 10 21:00:29 CEST 2011 - meissner@suse.de

View File

@ -15,10 +15,13 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%bcond_with hal
Name: wine
BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel gnutls-devel hal-devel libgphoto2-devel libgsm-devel libjpeg-devel liblcms-devel libpng-devel libtiff-devel libv4l-devel libxslt-devel ncurses-devel openal-soft-devel openldap2-devel prelink update-desktop-files valgrind-devel
BuildRequires: alsa-devel bison capi4linux-devel cups-devel desktop-file-utils fdupes flex freeglut-devel freetype2-devel giflib-devel gnutls-devel libgphoto2-devel libgsm-devel libjpeg-devel liblcms-devel libpng-devel libtiff-devel libv4l-devel libxslt-devel ncurses-devel openal-soft-devel openldap2-devel prelink update-desktop-files valgrind-devel
%if %{with hal}
BuildRequires: hal-devel
%endif
%if 0%{?suse_version} > 1130
BuildRequires: sane-backends-devel
%else
@ -30,7 +33,7 @@ BuildRequires: gstreamer-0_10-plugins-base-devel
License: LGPLv2.1+
Group: System/Emulators/PC
AutoReqProv: on
Version: 1.3.22
Version: 1.3.23
Release: 1
Summary: An MS Windows Emulator
Url: http://www.winehq.com
@ -79,7 +82,7 @@ Group: System/Emulators/PC
# requires either 32bit or 64bit wine
Requires: wine = %version
# lib dependencies that are dynamically loaded
Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libhal.so.1 libncurses.so.6 libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libgnutls.so.26 libpng14.so.14
Requires: libXcursor.so.1 libXi.so.6 libXxf86vm.so.1 libXrender.so.1 libXrandr.so.2 libXinerama.so.1 libXcomposite.so.1 libxslt.so.1 libncurses.so.6 libfreetype.so.6 libcrypto.so.1.0.0 libssl.so.1.0.0 libfontconfig.so.1 libcups.so.2 libgnutls.so.26 libpng14.so.14
%description 32bit
This package contains the 32bit runtime environmnent (libraries, DLLs, EXEs) of Wine.
@ -134,6 +137,7 @@ install -m 0755 %SOURCE1 $RPM_BUILD_ROOT/usr/bin/
install -m 0755 %SOURCE2 $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
mv $RPM_BUILD_ROOT/%{_mandir}/pl.UTF-8 $RPM_BUILD_ROOT/%{_mandir}/pl
tar xjf %{SOURCE5}
# Copied from Ubuntu Wine out of debian.diff
# https://launchpad.net/~ubuntu-wine/+archive/ppa/+packages
@ -194,6 +198,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man1/wine.1*
%doc %{_mandir}/man1/winedbg.1*
%doc %{_mandir}/man1/wineserver.1*
%doc %dir %doc %{_mandir}/pl
%doc %dir %doc %{_mandir}/pl/man1
%doc %{_mandir}/*/man1/wine.1*
%doc %{_mandir}/*/man1/wineserver.1*
%doc %{_mandir}/man1/msiexec.1.*