rpms/f-spot/devel x-content.patch,NONE,1.1 f-spot.spec,1.57,1.58

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


Author: mclasen

Update of /cvs/extras/rpms/f-spot/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27072

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


x-content.patch:

--- NEW FILE x-content.patch ---
diff -up f-spot-0.4.1/f-spot.desktop.in.in.x-content f-spot-0.4.1/f-spot.desktop.in.in
--- f-spot-0.4.1/f-spot.desktop.in.in.x-content	2008-01-18 01:28:57.000000000 -0500
+++ f-spot-0.4.1/f-spot.desktop.in.in	2008-01-18 01:29:39.000000000 -0500
@@ -7,6 +7,7 @@ _Comment=Organize, enjoy, and share your
 Exec=f-spot
 Icon=f-spot
 StartupNotify=true
+MimeType=x-content/image-dcf;x-content/image-picturecd;
 Terminal=false
 Type=Application
 Categories=Graphics;Photography;GNOME;GTK;


Index: f-spot.spec
===================================================================
RCS file: /cvs/extras/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- f-spot.spec	6 Dec 2007 15:45:49 -0000	1.57
+++ f-spot.spec	18 Jan 2008 06:31:38 -0000	1.58
@@ -1,12 +1,14 @@
 Name:           f-spot
 Version:        0.4.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.gnome.org/projects/f-spot/
 Source0:        f-spot-%{version}.tar.bz2
+# http://bugzilla.gnome.org/show_bug.cgi?id=510325
+Patch0:		x-content.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  mono-devel mono-web mono-data mono-data-sqlite lcms-devel
@@ -40,6 +42,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .x-content
 
 %build
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -95,6 +98,9 @@
 %{_datadir}/omf/f-spot
 
 %changelog
+* Fri Jan 18 2008 Matthias Clasen <mclasen at redhat.com> - 0.4.1-2
+- Add support for content-types
+
 * Thu Dec  6 2007 Matthias Clasen <mclasen at redhat.com> - 0.4.1-1
 - Update to 0.4.1
 




More information about the fedora-extras-commits mailing list