rpms/gnome-bluetooth/devel gnome-bluetooth.spec,1.75,1.76

Bastien Nocera hadess at fedoraproject.org
Fri May 1 17:32:01 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/gnome-bluetooth/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7186

Modified Files:
	gnome-bluetooth.spec 
Log Message:
* Fri May 01 2009 Bastien Nocera <bnocera at redhat.com> 2.27.4-3
- Touch the icon theme directory, should fix the icon not appearing
  properly on new installs


Index: gnome-bluetooth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-bluetooth/devel/gnome-bluetooth.spec,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -p -r1.75 -r1.76
--- gnome-bluetooth.spec	16 Apr 2009 18:08:43 -0000	1.75
+++ gnome-bluetooth.spec	1 May 2009 17:31:31 -0000	1.76
@@ -1,6 +1,6 @@
 Name:		gnome-bluetooth
 Version:	2.27.4
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Bluetooth graphical utilities
 
 Group:		Applications/Communications
@@ -114,6 +114,7 @@ export GCONF_CONFIG_SOURCE=`gconftool-2 
 gconftool-2 --makefile-install-rule					\
 	%{_sysconfdir}/gconf/schemas/bluetooth-manager.schemas		\
 	>& /dev/null || :
+touch %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
 	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
@@ -149,6 +150,7 @@ fi
 %postun
 scrollkeeper-update -q
 update-desktop-database -q
+touch %{_datadir}/icons/hicolor
 if [ -x /usr/bin/gtk-update-icon-cache ]; then
 	/usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor
 fi
@@ -182,6 +184,10 @@ fi
 %{_datadir}/gtk-doc/html/gnome-bluetooth/
 
 %changelog
+* Fri May 01 2009 Bastien Nocera <bnocera at redhat.com> 2.27.4-3
+- Touch the icon theme directory, should fix the icon not appearing
+  properly on new installs
+
 * Thu Apr 16 2009 - Bastien Nocera <bnocera at redhat.com> - 2.27.4-2
 - Require the PA Bluetooth plugins
 




More information about the scm-commits mailing list