rpms/gthumb/devel x-content.patch,NONE,1.1 gthumb.spec,1.84,1.85

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jan 18 06:02:24 UTC 2008


Author: mclasen

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

Modified Files:
	gthumb.spec 
Added Files:
	x-content.patch 
Log Message:
content-type support


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up gthumb-2.10.7/data/gthumb.desktop.in.x-content gthumb-2.10.7/data/gthumb.desktop.in
--- gthumb-2.10.7/data/gthumb.desktop.in.x-content	2008-01-18 00:56:54.000000000 -0500
+++ gthumb-2.10.7/data/gthumb.desktop.in	2008-01-18 00:57:28.000000000 -0500
@@ -6,7 +6,7 @@ Categories=GNOME;GTK;Graphics;Viewer;Ras
 Encoding=UTF-8
 Exec=gthumb %U
 Icon=gthumb
-MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;
+MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;x-content/image-dcf;x-content/image-picturecd;
 StartupNotify=true
 Terminal=false
 Type=Application


Index: gthumb.spec
===================================================================
RCS file: /cvs/extras/rpms/gthumb/devel/gthumb.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- gthumb.spec	15 Oct 2007 22:34:14 -0000	1.84
+++ gthumb.spec	18 Jan 2008 06:01:45 -0000	1.85
@@ -11,7 +11,7 @@
 Summary: Image viewer, editor, organizer
 Name: gthumb
 Version: 2.10.7
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://gthumb.sourceforge.net
 Source0: http://download.gnome.org/sources/gthumb/2.10/%{name}-%{version}.tar.bz2
 License: GPLv2+
@@ -53,6 +53,8 @@
 Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
 
 Patch0: gthumb-libdir.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=510326
+Patch1: x-content.patch
 
 %description
 gthumb is an application for viewing, editing, and organizing 
@@ -61,6 +63,7 @@
 %prep
 %setup -q
 %patch0 -p1 -b .libdir
+%patch1 -p1 -b .x-content
 
 %build
 
@@ -133,6 +136,9 @@
 %{_datadir}/icons/hicolor/*
 
 %changelog
+* Fri Jan 18 2008 Matthias Clasen <mclasen at redhat.com> - 2.10.7-2
+- Add content-type support
+
 * Mon Oct 15 2007 Matthias Clasen <mclasen at redhat.com> - 2.10.7-1
 - Update to 2.10.7 (bug fixes)
 




More information about the fedora-extras-commits mailing list