rpms/im-chooser/F-12 im-chooser.spec,1.59,1.60 sources,1.31,1.32

Akira TAGOH tagoh at fedoraproject.org
Mon Jun 21 10:23:04 UTC 2010


Author: tagoh

Update of /cvs/pkgs/rpms/im-chooser/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6262

Modified Files:
	im-chooser.spec sources 
Log Message:
* Mon Jun 21 2010 Akira TAGOH <tagoh at redhat.com> - 1.3.1-1
- New upstream release.
  - Fallback to the themed icon if no icons are installed
    on the specified path. (#604482)


Index: im-chooser.spec
===================================================================
RCS file: /cvs/pkgs/rpms/im-chooser/F-12/im-chooser.spec,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -p -r1.59 -r1.60
--- im-chooser.spec	14 Sep 2009 09:49:53 -0000	1.59
+++ im-chooser.spec	21 Jun 2010 10:23:03 -0000	1.60
@@ -1,5 +1,5 @@
 Name:		im-chooser
-Version:	1.2.7
+Version:	1.3.1
 Release:	1%{?dist}
 License:	GPLv2+
 URL:		http://fedorahosted.org/im-chooser/
@@ -45,16 +45,43 @@ desktop-file-install --vendor=fedora    
 rm -rf $RPM_BUILD_ROOT
 
 
+%post
+touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
+
+%postun
+if [ $1 -eq 0 ] ; then
+    touch --no-create %{_datadir}/icons/hicolor &>/dev/null
+    gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+fi
+
+%posttrans
+gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+
+
 %files -f %{name}.lang
 %defattr (-, root, root)
 %doc AUTHORS COPYING ChangeLog README
 %{_bindir}/im-chooser
 %{_datadir}/applications/fedora-im-chooser.desktop
 %{_datadir}/applications/xfce4-im-chooser.desktop
-%{_datadir}/pixmaps/im-chooser.png
+%{_datadir}/icons/hicolor/*/apps/im-chooser.png
 
 
 %changelog
+* Mon Jun 21 2010 Akira TAGOH <tagoh at redhat.com> - 1.3.1-1
+- New upstream release.
+  - Fallback to the themed icon if no icons are installed
+    on the specified path. (#604482)
+
+* Wed May 12 2010 Akira TAGOH <tagoh at redhat.com> - 1.3.0-1
+- New upstream release.
+  - GTK+ stock icon support. (#528850)
+
+* Tue May  4 2010 Jens Petersen <petersen at redhat.com> - 1.2.7-2
+- add new gnome-icon-theme style icons by Lapo Calamandrei and Jakub Steiner
+  (mizmo, #587712)
+- add scriptlets for icon cache
+
 * Mon Sep 14 2009 Akira TAGOH <tagoh at redhat.com> - 1.2.7-1
 - New upstream release.
   - translation updates only.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/im-chooser/F-12/sources,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- sources	14 Sep 2009 09:49:53 -0000	1.31
+++ sources	21 Jun 2010 10:23:04 -0000	1.32
@@ -1 +1 @@
-229cbb124082224a8f6d1bab207248b3  im-chooser-1.2.7.tar.bz2
+18d5ea8cabeeeb90368fa7e7f82fb996  im-chooser-1.3.1.tar.bz2



More information about the scm-commits mailing list