rpms/gramps/devel .cvsignore, 1.21, 1.22 gramps.spec, 1.36, 1.37 sources, 1.21, 1.22

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Sun Oct 28 20:20:02 UTC 2007


Author: bpepple

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

Modified Files:
	.cvsignore gramps.spec sources 
Log Message:
* Sun Oct 28 2007 Brian Pepple <bpepple at fedoraproject.org> - 2.2.9-1
- Update to 2.2.9.
- Update gtk icon scriptlet.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gramps/devel/.cvsignore,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- .cvsignore	28 May 2007 13:13:40 -0000	1.21
+++ .cvsignore	28 Oct 2007 20:19:28 -0000	1.22
@@ -1 +1 @@
-gramps-2.2.8.tar.gz
+gramps-2.2.9.tar.gz


Index: gramps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gramps/devel/gramps.spec,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gramps.spec	5 Aug 2007 22:57:50 -0000	1.36
+++ gramps.spec	28 Oct 2007 20:19:28 -0000	1.37
@@ -1,6 +1,6 @@
 Name:           gramps
-Version:        2.2.8
-Release:        5%{?dist}
+Version:        2.2.9
+Release:        1%{?dist}
 Summary:        Genealogical Research and Analysis Management Programming System
 
 Group:          Applications/Productivity
@@ -72,9 +72,6 @@
 
 desktop-file-install --vendor fedora --delete-original  \
   --dir ${RPM_BUILD_ROOT}%{_datadir}/applications   	\
-  --remove-category Application				\
-  --remove-category Genealogy				\
-  --add-category GTK					\
   ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
 
 
@@ -98,7 +95,9 @@
 update-desktop-database &> /dev/null ||:
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %preun
@@ -114,7 +113,9 @@
 update-desktop-database &> /dev/null ||:
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+if [ -x %{_bindir}/gtk-update-icon-cache ]; then
+  %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+fi
 
 
 %files -f %{name}.lang
@@ -137,6 +138,10 @@
 
 
 %changelog
+* Sun Oct 28 2007 Brian Pepple <bpepple at fedoraproject.org> - 2.2.9-1
+- Update to 2.2.9.
+- Update gtk icon scriptlet.
+
 * Sun Aug  5 2007 Brian Pepple <bpepple at fedoraproject.org> - 2.2.8-5
 - Update license tag.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gramps/devel/sources,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- sources	28 May 2007 13:13:40 -0000	1.21
+++ sources	28 Oct 2007 20:19:28 -0000	1.22
@@ -1 +1 @@
-9769ee41ec09d7b55a805940ac20894d  gramps-2.2.8.tar.gz
+53375e218bef6773109b85a543c35d59  gramps-2.2.9.tar.gz




More information about the fedora-extras-commits mailing list