rpms/f-spot/devel f-spot-0.3.5-desktop-file-validate.patch, NONE, 1.1 f-spot.spec, 1.44, 1.45

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Apr 13 19:01:02 UTC 2007


Author: caillon

Update of /cvs/dist/rpms/f-spot/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv29316

Modified Files:
	f-spot.spec 
Added Files:
	f-spot-0.3.5-desktop-file-validate.patch 
Log Message:
* Fri Apr 13 2007 Christopher Aillon <caillon at redhat.com> - 0.3.5-2
- Now with validated desktop files!


f-spot-0.3.5-desktop-file-validate.patch:
 f-spot-view.desktop |    2 +-
 f-spot.desktop      |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE f-spot-0.3.5-desktop-file-validate.patch ---
--- f-spot-0.3.5/f-spot.desktop.desktop-file-validate	2007-04-13 14:41:32.000000000 -0400
+++ f-spot-0.3.5/f-spot.desktop	2007-04-13 14:41:50.000000000 -0400
@@ -93,7 +93,7 @@
 StartupNotify=true
 Terminal=false
 Type=Application
-Categories=Application;Graphics;Photography;GNOME;GTK
+Categories=Graphics;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=f-spot
 X-GNOME-Bugzilla-Component=General
--- f-spot-0.3.5/f-spot-view.desktop.desktop-file-validate	2007-04-13 14:40:07.000000000 -0400
+++ f-spot-0.3.5/f-spot-view.desktop	2007-04-13 14:42:05.000000000 -0400
@@ -68,7 +68,7 @@
 StartupNotify=false
 Terminal=false
 Type=Application
-Categories=Application;Graphics;Viewer;GNOME;GTK
+Categories=Graphics;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=f-spot
 X-GNOME-Bugzilla-Component=General


Index: f-spot.spec
===================================================================
RCS file: /cvs/dist/rpms/f-spot/devel/f-spot.spec,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- f-spot.spec	7 Mar 2007 19:08:38 -0000	1.44
+++ f-spot.spec	13 Apr 2007 19:00:57 -0000	1.45
@@ -1,6 +1,6 @@
 Name:           f-spot
 Version:        0.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Photo management application
 
 Group:          Applications/Multimedia
@@ -10,6 +10,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Patch1: f-spot-0.3.2-libdir.patch
+Patch2: f-spot-0.3.5-desktop-file-validate.patch
 
 BuildRequires:  mono-devel mono-web mono-data mono-data-sqlite lcms-devel
 BuildRequires:  libexif-devel gphoto2-devel >= 2.1.4 
@@ -43,6 +44,7 @@
 %prep
 %setup -q
 %patch1 -p1 -b .libdir
+%patch2 -p1 -b .desktop-file-validate
 
 %build
 autoconf
@@ -96,6 +98,9 @@
 %{_datadir}/omf/f-spot
 
 %changelog
+* Fri Apr 13 2007 Christopher Aillon <caillon at redhat.com> - 0.3.5-2
+- Now with validated desktop files!
+
 * Wed Mar  7 2007 Christopher Aillon <caillon at redhat.com> - 0.3.5-1
 - Update to 0.3.5
 




More information about the fedora-cvs-commits mailing list