rpms/gnome-games/devel .cvsignore, 1.115, 1.116 gnome-games.spec, 1.262, 1.263 sources, 1.121, 1.122

Matthias Clasen mclasen at fedoraproject.org
Wed Jun 9 05:16:24 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/gnome-games/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv22534

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/.cvsignore,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -p -r1.115 -r1.116
--- .cvsignore	27 May 2010 22:01:17 -0000	1.115
+++ .cvsignore	9 Jun 2010 05:16:23 -0000	1.116
@@ -1 +1 @@
-gnome-games-2.31.2.tar.bz2
+gnome-games-2.31.3.tar.bz2


Index: gnome-games.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/gnome-games.spec,v
retrieving revision 1.262
retrieving revision 1.263
diff -u -p -r1.262 -r1.263
--- gnome-games.spec	27 May 2010 22:01:17 -0000	1.262
+++ gnome-games.spec	9 Jun 2010 05:16:23 -0000	1.263
@@ -43,7 +43,7 @@
 
 Summary: Games for the GNOME desktop
 Name: gnome-games
-Version: 2.31.2
+Version: 2.31.3
 Release: 1%{?dist}
 Epoch: 1
 License: GPLv2+ and GFDL
@@ -51,6 +51,8 @@ Group: Amusements/Games
 #VCS: git:git://git.gnome.org/gnome-games
 Source: http://download.gnome.org/sources/gnome-games/2.31/gnome-games-%{version}.tar.bz2
 
+Patch0: lsb-really?.patch
+
 Obsoletes: gnome-games-devel
 URL: http://projects.gnome.org/gnome-games/
 
@@ -122,9 +124,11 @@ This package contains user documentation
 
 %prep
 %setup -q
+%patch0 -p1 -b .no-lsb
+
+autoreconf -i -f
 
 %build
-export CFLAGS="$RPM_OPT_FLAGS -DNO_HOWL"
 %configure --localstatedir=/var/lib \
            --disable-gnuchess \
            --disable-introspection \
@@ -287,6 +291,7 @@ fi
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor &> /dev/null
   gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
+  glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 fi
 
 %postun extra
@@ -297,6 +302,7 @@ fi
 
 %posttrans
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
+glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 
 %posttrans extra
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
@@ -423,6 +429,8 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{_sysconfdir}/gconf/schemas/mahjongg.schemas
 %{_sysconfdir}/gconf/schemas/glchess.schemas
 
+%{_datadir}/glib-2.0/schemas/org.gnome.Games.WindowState.gschema.xml
+
 %{_datadir}/gnome-games/glines
 %{_datadir}/gnome-games/gnect
 %{_datadir}/gnome-games/gnibbles
@@ -447,6 +455,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 
 
 %changelog
+* Tue Jun  8 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.3-1
+- Update to 2.31.3
+
 * Thu May 27 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.2-1
 - Update to 2.31.2
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnome-games/devel/sources,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -p -r1.121 -r1.122
--- sources	27 May 2010 22:01:17 -0000	1.121
+++ sources	9 Jun 2010 05:16:24 -0000	1.122
@@ -1 +1 @@
-72a941c94cd1fb740e9c8dfbcb56adbc  gnome-games-2.31.2.tar.bz2
+3119c824e45e9a2d113e6f9cfb389f2c  gnome-games-2.31.3.tar.bz2



More information about the scm-commits mailing list