rpms/gnome-games/devel gnome-games-use-old-clutter-gtk.patch, NONE, 1.1 .cvsignore, 1.110, 1.111 gnome-games.spec, 1.256, 1.257 sources, 1.116, 1.117

Bastien Nocera hadess at fedoraproject.org
Wed Mar 10 12:30:54 UTC 2010


Author: hadess

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

Modified Files:
	.cvsignore gnome-games.spec sources 
Added Files:
	gnome-games-use-old-clutter-gtk.patch 
Log Message:
* Tue Mar 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.92-1
- Update to 2.29.92


gnome-games-use-old-clutter-gtk.patch:
 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gnome-games-use-old-clutter-gtk.patch ---
--- gnome-games-2.29.92/configure.in.old	2010-03-10 11:32:49.000000000 +0000
+++ gnome-games-2.29.92/configure.in	2010-03-10 11:33:17.000000000 +0000
@@ -621,7 +621,7 @@ if test "$need_clutter" = "yes"; then
   AC_SUBST([CLUTTER_LIBS])
 
   PKG_CHECK_EXISTS([clutter-1.0 >= 1.2.0],
-    [CLUTTER_GTK_API_VERSION=0.90 CLUTTER_GTK_REQUIRED=0.90.0],
+    [CLUTTER_GTK_API_VERSION=0.10 CLUTTER_GTK_REQUIRED=0.10.2],
     [CLUTTER_GTK_API_VERSION=0.10 CLUTTER_GTK_REQUIRED=0.10.2])
 
   PKG_CHECK_MODULES([CLUTTER_GTK],[clutter-gtk-$CLUTTER_GTK_API_VERSION  >= $CLUTTER_GTK_REQUIRED])


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/.cvsignore,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -p -r1.110 -r1.111
--- .cvsignore	23 Feb 2010 03:04:32 -0000	1.110
+++ .cvsignore	10 Mar 2010 12:30:52 -0000	1.111
@@ -1 +1 @@
-gnome-games-2.29.91.tar.bz2
+gnome-games-2.29.92.tar.bz2


Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.256
retrieving revision 1.257
diff -u -p -r1.256 -r1.257
--- gnome-games.spec	23 Feb 2010 03:04:32 -0000	1.256
+++ gnome-games.spec	10 Mar 2010 12:30:54 -0000	1.257
@@ -43,7 +43,7 @@
 
 Summary: Games for the GNOME desktop
 Name: gnome-games
-Version: 2.29.91
+Version: 2.29.92
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
@@ -51,6 +51,8 @@ Group: Amusements/Games
 Source: http://download.gnome.org/sources/gnome-games/2.29/gnome-games-%{version}.tar.bz2
 # https://bugzilla.gnome.org/show_bug.cgi?id=609898
 Patch0: gnome-games-libs.patch
+# As clutter-gtk 0.90 hasn't had a release yet
+Patch1: gnome-games-use-old-clutter-gtk.patch
 
 Obsoletes: gnome-games-devel
 URL: http://projects.gnome.org/gnome-games/
@@ -126,6 +128,7 @@ This package contains user documentation
 %prep
 %setup -q
 %patch0 -p1 -b .libs
+%patch1 -p1 -b .old-clutter-gtk
 
 autoreconf
 
@@ -469,6 +472,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Mar 09 2010 Bastien Nocera <bnocera at redhat.com> 2.29.92-1
+- Update to 2.29.92
+
 * Mon Feb 22 2010 Matthias Clasen <mclasen at redhat.com> - 2.29.91-1
 - Update to 2.29.91
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/sources,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -p -r1.116 -r1.117
--- sources	23 Feb 2010 03:04:32 -0000	1.116
+++ sources	10 Mar 2010 12:30:54 -0000	1.117
@@ -1 +1 @@
-94eca0d7b9bedfae9aed2bb0bf6e24ed  gnome-games-2.29.91.tar.bz2
+35fa2e0634bf83072c9f1b913866e7d4  gnome-games-2.29.92.tar.bz2



More information about the scm-commits mailing list