summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Construct4
-rw-r--r--HOWTO/change.txt20
-rw-r--r--debian/changelog7
-rw-r--r--debian/scons.postinst2
-rw-r--r--rpm/scons.spec2
5 files changed, 21 insertions, 14 deletions
diff --git a/Construct b/Construct
index aa7f8d89..c5d031a8 100644
--- a/Construct
+++ b/Construct
@@ -85,7 +85,7 @@ $developer = $ARG{developer} || $ENV{USERNAME} || $ENV{LOGNAME} || $ENV{USER};
$revision = $ARG{version};
chomp($revision = `$aesub '\$version' 2>/dev/null`) if $aesub && ! $revision;
-$revision = '0.02' if ! $revision;
+$revision = '0.03' if ! $revision;
@arr = split(/\./, $revision);
@arr = ($arr[0], map {length($_) == 1 ? "0$_" : $_} @arr[1 .. $#arr]);
@@ -98,7 +98,7 @@ $revision = join('.', @arr);
#pop @arr if $#arr >= 2;
#map {s/^[CD]//, s/^0*(\d\d)$/$1/} @arr;
#$version = join('.', @arr);
-$version = '0.02';
+$version = '0.03';
$change = $ARG{change};
chomp($change = `$aesub '\$change' 2>/dev/null`) if $aesub && ! $change;
diff --git a/HOWTO/change.txt b/HOWTO/change.txt
index 9e7d12a6..f12f9a13 100644
--- a/HOWTO/change.txt
+++ b/HOWTO/change.txt
@@ -30,28 +30,28 @@ Handling a change set:
-- Distribute the change to scons-aedist:
- aedist -s -p scons.0.2 {cnum} > scons.0.2.C{cnum}.ae
- pine -attach scons.0.2.C{cnum}.ae scons-aedist@lists.sourceforge.net
- Subject: scons.0.2 - {SUMMARY}
- Body: aegis -l -p scons.0.2 -c {cnum} cd
+ aedist -s -p scons.0.3 {cnum} > scons.0.3.C{cnum}.ae
+ pine -attach scons.0.3.C{cnum}.ae scons-aedist@lists.sourceforge.net
+ Subject: scons.0.3 - {SUMMARY}
+ Body: aegis -l -p scons.0.3 -c {cnum} cd
- rm scons.0.2.C{cnum}.ae
+ rm scons.0.3.C{cnum}.ae
[This will eventually be automated.]
-- Update the aedist baseline on the web site:
- aedist -s -bl -p scons.0.2 > scons.0.2.ae
- scp scons.0.2.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.2.ae
- rm scons.0.2.ae
+ aedist -s -bl -p scons.0.3 > scons.0.3.ae
+ scp scons.0.3.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.3.ae
+ rm scons.0.3.ae
[This will eventually be automated.]
-- Distribute the change to CVS:
export CVS_RSH=ssh
- ae2cvs -n -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
- ae2cvs -X -aegis -p scons.0.2 -c {cnum} -u ~/SCons/scons
+ ae2cvs -n -aegis -p scons.0.3 -c {cnum} -u ~/SCons/scons
+ ae2cvs -X -aegis -p scons.0.3 -c {cnum} -u ~/SCons/scons
If you need the "ae2cvs" Perl script, you can find a copy
checked in to the bin/subdirectory.
diff --git a/debian/changelog b/debian/changelog
index cd638a19..0bfb73fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+scons (0.03-1) unstable; urgency=low
+
+ * Third Release.
+
+ -- Steven Knight <knight@baldmt.com> Sun, 23 Dec 2001 19:53:05 -0600
+
+
scons (0.02-1) unstable; urgency=low
* Second Release.
diff --git a/debian/scons.postinst b/debian/scons.postinst
index 8b36fd35..e8c5de88 100644
--- a/debian/scons.postinst
+++ b/debian/scons.postinst
@@ -6,7 +6,7 @@
#
PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.02"
+DIRLIST="/usr/lib/scons-0.03"
case "$1" in
configure|abort-upgrade|abort-remove|abort-deconfigure)
diff --git a/rpm/scons.spec b/rpm/scons.spec
index 74206f3e..696a95d4 100644
--- a/rpm/scons.spec
+++ b/rpm/scons.spec
@@ -1,5 +1,5 @@
%define name scons
-%define version 0.02
+%define version 0.03
%define release 1
Summary: an Open Source software construction tool