rpms/gqview/devel gqview-2.0.4-editors.patch, NONE, 1.1 gqview.spec, 1.17, 1.18 gqview-2.0.0-editors.patch, 1.2, NONE

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Sep 23 22:52:23 UTC 2007


Author: mschwendt

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

Modified Files:
	gqview.spec 
Added Files:
	gqview-2.0.4-editors.patch 
Removed Files:
	gqview-2.0.0-editors.patch 
Log Message:
fix the -editors patch

gqview-2.0.4-editors.patch:

--- NEW FILE gqview-2.0.4-editors.patch ---
diff -Nur gqview-2.0.4-orig/src/editors.c gqview-2.0.4/src/editors.c
--- gqview-2.0.4-orig/src/editors.c	2005-06-13 23:58:04.000000000 +0200
+++ gqview-2.0.4/src/editors.c	2007-09-24 00:51:29.000000000 +0200
@@ -47,9 +47,9 @@
 
 
 static gchar *editor_slot_defaults[] = {
-	N_("The Gimp"), "gimp-remote -n %f",
-	N_("XV"), "xv %f",
-	N_("Xpaint"), "xpaint %f",
+	N_("The Gimp"), "gimp-remote %f",
+	NULL, NULL,
+	NULL, NULL,
 	NULL, NULL,
 	NULL, NULL,
 	NULL, NULL,


Index: gqview.spec
===================================================================
RCS file: /cvs/extras/rpms/gqview/devel/gqview.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gqview.spec	23 Sep 2007 22:33:52 -0000	1.17
+++ gqview.spec	23 Sep 2007 22:51:48 -0000	1.18
@@ -6,7 +6,7 @@
 Group:		User Interface/X
 Source:		http://dl.sf.net/sourceforge/gqview/gqview-%{version}.tar.gz
 Patch1:		gqview-2.0.3-desktop.patch
-Patch2:		gqview-2.0.0-editors.patch
+Patch2:		gqview-2.0.4-editors.patch
 Patch3:     gqview-2.0.4-print-pagesize.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 URL:		http://gqview.sourceforge.net/


--- gqview-2.0.0-editors.patch DELETED ---




More information about the fedora-extras-commits mailing list