From 114e54cf56dee51f4e5ad30db594149ec297174c Mon Sep 17 00:00:00 2001 From: veego Date: Sun, 3 Sep 2000 20:39:30 +0000 Subject: Update to 0.6.1: 2000-08-26 Andy Heroff * Version 0.6.1 released! * configure.in: Version update to 0.6.1. * server/develop.c: In Road Building dev card code, modified code so that when RB is complete, edges build during process are removed from the build list. Affects ability to trade. * server/trade.c: In domestic trade code, added check for valid trade conditions (No trade before the roll, and if strict trade is active, no trade after building or buying a dev card). * client/help/C/gnocatan.sgml: Started to update help code. This is by no means a finished product. 2000-08-25 Jeff Breidenbach * debian/control, debian/changelog: preparation for point release 2000-08-24 Daniel Kobras * configure.in: Fix handling of 'PROTOCOL_VERSION' so it shows up as a string in config.h, not as an int. 2000-08-21 Andy Heroff * client/settingscreen.c: Modified justifications. Added i8n calls to all text. 2000-08-21 Steve Langasek * server/player.c, client/client.c, acconfig.h, configure.in: Use a distinct protocol version number for client-server negotiation, so that versions of the client and server that behave compatibly will be able to connect to one another. 2000-08-18 Andy Heroff * client/settingscreen.c, client/gui.c, client/client.h, client/Makefile.am: Added file. Added game settings screen. 2000-08-06 Jeff Breidenbach * debian/control: Tweak build dependencies (Debian bug #68516) 2000-08-01 Andy Heroff * client/gui.c: Quick change to VP target text to make less ambiguous. * server/turn.c: Added debug for 'too-many' error. In the future, all errors should be unique in some way (An identifier after the description) so we can track the source of bugs. 2000-07-31 Andy Heroff * client/gui.c: Fixed resize bug once and for all. Added VP target listing in the status bar. 2000-07-30 Jeff Breidenbach * debian/rules: Explicitly clean client/help/C/gnocatan to fix Debian bug #67287 (problem with the debian build of gnocatan-help). This is a non-beautiful solution. 2000-07-19 Bibek Sahu * client/client.c, client/config-gnome.c, client/config-gnome.h, client/connect.c, client/gnocatan.c, client/gui.c: Abstracted getting/setting configuration values to be platform-agnostic. Still based on gnome-config, though; perhaps we want to stratify the 'config path' into its various components? 2000-07-17 Andy Heroff * server/turn.c, server/develop.c, server/server.h: Fixed bug in which the server would not check for a player victory after a road building card had been played. 2000-07-09 Jeff Breidenbach * debian/control: First pass at Build-Depends: field. (presumably useful for the Debian autobuilders.) 2000-07-08 Andy Heroff * client/gui.c: Changed notebook tabs from left to top to fix the client resizing bug seen going in and out of trade. 2000-06-23 Jeff Breidenbach * debian/README.debian: removed as recommended by http://www.debian.org/doc/maint-guide/ch-dother.html#s-readme 2000-06-21 Andy Heroff * server/player.c: Fixed a bug where a player with an older client that doesn't report its version would have a player number of 0. 2000-06-19 Jeff Breidenbach * debian/control, debian/changelog: update maintainer name, version numbers for debian packages. 2000-06-19 Dave Cole * client/connect.c (connect_create_dlg): Removed code which forced uppercase first character on gnome config player name. --- games/gnocatan/Makefile | 4 ++-- games/gnocatan/files/md5 | 4 ++-- games/gnocatan/files/patch-sum | 7 +++++-- games/gnocatan/patches/patch-aa | 13 ------------- games/gnocatan/pkg/PLIST | 24 +++++++++++++++++++++++- 5 files changed, 32 insertions(+), 20 deletions(-) delete mode 100644 games/gnocatan/patches/patch-aa (limited to 'games') diff --git a/games/gnocatan/Makefile b/games/gnocatan/Makefile index e41db248ae3..53bd02fcdca 100644 --- a/games/gnocatan/Makefile +++ b/games/gnocatan/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/08/23 05:29:47 veego Exp $ +# $NetBSD: Makefile,v 1.2 2000/09/03 20:39:30 veego Exp $ # -DISTNAME= gnocatan-0.6.0 +DISTNAME= gnocatan-0.6.1 CATEGORIES= games gnome MASTER_SITES= http://download.sourceforge.net/gnocatan/ diff --git a/games/gnocatan/files/md5 b/games/gnocatan/files/md5 index 311498b482c..d5b96a9cac5 100644 --- a/games/gnocatan/files/md5 +++ b/games/gnocatan/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 2000/08/23 05:29:47 veego Exp $ +$NetBSD: md5,v 1.2 2000/09/03 20:39:31 veego Exp $ -MD5 (gnocatan-0.6.0.tar.gz) = 898f3f6c2cfd4531377f14c78d5aea46 +MD5 (gnocatan-0.6.1.tar.gz) = a156f3fe3a50fbf91e9857a9d012e588 diff --git a/games/gnocatan/files/patch-sum b/games/gnocatan/files/patch-sum index ad9ef14c36a..f4d1fabd88f 100644 --- a/games/gnocatan/files/patch-sum +++ b/games/gnocatan/files/patch-sum @@ -1,3 +1,6 @@ -$NetBSD: patch-sum,v 1.1 2000/08/23 05:34:15 veego Exp $ +$NetBSD: patch-sum,v 1.2 2000/09/03 20:39:32 veego Exp $ -MD5 (patch-aa) = 12ab26d3cc303fdca098d3d56e00ec63 +This placeholder file is generated by the ``makepatchsum'' target +whenever the patches directory is empty or missing. Its purpose +is to ensure that the presence of any obsolete patches will cause +the proper error to be emitted at build time. diff --git a/games/gnocatan/patches/patch-aa b/games/gnocatan/patches/patch-aa deleted file mode 100644 index 46e0be02bdc..00000000000 --- a/games/gnocatan/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2000/08/23 05:34:16 veego Exp $ - ---- configure Mon Jun 19 02:04:58 2000 -+++ configure Tue Aug 22 23:57:09 2000 -@@ -726,7 +726,7 @@ - - PACKAGE=gnocatan - --VERSION=0.5.6 -+VERSION=0.6.0 - - if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then - { echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; } diff --git a/games/gnocatan/pkg/PLIST b/games/gnocatan/pkg/PLIST index 6db1d132228..e9a8897de96 100644 --- a/games/gnocatan/pkg/PLIST +++ b/games/gnocatan/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/08/23 05:29:47 veego Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/09/03 20:39:32 veego Exp $ bin/gnocatan bin/gnocatan-meta-server bin/gnocatan-server-console @@ -9,6 +9,16 @@ share/gnocatan/four-islands.game share/gnocatan/seafarers.game share/gnocatan/small.game share/gnome/apps/Games/gnocatan.desktop +share/gnome/help/gnocatan/C/actions.html +share/gnome/help/gnocatan/C/authors.html +share/gnome/help/gnocatan/C/book1.html +share/gnome/help/gnocatan/C/c18.html +share/gnome/help/gnocatan/C/c231.html +share/gnome/help/gnocatan/C/c27.html +share/gnome/help/gnocatan/C/chat.html +share/gnome/help/gnocatan/C/develop-cards.html +share/gnome/help/gnocatan/C/development.html +share/gnome/help/gnocatan/C/docbook.css share/gnome/help/gnocatan/C/images/actions.gif share/gnome/help/gnocatan/C/images/chat.gif share/gnome/help/gnocatan/C/images/client.gif @@ -39,7 +49,19 @@ share/gnome/help/gnocatan/C/images/status.gif share/gnome/help/gnocatan/C/images/steal-from.gif share/gnome/help/gnocatan/C/images/trade.gif share/gnome/help/gnocatan/C/images/waiting.gif +share/gnome/help/gnocatan/C/index.html +share/gnome/help/gnocatan/C/ln15.html +share/gnome/help/gnocatan/C/map.html +share/gnome/help/gnocatan/C/messages.html +share/gnome/help/gnocatan/C/objective.html +share/gnome/help/gnocatan/C/player-summary.html +share/gnome/help/gnocatan/C/resources.html +share/gnome/help/gnocatan/C/setup.html +share/gnome/help/gnocatan/C/statusbar.html share/gnome/help/gnocatan/C/topic.dat +share/gnome/help/gnocatan/C/turn.html +share/gnome/help/gnocatan/C/x303.html +share/gnome/help/gnocatan/C/x464.html share/pixmaps/gnocatan/board.png share/pixmaps/gnocatan/bridge.png share/pixmaps/gnocatan/city.png -- cgit v1.2.3