[gnome-games/f17] fix swell-foop score saving

Matthias Clasen mclasen at fedoraproject.org
Tue Apr 3 00:50:46 UTC 2012


commit b553b244932bf1d855717f8c307f4bf52374491a
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Mon Apr 2 20:51:13 2012 -0400

    fix swell-foop score saving

 gnome-games.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/gnome-games.spec b/gnome-games.spec
index 3877ffd..c00f34f 100644
--- a/gnome-games.spec
+++ b/gnome-games.spec
@@ -23,20 +23,20 @@
 %define sudoku %{nil}
 %endif
 
-%define glib2_version 2.25.7
-%define pango_version 1.8.0
+%define glib2_version 2.32.0
+%define pango_version 1.29.0
 %define desktop_file_utils_version 0.2.90
 %define gstreamer_version 0.10.11
 
 Summary: Games for the GNOME desktop
 Name: gnome-games
 Version: 3.4.0
-Release: 2%{?dist}
+Release: 3%{?dist}
 Epoch: 1
 License: GPLv2+ and GPLv3 and GFDL
 Group: Amusements/Games
 #VCS: git:git://git.gnome.org/gnome-games
-Source: http://download.gnome.org/sources/gnome-games/3.3/gnome-games-%{version}.tar.xz
+Source: http://download.gnome.org/sources/gnome-games/3.4/gnome-games-%{version}.tar.xz
 
 Patch0: gnome-games-gl.patch
 Patch1: fix-fr-translation.patch
@@ -233,9 +233,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %if %{have_sudoku}
 %{_bindir}/gnome-sudoku
 %endif
-%{_bindir}/swell-foop
 
 # these are setgid games
+%attr(2551, root, games) %{_bindir}/swell-foop
 %attr(2551, root, games) %{_bindir}/iagno
 %attr(2551, root, games) %{_bindir}/gnomine
 
@@ -368,6 +368,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas || :
 %{_datadir}/help/*/lightsoff
 
 %changelog
+* Mon Apr  2 2012 Matthias Clasen <mclasen at redhat.com> - 1:3.4.0-3
+- Install swell-foop setgid, so it can save its scores (#808367)
+
 * Wed Mar 28 2012 Richard Hughes <rhughes at redhat.com> - 1:3.4.0-2
 - Fix the build by fixing the French help translation.
 


More information about the scm-commits mailing list