rpms/guile-gnome-platform/devel guile-gnome-platform-2.16.1-guilever.patch, 1.1, 1.2

Michel Alexandre Salim salimma at fedoraproject.org
Sat Dec 27 18:48:15 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/guile-gnome-platform/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10885

Modified Files:
	guile-gnome-platform-2.16.1-guilever.patch 
Log Message:
Fix patch, was accidentally appended to previous version


guile-gnome-platform-2.16.1-guilever.patch:

Index: guile-gnome-platform-2.16.1-guilever.patch
===================================================================
RCS file: /cvs/pkgs/rpms/guile-gnome-platform/devel/guile-gnome-platform-2.16.1-guilever.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- guile-gnome-platform-2.16.1-guilever.patch	26 Dec 2008 20:02:51 -0000	1.1
+++ guile-gnome-platform-2.16.1-guilever.patch	27 Dec 2008 18:47:45 -0000	1.2
@@ -1,26 +1,6 @@
 --- guile-gnome-platform-2.16.1/glib/bin/guile-gnome.in.guilever	2007-05-20 12:40:30.000000000 -0400
-+++ guile-gnome-platform-2.16.1/glib/bin/guile-gnome.in	2008-12-26 14:54:59.000000000 -0500
-@@ -15,7 +15,7 @@
- # interpreter is as follows, removing `# ' on each line:
- 
- # #! /bin/sh
--# exec guile-gnome -s $0 "$@"
-+# exec guile-gnome-2 -s $0 "$@"
- # !#
- 
- # This will allow the shell to find `guile-gnome' in the path.
-@@ -23,7 +23,7 @@
- # Hack around guile-1.6's lack of /usr/local paths in its load-dir.
- # (Otherwise a user looking for g-wrap / guile-lib installed in
- # /usr/local will be unpleasantly surprised.)
--localpath=/usr/local/share/guile/site:/usr/local/share/guile/1.6:/usr/local/share/guile
-+localpath=/usr/local/share/guile/site:/usr/local/share/guile/1.8:/usr/local/share/guile
- 
- if test "x$GUILE_LOAD_PATH" = "x"; then
-   GUILE_LOAD_PATH="@guilegnomedir@":$localpath
---- guile-gnome-platform-2.16.1/glib/bin/guile-gnome.in.guilever	2007-05-20 12:40:30.000000000 -0400
-+++ guile-gnome-platform-2.16.1/glib/bin/guile-gnome.in	2008-12-26 14:58:41.000000000 -0500
-@@ -15,15 +15,15 @@
++++ guile-gnome-platform-2.16.1/glib/bin/guile-gnome.in	2008-12-27 13:47:04.000000000 -0500
+@@ -15,15 +15,14 @@
  # interpreter is as follows, removing `# ' on each line:
  
  # #! /bin/sh
@@ -31,11 +11,12 @@
  # This will allow the shell to find `guile-gnome' in the path.
  
 -# Hack around guile-1.6's lack of /usr/local paths in its load-dir.
-+# Hack around guile-1.8's lack of /usr/local paths in its load-dir.
- # (Otherwise a user looking for g-wrap / guile-lib installed in
- # /usr/local will be unpleasantly surprised.)
+-# (Otherwise a user looking for g-wrap / guile-lib installed in
+-# /usr/local will be unpleasantly surprised.)
 -localpath=/usr/local/share/guile/site:/usr/local/share/guile/1.6:/usr/local/share/guile
-+localpath=/usr/local/share/guile/site:/usr/local/share/guile/1.8:/usr/local/share/guile
++# g-wrap and guile-lib are installed in /usr
++# so the original script's localpath is not needed
++localpath=
  
  if test "x$GUILE_LOAD_PATH" = "x"; then
    GUILE_LOAD_PATH="@guilegnomedir@":$localpath




More information about the fedora-extras-commits mailing list