From 480aeefdc32dfe0ed56cbccc2a9dd1ad952f78a7 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: May 07 2007 14:21:20 +0000 Subject: - update to 2.18.1.1 at the request of Andreas Røsdal --- diff --git a/.cvsignore b/.cvsignore index 0a33e12..d9f364e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,28 +1 @@ -gnome-games-2.13.4.tar.bz2 -gnome-games-extra-data-no-windows-2.12.0.tar.bz2 -gnome-games-2.13.5.tar.bz2 -gnome-games-2.13.6.tar.bz2 -gnome-games-2.13.7.tar.bz2 -gnome-games-2.13.8.tar.bz2 -gnome-games-2.14.0.tar.bz2 -gnome-games-2.14.1.tar.bz2 -gnome-games-extra-data-2.14.0.tar.bz2 -gnome-games-2.15.1.tar.bz2 -gnome-games-2.15.2.tar.bz2 -gnome-games-2.15.3.tar.bz2 -gnome-games-2.15.4.tar.bz2 -gnome-games-2.15.5.tar.bz2 -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 -gnome-games-2.17.2.tar.bz2 -gnome-games-2.17.3.tar.bz2 -gnome-games-2.17.4.1.tar.bz2 -gnome-games-2.17.5.tar.bz2 -gnome-games-2.17.90.tar.bz2 -gnome-games-extra-data-2.17.90.tar.bz2 -gnome-games-2.17.90.1.tar.bz2 -gnome-games-2.17.91.tar.bz2 -gnome-games-2.17.92.tar.bz2 -gnome-games-2.18.0.tar.bz2 +gnome-games-2.18.1.1.tar.bz2 diff --git a/gnome-games-2.10.0-fix-gnibbles-crasher.patch b/gnome-games-2.10.0-fix-gnibbles-crasher.patch deleted file mode 100644 index 59dc331..0000000 --- a/gnome-games-2.10.0-fix-gnibbles-crasher.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- gnome-games-2.10.0/gnibbles/gnibbles.c 20 Sep 2004 07:59:39 -0000 1.45 -+++ gnome-games-2.10.0/gnibbles/gnibbles.c 19 May 2005 17:45:29 -0000 -@@ -219,7 +219,7 @@ gnibbles_load_level (GtkWidget *window, - gchar *tmp = NULL; - gchar *filename; - FILE *in; -- gchar tmpboard[BOARDWIDTH + 1]; -+ gchar tmpboard[BOARDWIDTH + 2]; - gint i, j; - gint count = 0; - -@@ -247,7 +247,7 @@ gnibbles_load_level (GtkWidget *window, - boni = gnibbles_boni_new (); - - for (i = 0; i < BOARDHEIGHT; i++) { -- fgets (tmpboard, 255, in); -+ fgets (tmpboard, sizeof(tmpboard), in); - for (j = 0; j < BOARDWIDTH; j++) { - board[j][i] = tmpboard[j]; - switch (board[j][i]) { - diff --git a/gnome-games-2.12.1-remove-howl.patch b/gnome-games-2.12.1-remove-howl.patch deleted file mode 100644 index 9f4f420..0000000 --- a/gnome-games-2.12.1-remove-howl.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- gnome-games-2.12.1/configure.in.remove-howl 2005-11-02 13:18:39.000000000 -0500 -+++ gnome-games-2.12.1/configure.in 2005-11-02 13:19:00.000000000 -0500 -@@ -91,10 +91,9 @@ - AC_SUBST(GLADE_CFLAGS) - AC_SUBST(GLADE_LIBS) - --## Flags for Howl. Use of this library is optional. --PKG_CHECK_MODULES(HOWL, howl >= 0.9.6, [ HOWL_PRESENT="yes" ], -- [ CFLAGS="$CFLAGS -DNO_HOWL" -- HOWL_PRESENT="no" ]) -+HOWL_PRESENT="no" -+HOWL_CFLAGS="" -+HOWL_LIBS="" - AC_SUBST(HOWL_CFLAGS) - AC_SUBST(HOWL_LIBS) - diff --git a/gnome-games-2.13.5-aunt-mary.patch b/gnome-games-2.13.5-aunt-mary.patch deleted file mode 100644 index 350af29..0000000 --- a/gnome-games-2.13.5-aunt-mary.patch +++ /dev/null @@ -1,16 +0,0 @@ -Index: aisleriot/help/C/aisleriot.xml -=================================================================== -RCS file: /cvs/gnome/gnome-games/aisleriot/help/C/aisleriot.xml,v -retrieving revision 1.71 -diff -d -u -p -r1.71 aisleriot.xml ---- aisleriot/help/C/aisleriot.xml 16 Jan 2006 08:15:15 -0000 1.71 -+++ aisleriot/help/C/aisleriot.xml 23 Jan 2006 17:53:07 -0000 -@@ -280,7 +280,7 @@ been coded for your pleasure in the GNOM - &agnes; - &athena; - &auld-lang-syne; -- &aunt_mary; -+ &aunt-mary; - &backbone; - &bakers-dozen; - &bakers-game; diff --git a/gnome-games-2.13.6-gstreamer.patch b/gnome-games-2.13.6-gstreamer.patch deleted file mode 100644 index d20a22f..0000000 --- a/gnome-games-2.13.6-gstreamer.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- gnome-games-2.13.6/gnomine/Makefile.in.gstreamer 2006-02-04 00:08:59.000000000 -0500 -+++ gnome-games-2.13.6/gnomine/Makefile.in 2006-02-04 00:09:11.000000000 -0500 -@@ -226,8 +226,7 @@ - $(WARN_CFLAGS) \ - $(GNOME_GAMES_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -- -DDATADIR=\""$(datadir)"\" \ -- `pkg-config --cflags gstreamer-0.8` -+ -DDATADIR=\""$(datadir)"\" - - - bin_PROGRAMS = gnomine -@@ -243,7 +242,7 @@ - $(GNOME_GAMES_LIBS) - - --gnomine_LDFLAGS = `pkg-config --libs gstreamer-0.8` -+gnomine_LDFLAGS = - - schemadir = @GCONF_SCHEMA_FILE_DIR@ - schema_in_files = gnomine.schemas.in ---- gnome-games-2.13.6/gnomine/Makefile.am.gstreamer 2006-02-04 00:08:25.000000000 -0500 -+++ gnome-games-2.13.6/gnomine/Makefile.am 2006-02-04 00:08:46.000000000 -0500 -@@ -10,8 +10,7 @@ - $(WARN_CFLAGS) \ - $(GNOME_GAMES_CFLAGS) \ - -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ -- -DDATADIR=\""$(datadir)"\" \ -- `pkg-config --cflags gstreamer-0.8` -+ -DDATADIR=\""$(datadir)"\" - - bin_PROGRAMS = gnomine - -@@ -24,7 +23,7 @@ - ../libgames-support/libgames-support.la \ - $(GNOME_GAMES_LIBS) - --gnomine_LDFLAGS = `pkg-config --libs gstreamer-0.8` -+gnomine_LDFLAGS = - - schemadir = @GCONF_SCHEMA_FILE_DIR@ - schema_in_files = gnomine.schemas.in diff --git a/gnome-games-2.18.0-about-icon.patch b/gnome-games-2.18.0-about-icon.patch deleted file mode 100644 index 4e026c5..0000000 --- a/gnome-games-2.18.0-about-icon.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- gnome-games-2.18.0/blackjack/src/menu.cpp.about-icon 2007-03-23 18:02:35.000000000 -0400 -+++ gnome-games-2.18.0/blackjack/src/menu.cpp 2007-03-23 18:02:45.000000000 -0400 -@@ -160,7 +160,6 @@ - "logo-icon-name", "gnome-blackjack", - "license", license, - "translator_credits", _("translator-credits"), -- "logo-icon-name", "gnome-aisleriot.png", - "website", "http://www.gnome.org/projects/gnome-games/", - "wrap-license", TRUE, - NULL); diff --git a/gnome-games-2.8.0-fixcrasher.patch b/gnome-games-2.8.0-fixcrasher.patch deleted file mode 100644 index d967a72..0000000 --- a/gnome-games-2.8.0-fixcrasher.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- gnome-games-2.8.0/aisleriot/dialog.c.fixcrasher 2004-06-11 06:36:26.000000000 -0400 -+++ gnome-games-2.8.0/aisleriot/dialog.c 2004-09-30 13:57:55.941885944 -0400 -@@ -94,16 +94,23 @@ - GtkTreeModel *model; - GtkTreeIter iter; - -- gtk_tree_selection_get_selected(select, &model, &iter); -- g_free (filename); -- gtk_tree_model_get(model, &iter, 1, &filename, -1); -+ if (gtk_tree_selection_get_selected(select, &model, &iter)) { -+ g_free (filename); -+ gtk_tree_model_get(model, &iter, 1, &filename, -1); -+ } else { -+ g_free (filename); -+ filename = NULL; -+ } - } - - static void select_game (GtkWidget *app, gint response, gpointer data) - { - if(response == GTK_RESPONSE_OK) { -- seed = atoi (gtk_entry_get_text (GTK_ENTRY (seed_entry))); -- new_game (filename, &seed); -+ if (filename == NULL) -+ return; -+ -+ seed = atoi (gtk_entry_get_text (GTK_ENTRY (seed_entry))); -+ new_game (filename, &seed); - } - - gtk_widget_hide(app); diff --git a/gnome-games-2.8.0-gataxx-crash.patch b/gnome-games-2.8.0-gataxx-crash.patch deleted file mode 100644 index 4cf472c..0000000 --- a/gnome-games-2.8.0-gataxx-crash.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnome-games-2.8.0/gataxx/gtkgridboard.c.gataxx-crash 2004-10-14 09:54:09.000000000 -0400 -+++ gnome-games-2.8.0/gataxx/gtkgridboard.c 2004-10-14 09:54:23.000000000 -0400 -@@ -402,7 +402,7 @@ - if (result==NULL) return NULL; - memset(result, 0, ptrarraysiz*sizeof(gint *)+valarraysiz*sizeof(gint)); - for (i=0; i - 1:2.18.1.1-1 +- update to 2.18.1.1 at the request of Andreas R�sdal + * Sun Apr 8 2007 Ray Strode - 1:2.18.0-5 - Add Obsoletes: gnome-chess (bug 234127) diff --git a/sources b/sources index 89a9ed3..11af720 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef00cec63ca8b4e328c1975377f98f11 gnome-games-2.18.0.tar.bz2 +3e7dedf811f952efe8a32a7cea790a09 gnome-games-2.18.1.1.tar.bz2