rpms/wine/FC-3 .cvsignore, 1.18, 1.19 sources, 1.19, 1.20 wine-rpath.patch, 1.2, 1.3 wine.spec, 1.26, 1.27

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sun Sep 17 14:14:59 UTC 2006


Author: awjb

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

Modified Files:
	.cvsignore sources wine-rpath.patch wine.spec 
Log Message:
- version upgrade
- own datadir/wine (#206403)
- do not include huge changelogs (#204302)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	30 Aug 2006 09:26:03 -0000	1.18
+++ .cvsignore	17 Sep 2006 14:14:59 -0000	1.19
@@ -1 +1 @@
-wine-0.9.20-fe.tar.bz2
+wine-0.9.21-fe.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/sources,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- sources	30 Aug 2006 09:26:03 -0000	1.19
+++ sources	17 Sep 2006 14:14:59 -0000	1.20
@@ -1 +1 @@
-8128be3146ab2586ebdc7469792aba62  wine-0.9.20-fe.tar.bz2
+98232c907314f15b54d7f685ecfb5535  wine-0.9.21-fe.tar.bz2

wine-rpath.patch:

Index: wine-rpath.patch
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/wine-rpath.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- wine-rpath.patch	30 Aug 2006 09:26:03 -0000	1.2
+++ wine-rpath.patch	17 Sep 2006 14:14:59 -0000	1.3
@@ -1,6 +1,16 @@
---- configure.orig	2006-08-28 06:44:28.000000000 +0200
-+++ configure	2006-08-28 06:46:41.000000000 +0200
-@@ -15903,7 +15903,7 @@
+--- configure.orig	2006-09-17 14:55:39.000000000 +0200
++++ configure	2006-09-17 14:57:19.000000000 +0200
+@@ -15903,14 +15903,14 @@
+ fi
+ 
+ 
+-      as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
+-{ echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
+-echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
++      as_ac_var=`echo "ac_cv_cflags_-fPIC" | $as_tr_sh`
++{ echo "$as_me:$LINENO: checking whether the compiler supports -fPIC" >&5
++echo $ECHO_N "checking whether the compiler supports -fPIC$ECHO_C" >&6; }
+ if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
    echo $ECHO_N "(cached) $ECHO_C" >&6
  else
    ac_wine_try_cflags_saved=$CFLAGS
@@ -9,29 +19,24 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
-@@ -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=""
+@@ -15976,7 +15976,7 @@
+ 	       { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }
+ if test `eval echo '${'$as_ac_var'}'` = yes; then
+-  LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
++  LIBWINE_LDFLAGS=""
+ 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-09-17 14:57:25.000000000 +0200
++++ configure.ac	2006-09-17 14:58:03.000000000 +0200
+@@ -1058,9 +1058,6 @@
+       WINE_TRY_CFLAGS([-fPIC -Wl,--export-dynamic],
+                       [AC_SUBST(LDEXECFLAGS,["-Wl,--export-dynamic"])])
  
--      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
+-      WINE_TRY_CFLAGS([-fPIC -Wl,--rpath,\$ORIGIN/../lib],
+-                      [LIBWINE_LDFLAGS="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"])
 -
        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,
+           WINE_TRY_CFLAGS([-Wl,--section-start,.interp=0x7bf00400],


Index: wine.spec
===================================================================
RCS file: /cvs/extras/rpms/wine/FC-3/wine.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- wine.spec	30 Aug 2006 09:26:03 -0000	1.26
+++ wine.spec	17 Sep 2006 14:14:59 -0000	1.27
@@ -1,5 +1,5 @@
 Name:		wine
-Version:	0.9.20
+Version:	0.9.21
 Release:	1%{?dist}
 Summary:	A Windows 16/32/64 bit emulator
 
@@ -7,7 +7,7 @@
 License:	LGPL
 URL:		http://www.winehq.org/
 # special fedora tarball without winemp3 stuff
-Source0:        wine-0.9.20-fe.tar.bz2
+Source0:        wine-0.9.21-fe.tar.bz2
 Source1:	wine.init
 Source3:        wine-README-Fedora
 Source4:        wine-32.conf
@@ -301,7 +301,8 @@
 %defattr(-,root,root,-)
 %doc ANNOUNCE COPYING.LIB ChangeLog LICENSE LICENSE.OLD
 %doc AUTHORS README-Fedora README VERSION
-%doc documentation/*
+# do not include huge changelogs .OLD .ALPHA (#204302)
+%doc documentation/README.*
 %{_bindir}/msiexec
 %{_bindir}/regedit
 %{_bindir}/regsvr32
@@ -335,6 +336,7 @@
 %{_datadir}/applications/fedora-wine-uninstaller.desktop
 %{_datadir}/applications/fedora-wine-winecfg.desktop
 %{_mandir}/man1/wine.1.gz
+%dir %{_datadir}/wine
 %{_datadir}/wine/generic.ppd
 %{_datadir}/wine/wine.inf
 %{_bindir}/wine-kthread
@@ -423,6 +425,7 @@
 %{_libdir}/wine/kernel32.dll.so
 %{_libdir}/wine/keyboard.drv16
 %{_libdir}/wine/krnl386.exe16
+%{_libdir}/wine/localspl.dll.so
 %{_libdir}/wine/lz32.dll.so
 %{_libdir}/wine/lzexpand.dll16
 %{_libdir}/wine/mapi32.dll.so
@@ -513,6 +516,7 @@
 %{_libdir}/wine/sti.dll.so
 %{_libdir}/wine/storage.dll16
 %{_libdir}/wine/stress.dll16
+%{_libdir}/wine/svrapi.dll.so
 %{_libdir}/wine/system.drv16
 %{_libdir}/wine/tapi32.dll.so
 %{_libdir}/wine/toolhelp.dll16
@@ -583,7 +587,6 @@
 %defattr(-,root,root,-)
 %{_bindir}/notepad
 %{_bindir}/progman
-%{_bindir}/wcmd
 %{_bindir}/winedbg
 %{_bindir}/winedump
 %{_bindir}/winefile
@@ -593,10 +596,10 @@
 %{_bindir}/winhelp
 %{_libdir}/wine/explorer.exe.so
 %{_libdir}/wine/control.exe.so
+%{_libdir}/wine/cmd.exe.so
 %{_libdir}/wine/notepad.exe.so
 %{_libdir}/wine/progman.exe.so
 %{_libdir}/wine/taskmgr.exe.so
-%{_libdir}/wine/wcmd.exe.so
 %{_libdir}/wine/winedbg.exe.so
 %{_libdir}/wine/winefile.exe.so
 %{_libdir}/wine/winemine.exe.so
@@ -671,6 +674,12 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Sun Sep 17 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.21-1
+- version upgrade
+- own datadir/wine (#206403)
+- do not include huge changelogs (#204302)
+
 * Mon Aug 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.20-1
 - version upgrade




More information about the scm-commits mailing list