[packages/wine/DEVEL] - updated to 1.5.8 (geco to 1.6) - BR: dbus-devel, S: udisks (dynamic device support) - updates conf

charles charles at pld-linux.org
Tue Jul 10 23:25:54 CEST 2012


commit 419f454722d783a3de7636f5966b823517e2df73
Author: Karol Krenski <charles at pld-linux.org>
Date:   Tue Jul 10 23:25:20 2012 +0200

    - updated to 1.5.8 (geco to 1.6)
    - BR: dbus-devel, S: udisks (dynamic device support)
    - updates configure options

 wine.spec | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/wine.spec b/wine.spec
index 1a16f26..6ec068e 100644
--- a/wine.spec
+++ b/wine.spec
@@ -17,23 +17,23 @@
 #   libX11, libXext, libXi, libXrender (x11drv.dll.so)
 # thus requires rebuild after change of any of the above.
 #
-%define		gecko_ver	1.5
+%define		gecko_ver	1.6
 Summary:	Program that lets you launch Win applications
 Summary(es.UTF-8):	Ejecuta programas Windows en Linux
 Summary(pl.UTF-8):	Program pozwalający uruchamiać aplikacje Windows
 Summary(pt_BR.UTF-8):	Executa programas Windows no Linux
 Name:		wine
-Version:	1.5.5
+Version:	1.5.8
 Release:	0.1
 Epoch:		1
 License:	LGPL
 Group:		Applications/Emulators
 Source0:	http://downloads.sourceforge.net/wine/%{name}-%{version}.tar.bz2
-# Source0-md5:	63639cfe9addb75cd40726cac36bcf8a
+# Source0-md5:	68ec9abe25b84104228cb24e7ff98c41
 Source1:	http://downloads.sourceforge.net/wine/%{name}_gecko-%{gecko_ver}-x86.msi
-# Source1-md5:	ffb862e3e5f66555e058b7a29a1c62ff
+# Source1-md5:	8542fe0e03af053534bca65a74f58f91
 Source2:	http://downloads.sourceforge.net/wine/%{name}_gecko-%{gecko_ver}-x86_64.msi
-# Source2-md5:	d244f8a4b7a5d5a6b0698306091eb7e7
+# Source2-md5:	ee638810f38d33d28c1de023637118ab
 Source3:	%{name}-uninstaller.desktop
 Patch0:		%{name}-makedep.patch
 Patch1:		%{name}-ncurses.patch
@@ -50,6 +50,7 @@ BuildRequires:	automake
 BuildRequires:	bison
 %{?with_capi:BuildRequires:	capi4k-utils-devel}
 %{?with_cups:BuildRequires:	cups-devel}
+BuildRequires:	dbus-devel
 BuildRequires:	docbook-dtd31-sgml
 BuildRequires:	docbook-utils
 BuildRequires:	flex
@@ -103,6 +104,8 @@ Suggests:	cups-clients
 Suggests:	xorg-app-xmessage
 # for ntlm_auth
 Suggests:	samba-common >= 1:3.0.25
+# for dynamic device support
+Suggests:	udisks
 # link to wine/ntdll.dll.so, without any SONAME
 Provides:	libntdll.dll.so
 Obsoletes:	wine-doc-pdf
@@ -300,10 +303,10 @@ mv -f oic_winlogo_*.png %{name}.png
 	--with-xrandr \
 	--with-xrender \
 	--with-xshape \
-	--with-xshm \
 	--with-xslt \
 	--with-xxf86vm \
-	--with-x
+	--with-x \
+	--without-hal
 %{__make} depend
 %{__make}
 


More information about the pld-cvs-commit mailing list