Author: salimma
Update of /cvs/free/rpms/vagalume/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv15689/devel
Modified Files:
vagalume.spec
Log Message:
* Fri Feb 3 2012 Michel Salim <salimma(a)fedoraproject.org> - 0.8.5-3
- Update desktop database to (de-)register lastfm:// handler
Index: vagalume.spec
===================================================================
RCS file: /cvs/free/rpms/vagalume/devel/vagalume.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- vagalume.spec 3 Feb 2012 20:50:06 -0000 1.16
+++ vagalume.spec 3 Feb 2012 22:46:56 -0000 1.17
@@ -1,6 +1,6 @@
Name: vagalume
Version: 0.8.5
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Last.fm client for GNOME and Maemo
Group: Applications/Multimedia
@@ -77,12 +77,14 @@
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
+/usr/bin/update-desktop-database &> /dev/null || :
%postun
touch --no-create %{_datadir}/icons/hicolor
if [ -x %{_bindir}/gtk-update-icon-cache ]; then
%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
fi
+/usr/bin/update-desktop-database &> /dev/null || :
%files -f %{name}.lang
@@ -98,6 +100,9 @@
%changelog
+* Fri Feb 3 2012 Michel Salim <salimma(a)fedoraproject.org> - 0.8.5-3
+- Update desktop database to (de-)register lastfm:// handler
+
* Fri Feb 3 2012 Michel Salim <salimma(a)fedoraproject.org> - 0.8.5-2
- Switch to building against GTK+ 3.0
- Enable mixer, notifications, and proxy support
Show replies by date