rpms/gnome-games/devel .cvsignore, 1.45, 1.46 gnome-games.spec, 1.89, 1.90 sources, 1.48, 1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sat Oct 21 22:35:59 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/gnome-games/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12529

Modified Files:
	.cvsignore gnome-games.spec sources 
Log Message:
2.17.1



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/gnome-games/devel/.cvsignore,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- .cvsignore	5 Sep 2006 04:29:50 -0000	1.45
+++ .cvsignore	21 Oct 2006 22:35:57 -0000	1.46
@@ -15,3 +15,4 @@
 gnome-games-2.15.6.tar.bz2
 gnome-games-2.15.92.tar.bz2
 gnome-games-2.16.0.tar.bz2
+gnome-games-2.17.1.tar.bz2


Index: gnome-games.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- gnome-games.spec	5 Sep 2006 04:29:50 -0000	1.89
+++ gnome-games.spec	21 Oct 2006 22:35:57 -0000	1.90
@@ -27,7 +27,7 @@
 
 Summary: GNOME games
 Name: gnome-games
-Version: 2.16.0
+Version: 2.17.1
 Release: 1%{?dist}
 Epoch: 1
 License: LGPL
@@ -40,8 +40,10 @@
 URL: http://www.gnome.org
 
 Requires(post): scrollkeeper >= 0.1.4
-Requires(post): GConf2
 Requires(postun): scrollkeeper >= 0.1.4
+Requires(pre): GConf2
+Requires(post): GConf2
+Requires(preun): GConf2
 
 Requires: librsvg2
 
@@ -201,13 +203,37 @@
 	libgnomegames.schemas       \
 	mahjongg.schemas            \
 	same-gnome.schemas          \
-> /dev/null)
+> /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
 
+%pre
+if [ "$1" -gt 1 ]; then
+  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+  (cd %{_sysconfdir}/gconf/schemas;   \
+  gconftool-2 --makefile-uninstall-rule \
+	%{sol_schemas}              \
+	%{bj_schemas}               \
+	gataxx.schemas              \
+	glines.schemas              \
+	gnect.schemas               \
+	gnibbles.schemas            \
+	gnobots2.schemas            \
+	gnometris.schemas           \
+	gnomine.schemas             \
+	gnotravex.schemas           \
+	gnotski.schemas             \
+	gtali.schemas               \
+	iagno.schemas               \
+	libgnomegames.schemas       \
+	mahjongg.schemas            \
+	same-gnome.schemas          \
+> /dev/null || : )
+fi
+
 %preun
 if [ "$1" -eq 0 ]; then
   export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
@@ -229,7 +255,7 @@
 	libgnomegames.schemas       \
 	mahjongg.schemas            \
 	same-gnome.schemas          \
-> /dev/null)
+> /dev/null || : )
 fi
 
 %postun
@@ -308,6 +334,9 @@
 
 
 %changelog
+* Sat Oct 21 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.17.1-1
+- Update to 2.17.1
+
 * Tue Sep  5 2006 Matthias Clasen <mclasen at redhat.com> - 1:2.16.0-1.fc6
 - Update to 2.16.0
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/gnome-games/devel/sources,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- sources	5 Sep 2006 04:29:50 -0000	1.48
+++ sources	21 Oct 2006 22:35:57 -0000	1.49
@@ -1,2 +1,2 @@
 01464739e83449288c6a58685604f86e  gnome-games-extra-data-2.14.0.tar.bz2
-93580896711b7f30deb236bf21c5a1e6  gnome-games-2.16.0.tar.bz2
+b484c8dcba37aaddb7e91b9c344b0435  gnome-games-2.17.1.tar.bz2




More information about the fedora-cvs-commits mailing list