rpms/wine/devel .cvsignore, 1.20, 1.21 sources, 1.21, 1.22 wine-rpath.patch, 1.1, 1.2 wine.spec, 1.33, 1.34

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Wed Aug 30 09:26:05 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/wine/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10905/devel

Modified Files:
	.cvsignore sources wine-rpath.patch wine.spec 
Log Message:
- version upgrade



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wine/devel/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	21 Aug 2006 07:40:56 -0000	1.20
+++ .cvsignore	30 Aug 2006 09:26:04 -0000	1.21
@@ -1 +1 @@
-wine-0.9.19-fe.tar.bz2
+wine-0.9.20-fe.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wine/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	21 Aug 2006 07:40:56 -0000	1.21
+++ sources	30 Aug 2006 09:26:04 -0000	1.22
@@ -1 +1 @@
-d903695182690587f44a251059532296  wine-0.9.19-fe.tar.bz2
+8128be3146ab2586ebdc7469792aba62  wine-0.9.20-fe.tar.bz2

wine-rpath.patch:

Index: wine-rpath.patch
===================================================================
RCS file: /cvs/extras/rpms/wine/devel/wine-rpath.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wine-rpath.patch	19 Apr 2006 22:21:55 -0000	1.1
+++ wine-rpath.patch	30 Aug 2006 09:26:04 -0000	1.2
@@ -1,6 +1,6 @@
---- configure.orig	2006-04-15 00:02:02.000000000 +0200
-+++ configure	2006-04-15 00:03:26.000000000 +0200
-@@ -13375,7 +13375,7 @@
+--- configure.orig	2006-08-28 06:44:28.000000000 +0200
++++ configure	2006-08-28 06:46:41.000000000 +0200
+@@ -15903,7 +15903,7 @@
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_wine_try_cflags_saved=$CFLAGS
@@ -9,33 +9,29 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -13427,9 +13427,9 @@
- echo "${ECHO_T}$ac_cv_ld_rpath" >&6
-         if test "$ac_cv_ld_rpath" = "yes"
-         then
--          LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
-+          LDEXERPATH=""
+@@ -15969,7 +15969,7 @@
+ echo "${ECHO_T}$ac_cv_ld_rpath" >&6; }
+       if test "$ac_cv_ld_rpath" = "yes"
+       then
+-        LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
++        LDEXERPATH=""
  
--          LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"
-+          LDDLLRPATH=""
+       fi
  
-         fi
+--- configure.ac.orig	2006-08-28 06:43:35.000000000 +0200
++++ configure.ac	2006-08-28 06:44:22.000000000 +0200
+@@ -1121,14 +1121,6 @@
+         AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])
+       fi
  
---- configure.ac.orig	2006-04-15 00:15:32.000000000 +0200
-+++ configure.ac	2006-04-15 00:04:51.000000000 +0200
-@@ -1052,15 +1052,6 @@
-           AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])
-         fi
- 
--        AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath,
--          [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
--                           ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")])
--        if test "$ac_cv_ld_rpath" = "yes"
--        then
--          AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"])
--          AC_SUBST(LDDLLRPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"])
--        fi
+-      AC_CACHE_CHECK([whether the linker accepts --rpath], ac_cv_ld_rpath,
+-        [WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
+-                         ac_cv_ld_rpath="yes",ac_cv_ld_rpath="no")])
+-      if test "$ac_cv_ld_rpath" = "yes"
+-      then
+-        AC_SUBST(LDEXERPATH,["-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"])
+-      fi
 -
-         case $host_cpu in
-           *i[[3456789]]86*)
-             AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec,
+       case $host_cpu in
+         *i[[3456789]]86* | x86_64)
+           AC_CACHE_CHECK([whether we can relocate the executable to 0x7bf00000], ac_cv_ld_reloc_exec,


Index: wine.spec
===================================================================
RCS file: /cvs/extras/rpms/wine/devel/wine.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- wine.spec	22 Aug 2006 09:19:58 -0000	1.33
+++ wine.spec	30 Aug 2006 09:26:04 -0000	1.34
@@ -1,7 +1,7 @@
 %define __global_cflags -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fno-stack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=pentium4 -fasynchronous-unwind-tables
 
 Name:		wine
-Version:	0.9.19
+Version:	0.9.20
 Release:	1%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
@@ -9,7 +9,7 @@
 License:	LGPL
 URL:		http://www.winehq.org/
 # special fedora tarball without winemp3 stuff
-Source0:        wine-0.9.19-fe.tar.bz2
+Source0:        wine-0.9.20-fe.tar.bz2
 Source1:	wine.init
 Source3:        wine-README-Fedora
 Source4:        wine-32.conf
@@ -311,7 +311,7 @@
 
 %files core
 %defattr(-,root,root,-)
-%doc ANNOUNCE COPYING.LIB ChangeLog DEVELOPERS-HINTS LICENSE LICENSE.OLD
+%doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD
 %doc AUTHORS README-Fedora README VERSION
 %doc documentation/*
 %{_bindir}/msiexec
@@ -322,6 +322,7 @@
 %{_bindir}/winebrowser
 %{_bindir}/wineconsole
 %{_bindir}/wineprefixcreate
+%{_mandir}/man1/wineprefixcreate.1*
 %{_bindir}/wineshelllink
 %{_bindir}/winecfg
 %{_bindir}/uninstaller
@@ -495,6 +496,7 @@
 %{_libdir}/wine/olesvr32.dll.so
 %{_libdir}/wine/powrprof.dll.so
 %{_libdir}/wine/psapi.dll.so
+%{_libdir}/wine/pstorec.dll.so
 %{_libdir}/wine/qcap.dll.so
 %{_libdir}/wine/quartz.dll.so
 %{_libdir}/wine/query.dll.so
@@ -681,6 +683,10 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Mon Aug 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.20-1
+- version upgrade
+
 * Mon Aug 21 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.19-1
 - version upgrade




More information about the fedora-extras-commits mailing list