rpms/gcx/devel gcx.desktop,1.2,1.3 gcx.spec,1.5,1.6

Marek Mahut mmahut at fedoraproject.org
Tue Apr 7 09:58:12 UTC 2009


Author: mmahut

Update of /cvs/pkgs/rpms/gcx/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2545

Modified Files:
	gcx.desktop gcx.spec 
Log Message:
494430 -  GCX lacks association with FITS file



Index: gcx.desktop
===================================================================
RCS file: /cvs/pkgs/rpms/gcx/devel/gcx.desktop,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcx.desktop	24 Mar 2009 13:39:44 -0000	1.2
+++ gcx.desktop	7 Apr 2009 09:57:41 -0000	1.3
@@ -6,3 +6,4 @@
 Icon=/usr/share/gcx/gcx.svg
 Exec=gcx
 Categories=Education;Science;Astronomy;
+MimeType=application/fits;image/fits;image/x-fits;


Index: gcx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gcx/devel/gcx.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcx.spec	6 Apr 2009 20:03:36 -0000	1.5
+++ gcx.spec	7 Apr 2009 09:57:41 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		gcx
 Version:	0.9.11
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Data-reduction tool for CCD photometry
 
 License:	GPLv2+
@@ -38,6 +38,11 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post
+update-desktop-database &> /dev/null || :
+
+%postun
+update-desktop-database &> /dev/null || :
 
 %files
 %defattr(-,root,root,-)
@@ -47,6 +52,9 @@
 %{_datadir}/gcx
 
 %changelog
+* Tue Apr 7 2009 Marek Mahut <mmahut at fedoraproject.org> - 0.9.11-7
+- Fix mime association with FITS files (RHBZ#494430)
+
 * Mon Apr 6 2009 Lubomir Rintel (Fedora Astronomy) <lkundrak at v3.sk> - 0.9.11-6
 - Fix a stack overflow (#494345)
 




More information about the fedora-extras-commits mailing list