Initialize new branch.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 31 Jan 2002 02:58:29 +0000 (02:58 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Thu, 31 Jan 2002 02:58:29 +0000 (02:58 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@234 fdb21ef1-2011-0410-befe-b5e4ea1792b1

Construct
HOWTO/change.txt
HOWTO/release.txt
debian/changelog
debian/scons.postinst
rpm/scons.spec

index e1515ff6680784794a70164f37dafecfb6a1a36c..fc931131219485e392c485e8bf107b2a5d91fb4c 100644 (file)
--- 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.04' if ! $revision;
+$revision = '0.05' 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.04';
+$version = '0.05';
 
 $change = $ARG{change};
 chomp($change = `$aesub '\$change' 2>/dev/null`) if $aesub && ! $change;
index b83c01a8942294b8e034b11fafe24fdfdb3b8a45..b3fc48c1c95662f9714a04068920c677d42ff94a 100644 (file)
@@ -30,28 +30,28 @@ Handling a change set:
 
     -- Distribute the change to scons-aedist:
 
-               aedist -s -p scons.0.4 {cnum} > scons.0.4.C{cnum}.ae
-               pine -attach scons.0.4.C{cnum}.ae scons-aedist@lists.sourceforge.net
-                       Subject: scons.0.4 - {SUMMARY}
-                       Body:  aegis -l -p scons.0.4 -c {cnum} cd
+               aedist -s -p scons.0.5 {cnum} > scons.0.5.C{cnum}.ae
+               pine -attach scons.0.5.C{cnum}.ae scons-aedist@lists.sourceforge.net
+                       Subject: scons.0.5 - {SUMMARY}
+                       Body:  aegis -l -p scons.0.5 -c {cnum} cd
 
-               rm scons.0.4.C{cnum}.ae
+               rm scons.0.5.C{cnum}.ae
 
        [This will eventually be automated.]
 
     -- Update the aedist baseline on the web site:
 
-               aedist -s -bl -p scons.0.4 > scons.0.4.ae
-               scp scons.0.4.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.4.ae
-               rm scons.0.4.ae
+               aedist -s -bl -p scons.0.5 > scons.0.5.ae
+               scp scons.0.5.ae stevenknight@scons.sourceforge.net:/home/groups/s/sc/scons/htdocs/scons.0.5.ae
+               rm scons.0.5.ae
 
        [This will eventually be automated.]
 
     -- Distribute the change to CVS:
 
                export CVS_RSH=ssh
-               ae2cvs -n -aegis -p scons.0.4 -c {cnum} -u ~/SCons/scons
-               ae2cvs -X -aegis -p scons.0.4 -c {cnum} -u ~/SCons/scons
+               ae2cvs -n -aegis -p scons.0.5 -c {cnum} -u ~/SCons/scons
+               ae2cvs -X -aegis -p scons.0.5 -c {cnum} -u ~/SCons/scons
 
         If you need the "ae2cvs" Perl script, you can find a copy
         checked in to the bin/subdirectory.
index 441e33df6ac129dced6368cf2e471e53ff468664..5fbd264dce3956a410c9c6877a6aef46ed41d0fd 100644 (file)
@@ -49,11 +49,11 @@ Things to do to release a new version of SCons:
 
                ae_p scons.0
 
-               aede {4}
+               aede {5}
 
-               aerpass {4}
+               aerpass {5}
 
-               aeib {4}
+               aeib {5}
 
                aeb
 
@@ -67,15 +67,15 @@ Things to do to release a new version of SCons:
 
        START THE NEW BRANCH
 
-               aenbr -p scons.0 {5}
+               aenbr -p scons.0 {6}
 
-               aenc -p scons.0.{5}
+               aenc -p scons.0.{6}
 
                         Call it something like, "Initialize the new
                         branch."  Cause = internal_enhancement.  Exempt
                         it from all tests (*_exempt = true).
 
-               ae_p scons.0.{5}
+               ae_p scons.0.{6}
 
                aedb 100
 
@@ -119,12 +119,12 @@ Things to do to release a new version of SCons:
                <your email>
                cd incoming
                bin
-               put scons-0.04-1.noarch.rpm
-               put scons-0.04-1.src.rpm
-               put scons-0.04.tar.gz
-               put scons-0.04.win32.exe
-               put scons-src-0.04.tar.gz
-               put scons_0.04-1_all.deb
+               put scons-0.05-1.noarch.rpm
+               put scons-0.05-1.src.rpm
+               put scons-0.05.tar.gz
+               put scons-0.05.win32.exe
+               put scons-src-0.05.tar.gz
+               put scons_0.05-1_all.deb
 
        Create the new release at the SourceForge project page:
 
@@ -134,7 +134,7 @@ Things to do to release a new version of SCons:
 
                => Add Release
 
-               New release name:  0.04
+               New release name:  0.05
 
                Cut-and-paste or upload the RELEASE.txt file.
 
@@ -149,12 +149,12 @@ Things to do to release a new version of SCons:
 
                Edit the file info:
 
-                       scons-0.04-1.noarch.rpm         Any     .rpm
-                       scons-0.04-1.src.rpm            Any     Source .rpm
-                       scons-0.04.tar.gz               Any     .gz
-                       scons-0.04.win32.exe            i386    Other
-                       scons-src-0.04.tar.gz           Any     Source .gz
-                       scons_0.04-1_all.deb            Any     .deb
+                       scons-0.05-1.noarch.rpm         Any     .rpm
+                       scons-0.05-1.src.rpm            Any     Source .rpm
+                       scons-0.05.tar.gz               Any     .gz
+                       scons-0.05.win32.exe            i386    Other
+                       scons-src-0.05.tar.gz           Any     Source .gz
+                       scons_0.05-1_all.deb            Any     .deb
 
                (This has to be done one at a time.)
 
@@ -183,7 +183,7 @@ Things to do to release a new version of SCons:
 
 
 
-       In the Bugs Tracker, add a Group for the new release (0.04)
+       In the Bugs Tracker, add a Group for the new release (0.05)
 
 
 
@@ -255,7 +255,7 @@ Version 0.XXX of SCons contains the following important changes:
 
   - XXX
 
-For a complete list of changes in version 0.04, see the CHANGES.txt
+For a complete list of changes in version 0.05, see the CHANGES.txt
 file in the release itself.
 
 
index eec9d2530cc783299424cef1ee04e5bb4fc46f68..8557c8684a216ebd7a43a96085252e0a77dafec4 100644 (file)
@@ -1,3 +1,10 @@
+scons (0.05-1) unstable; urgency=low
+
+  * Fifth Release.
+
+ -- Steven Knight <knight@baldmt.com>  Wed, 30 Jan 2002 16:26:46 -0600
+
+
 scons (0.04-1) unstable; urgency=low
 
   * Fourth Release.
index 24fed0f0c8d50d51e9a3606dfc04dc010bbb5341..1d127da9ef1a8de7de251fd2ec34d4157fc9cb06 100644 (file)
@@ -6,7 +6,7 @@
 #
 
 PACKAGE=scons
-DIRLIST="/usr/lib/scons-0.04"
+DIRLIST="/usr/lib/scons-0.05"
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
index 706141c6b52c1ed7cbe02a8852914f51ba8cc051..74e83aa0155bbe5a0fdf00b3cc5ebb25b306f335 100644 (file)
@@ -1,5 +1,5 @@
 %define name scons
-%define version 0.04
+%define version 0.05
 %define release 1
 
 Summary: an Open Source software construction tool