rpms/fceux/F-18 fceux.spec,1.3,1.4

Andrea Musuruane musuruan at rpmfusion.org
Wed Oct 23 10:16:27 CEST 2013


Author: musuruan

Update of /cvs/free/rpms/fceux/F-18
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv28247

Modified Files:
	fceux.spec 
Log Message:
* Wed Oct 23 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-2
- Added missing update of desktop database



Index: fceux.spec
===================================================================
RCS file: /cvs/free/rpms/fceux/F-18/fceux.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- fceux.spec	20 Oct 2013 12:36:46 -0000	1.3
+++ fceux.spec	23 Oct 2013 08:16:26 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           fceux
 Version:        2.2.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A cross platform, NTSC and PAL Famicom/NES emulator
 
 Group:          Applications/Emulators
@@ -125,6 +125,7 @@
 
 %post
 /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+/usr/bin/update-desktop-database &> /dev/null || :
 
 
 %postun
@@ -132,6 +133,7 @@
     /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
     /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 fi
+/usr/bin/update-desktop-database &> /dev/null || :
 
 
 %posttrans
@@ -155,6 +157,9 @@
 
 
 %changelog
+* Wed Oct 23 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-2
+- Added missing update of desktop database
+
 * Sat Oct 19 2013 Andrea Musuruane <musuruan at gmail.com> - 2.2.2-1
 - Updated to new upstream realease
 - Removed non longer needed patches


More information about the rpmfusion-commits mailing list