rpms/gimp/devel gimp-2.2.12-filename.patch, NONE, 1.1 gimp.spec, 1.105, 1.106

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 2 14:52:52 UTC 2006


Author: nphilipp

Update of /cvs/dist/rpms/gimp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv20508

Modified Files:
	gimp.spec 
Added Files:
	gimp-2.2.12-filename.patch 
Log Message:
allow spaces in filenames when saving (#200888, patch by Michael Natterer)


gimp-2.2.12-filename.patch:
 gimpfiledialog.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gimp-2.2.12-filename.patch ---
--- gimp-2.2.12/app/widgets/gimpfiledialog.c.filename	2006-06-26 11:49:39.000000000 +0200
+++ gimp-2.2.12/app/widgets/gimpfiledialog.c	2006-08-02 16:36:03.000000000 +0200
@@ -412,7 +412,7 @@
   gimp_file_dialog_set_file_proc (dialog, NULL);
 
   dirname  = g_path_get_dirname (uri);
-  basename = g_path_get_basename (uri);
+  basename = file_utils_uri_display_basename (uri);
 
   if (dirname && strlen (dirname) && strcmp (dirname, "."))
     gtk_file_chooser_set_current_folder_uri (GTK_FILE_CHOOSER (dialog),


Index: gimp.spec
===================================================================
RCS file: /cvs/dist/rpms/gimp/devel/gimp.spec,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- gimp.spec	18 Jul 2006 14:11:30 -0000	1.105
+++ gimp.spec	2 Aug 2006 14:52:50 -0000	1.106
@@ -36,7 +36,7 @@
 %define age 0
 %define minorver 200
 %define microver %(ver=%{version}; echo ${ver##*.*.})
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch:		2
 License: 	GPL, LGPL
 Group: 		Applications/Multimedia
@@ -96,6 +96,7 @@
 Patch4:		gimp-2.2.4-gifload.patch
 Patch5:     gimp-2.2.11-htmlview.patch
 Patch6:     gimp-2.2.11-gimptool.patch
+Patch7:     gimp-2.2.12-filename.patch
 
 %description
 GIMP (GNU Image Manipulation Program) is a powerful image composition and
@@ -150,6 +151,7 @@
 %patch4 -p1 -b .gifload
 %patch5 -p1 -b .htmlview
 %patch6 -p1 -b .gimptool
+%patch7 -p1 -b .filename
 
 %build
 libtoolize --copy --force
@@ -394,6 +396,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Aug 02 2006 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.12-3
+- allow spaces in filenames when saving (#200888, patch by Michael Natterer)
+
 * Tue Jul 18 2006 Nils Philippsen <nphilipp at redhat.com> - 2:2.2.12-2
 - split off libraries into gimp-libs to allow multilib installations
 - remove pre-release cruft




More information about the fedora-cvs-commits mailing list