sm-grimoire AT lists.ibiblio.org
Subject: Discussion of Spells and Grimoire items
List archive
- From: Eric Schabell <eschabell AT sourcemage.org>
- To: Eric Sandall <eric AT sandall.us>
- Cc: sm-grimoire AT lists.ibiblio.org
- Subject: [SM-Grimoire]Re: PERFORCE change 5988 for review
- Date: Wed, 23 Oct 2002 10:03:09 +0200
Eric, (this goes for all guru's btw)
I do believe we have a versioning freeze on test.... I don't mind versioning
bumps if necessary, but would like to see one of two things in the history
file or p4 message so I can identify if it is ok (I originally asked that all
guru's clear all versioning bumps into test thru me with an explaination, but
the steps below will reduce the mail load):
1. a bug fix requiring version bump.
2. statement that is has been tested against all dependent spells (other
spells compile where this spell is found in the DEPENDS file).
Thanks,
Eric
> On Wednesday October 23 2002 01:20, you wrote:
> Change 5988 by eric_sandall AT sandalle-hellhound.homeip.net on 2002/10/23
> 00:18:17
>
> * devel->test sync
>
> Affected files ...
>
> ... //sgl/test/grimoire/games/dopewars/DETAILS#6 integrate
> ... //sgl/test/grimoire/games/dopewars/HISTORY#6 integrate
> ... //sgl/test/grimoire/games/glaxium/BUILD#5 integrate
> ... //sgl/test/grimoire/games/glaxium/DEPENDS#4 integrate
> ... //sgl/test/grimoire/games/glaxium/DETAILS#6 integrate
> ... //sgl/test/grimoire/games/glaxium/HISTORY#5 integrate
> ... //sgl/test/grimoire/games/glaxium/PRE_REMOVE#1 branch
> ... //sgl/test/grimoire/games/glaxium/USEGCC2#2 delete
> ... //sgl/test/grimoire/games/glaxium/glext.h#1 branch
> ... //sgl/test/grimoire/games/glaxium/glxext.h#1 branch
> ... //sgl/test/grimoire/games/glaxium/wglext.h#1 branch
> ... //sgl/test/grimoire/games/gtetrinet/DETAILS#6 integrate
> ... //sgl/test/grimoire/games/gtetrinet/HISTORY#4 integrate
>
> Differences ...
>
> ==== //sgl/test/grimoire/games/dopewars/DETAILS#6 (xtext) ====
>
> 2c2
> < VERSION=1.5.7
> ---
>
> > VERSION=1.5.8
>
> 9c9
> < MD5[0]=3cad6d7ae3713580dc18f6ee7b1f488c
> ---
>
> > MD5[0]=c75dad46f4218d2f3ffafd1bc9e09bc7
>
> ==== //sgl/test/grimoire/games/dopewars/HISTORY#6 (text) ====
>
> 0a1,4
>
> > 2002-10-21 Eric Sandall <eric AT sandall.us>
> >
> > Updated to v1.5.8
>
> 3a8
>
> 8a14
>
>
> ==== //sgl/test/grimoire/games/glaxium/BUILD#5 (xtext) ====
>
> 3,10c3,20
> < aclocal &&
> < autoconf &&
> < ./configure --prefix=/usr \
> < --bindir=/usr/games \
> < --mandir=/usr/share/man &&
> < make &&
> < prepare_install &&
> < install --directory /usr/games && # not automatic
> ---
>
> > # Updated OpenGL headers from
> > # http://oss.sgi.com/projects/ogl-sample/registry/
> > if [ ! -d /usr/include/GL/glaxium-bak ] ; then
> > cd /usr/include/GL &&
> > mkdir glaxium-bak &&
> > mv glext.h glaxium-bak
> > fi
> > install -m 644 ${SCRIPT_DIRECTORY}/*.h /usr/include/GL &&
> >
> > aclocal &&
> > autoconf &&
> > ./configure --prefix=/usr \
> > --bindir=/usr/games \
> > --mandir=/usr/share/man &&
> > make &&
> > prepare_install &&
> > # not automatic
> > install --directory /usr/games &&
>
> 13c23
> < ) > $C_FIFO 2>&1
> ---
>
> > ) > $C_FIFO 2>&1
>
> ==== //sgl/test/grimoire/games/glaxium/DEPENDS#4 (xtext) ====
>
> 1,4c1,4
> < depends autoconf &&
> < depends libpng &&
> < depends glut &&
> < depends SDL &&
> ---
>
> > depends autoconf &&
> > depends libpng &&
> > depends glut &&
> > depends SDL &&
>
> ==== //sgl/test/grimoire/games/glaxium/DETAILS#6 (xtext) ====
>
> 2,3c2,3
> < VERSION=0.3d
> < SOURCE=${SPELL}_$VERSION.tgz
> ---
>
> > VERSION=0.5
> > SOURCE=${SPELL}_$VERSION.tar.gz
>
> 5c5
> < SOURCE_URL[0]=http://agt.nerim.net/mirror/sorcerer/$SOURCE
> ---
>
> > SOURCE_URL[0]=http://xhosxe.free.fr/$SPELL/$SOURCE
>
> 7c7
> < MD5[0]=41e0b4f9fcaca9509d0ffcdfeb5b39bc
> ---
>
> > MD5[0]=fde2e40873a8103746ae4a41fa5c2e75
>
> ==== //sgl/test/grimoire/games/glaxium/HISTORY#5 (text) ====
>
> 0a1,10
>
> > 2002-10-21 Eric Sandall <eric AT sandall.us>
> >
> > Updated to v0.5
> >
> > Removed USEGCC2, works with gcc3
> >
> > Moved SOURCE_URL to maintainers site, as Agt's was out of date
> >
> > Added OpenGL patch from SGI for /usr/include/GL
>
> 3c13,14
> < added USEGCC2 file
> ---
>
> > Added USEGCC2 file
>
> 8c19
> < added MD5 and LICENSE fields
> ---
>
> > Added MD5 and LICENSE fields
>
> 10c21
> < changed MAINTAINER
> ---
>
> > Changed MAINTAINER
>
> ==== //sgl/test/grimoire/games/gtetrinet/DETAILS#6 (xtext) ====
>
> 2c2
> < VERSION=0.4.2
> ---
>
> > VERSION=0.4.3
>
> 9c9
> < MD5[0]=f0f0b6e3f44130906e13953ff712f017
> ---
>
> > MD5[0]=4c7efcda4f7b7bd220f76d069e0cfac2
>
> ==== //sgl/test/grimoire/games/gtetrinet/HISTORY#4 (text) ====
>
> 0a1,4
>
> > 2002-10-22 Eric Sandall <eric AT sandall.us>
> >
> > Updated to 0.4.3
--
/*
* Eric Schabell M.Sc.
* web: http://www.schabell.com
* SourceMage: http://www.sourcemage.org
* Shopping: http://www.cafeshops.com/cp/store.aspx?s=sourcemage.0
* irc.openprojects.net (#sourcemage)
* nick -> erics
*/
- [SM-Grimoire]Re: PERFORCE change 5988 for review, Eric Schabell, 10/23/2002
Archive powered by MHonArc 2.6.24.