rpms/wine/FC-3 .cvsignore, 1.11, 1.12 sources, 1.12, 1.13 wine.spec, 1.18, 1.19

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Apr 19 22:20:05 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/wine/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5487/FC-3

Modified Files:
	.cvsignore sources wine.spec 
Log Message:
- fix rpath issues (#188905)
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	3 Apr 2006 11:07:59 -0000	1.11
+++ .cvsignore	19 Apr 2006 22:20:05 -0000	1.12
@@ -1 +1 @@
-wine-0.9.11-fe.tar.bz2
+wine-0.9.12-fe.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/sources,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sources	3 Apr 2006 11:07:59 -0000	1.12
+++ sources	19 Apr 2006 22:20:05 -0000	1.13
@@ -1 +1 @@
-7e67d02051dfb3671990f40734aca89a  wine-0.9.11-fe.tar.bz2
+1751147723999f1efd73d1aaba910360  wine-0.9.12-fe.tar.bz2


Index: wine.spec
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- wine.spec	5 Apr 2006 20:33:01 -0000	1.18
+++ wine.spec	19 Apr 2006 22:20:05 -0000	1.19
@@ -1,13 +1,13 @@
 Name:		wine
-Version:	0.9.11
-Release:	2%{?dist}
+Version:	0.9.12
+Release:	1%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
 Group:		Applications/Emulators
 License:	LGPL
 URL:		http://www.winehq.org/
 # special fedora tarball without winemp3 stuff
-Source0:        wine-0.9.11-fe.tar.bz2
+Source0:        wine-0.9.12-fe.tar.bz2
 Source1:	wine.init
 Source3:        wine-README-Fedora
 Source4:        wine-32.conf
@@ -19,6 +19,7 @@
 Source105:      wine-winemine.desktop
 Source106:      wine-winhelp.desktop
 Patch0:         wine-prefixfonts.patch
+Patch1:         wine-rpath.patch
 Buildroot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 ExclusiveArch:  %{ix86}
@@ -145,6 +146,7 @@
 %prep
 %setup -q -n %{name}-%{version}-fe
 %patch0
+%patch1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -540,6 +542,8 @@
 %{_libdir}/wine/glut32.dll.so
 %{_libdir}/wine/opengl32.dll.so
 %{_libdir}/wine/wined3d.dll.so
+%{_libdir}/wine/dnsapi.dll.so
+%{_libdir}/wine/iexplore.exe.so
 %{_sysconfdir}/ld.so.conf.d/wine-32.conf
 
 %files tools
@@ -634,6 +638,11 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Sat Apr 15 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.12-1
+- fix rpath issues (#187429,#188905)
+- version upgrade 
+ 
 * Wed Apr 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.11-2
 - bump for liblcms




More information about the fedora-extras-commits mailing list