rpms/tomboy/devel .cvsignore, 1.18, 1.19 sources, 1.18, 1.19 tomboy.spec, 1.56, 1.57

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Sep 14 05:45:19 UTC 2007


Author: mclasen

Update of /cvs/pkgs/rpms/tomboy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4032

Modified Files:
	.cvsignore sources tomboy.spec 
Log Message:
0.7.8



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	4 Sep 2007 14:18:32 -0000	1.18
+++ .cvsignore	14 Sep 2007 05:44:46 -0000	1.19
@@ -1 +1 @@
-tomboy-0.7.6.tar.bz2
+tomboy-0.7.8.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- sources	4 Sep 2007 14:18:32 -0000	1.18
+++ sources	14 Sep 2007 05:44:46 -0000	1.19
@@ -1 +1 @@
-f7a7959bbfe1b67c1f5de32eb118a65a  tomboy-0.7.6.tar.bz2
+a5d87649e153d4e7a4a01846c700e66c  tomboy-0.7.8.tar.bz2


Index: tomboy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/tomboy.spec,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- tomboy.spec	4 Sep 2007 15:11:13 -0000	1.56
+++ tomboy.spec	14 Sep 2007 05:44:46 -0000	1.57
@@ -1,5 +1,5 @@
 Name:           tomboy
-Version:        0.7.6
+Version:        0.7.8
 Release: 	1%{?dist}
 Summary:        Tomboy is a desktop note-taking application for Linux and Unix
 
@@ -75,6 +75,10 @@
 export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
 gconftool-2 --makefile-install-rule \
     %{_sysconfdir}/gconf/schemas/tomboy.schemas > /dev/null
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
 
 
 %preun
@@ -84,6 +88,14 @@
       %{_sysconfdir}/gconf/schemas/tomboy.schemas >/dev/null;
 fi
 
+
+%postun
+touch --no-create %{_datadir}/icons/hicolor
+if [ -x /usr/bin/gtk-update-icon-cache ]; then
+  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
+fi
+
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
@@ -106,6 +118,9 @@
 
 
 %changelog
+* Fri Sep 14 2007 Matthias Clasen <mclasen at redhat.com> - 0.7.8-1
+- Update to 0.7.8
+
 * Tue Sep  4 2007 Matthias Clasen <mclasen at redhat.com> - 0.7.6-1
 - Update to 0.7.6
 




More information about the fedora-extras-commits mailing list