tag and release version 0.33.1

This commit is contained in:
slakmagik 2010-05-27 18:47:04 +00:00
parent 3b519d25e8
commit b77ee141f2
10 changed files with 33 additions and 26 deletions

View File

@ -1,11 +1,6 @@
Thu May 27 18:13:59 UTC 2010
Sbopkg 0.31.1 released. This version contains the following fixes and
Sbopkg X.XX.X released. This version contains the following fixes and
enhancements:
* The ARCH assignment was modified to accord with the latest SBo SlackBuild
template.
* Tweaked widgets in select_repository() (no or less scrolling) and
load_user_queue() (better button) and modified check_gpg() to not disrupt
the dialog interface with gpg output
* Revised the KNOWN_ISSUES file and other documentation
*
+--------------------------+

View File

@ -1,3 +1,14 @@
Thu May 27 18:13:59 UTC 2010
Sbopkg 0.31.1 released. This version contains the following fixes and
enhancements:
* The ARCH assignment was modified to accord with the latest SBo SlackBuild
template.
* Tweaked widgets in select_repository() (no or less scrolling) and
load_user_queue() (better button) and modified check_gpg() to not disrupt
the dialog interface with gpg output
* Revised the KNOWN_ISSUES file and other documentation
+--------------------------+
Mon May 24 20:53:43 UTC 2010
Sbopkg 0.33.0 released. This version contains the following fixes and
enhancements:

View File

@ -1 +1 @@
http://sbopkg.googlecode.com/files/sbopkg-0.32.0-noarch-1_cng.tgz
http://sbopkg.googlecode.com/files/sbopkg-0.33.1-noarch-1_cng.tgz

View File

@ -1 +1 @@
sbopkg-0.32.0-noarch-1_cng.tgz
sbopkg-0.33.1-noarch-1_cng.tgz

View File

@ -1 +1 @@
sbopkg-0.32.0.tar.gz
sbopkg-0.33.1.tar.gz

View File

@ -1 +1 @@
0.32.0
0.33.1

View File

@ -342,20 +342,21 @@ You can also export variables in sbopkg.conf that are not used by
sbopkg at all.
<P>
<A NAME="lbAE">&nbsp;</A>
<H2>ABOUT $ARCH</H2>
<H2>ABOUT THE ARCH VARIABLE</H2>
You may be wondering why $ARCH is not a configuration setting in the
sbopkg.conf file. The reason is that it does not have to be. First, sbopkg
does some checking (using 'uname -m') to determine what the system's
architecture is. If the architecture is x86_64, then sbopkg automatically
sets ARCH=x86_64. If the architecture is not x86_64, then sbopkg will inherit
any $ARCH settings in the environment. This means, the user can add, for
You may be wondering why ARCH is not a configuration setting in the
default sbopkg.conf file. The reason is that it does not have to be. If ARCH
is not set, sbopkg does some checking (using 'uname -m') to determine what the
system's architecture is. If the architecture is x86, x86_64, or arm*, then
sbopkg automatically sets ARCH to i486, x86_64, or arm, respectively. If ARCH
is set, sbopkg will inherit that setting. This means the user can add, for
example, 'export ARCH=i686' in their .bashrc or similar file, or the user can
also execute something in the root terminal like 'export ARCH=i686 &amp;&amp; sbopkg'.
The user can also manually add it to their sbopkg.conf file if they wish.
Finally, if $ARCH is not set by the user and sbopkg does not detect an x86_64
system, then $ARCH will default to whatever $ARCH is set to in the SlackBuild
scripts.
Finally, if ARCH is not set by the user and sbopkg does not detect one of the
previously mentioned architectures, then ARCH will be set by whatever is in
the SlackBuild scripts. Note that the SlackBuild may, in certain instances,
discard or override previous ARCH settings if this is required for the build.
<P>
<A NAME="lbAF">&nbsp;</A>
<H2>FILES</H2>
@ -398,7 +399,7 @@ README-repos.d document in the sbopkg doc/ directory for more information.
<DT><A HREF="#lbAB">NAME</A><DD>
<DT><A HREF="#lbAC">DESCRIPTION</A><DD>
<DT><A HREF="#lbAD">OVERRIDING ENVIRONMENTAL VARIABLES</A><DD>
<DT><A HREF="#lbAE">ABOUT $ARCH</A><DD>
<DT><A HREF="#lbAE">ABOUT THE ARCH VARIABLE</A><DD>
<DT><A HREF="#lbAF">FILES</A><DD>
<DT><A HREF="#lbAG">SEE ALSO</A><DD>
</DL>
@ -406,6 +407,6 @@ README-repos.d document in the sbopkg doc/ directory for more information.
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 20:55:24 GMT, May 24, 2010
Time: 18:31:58 GMT, May 27, 2010
</BODY>
</HTML>

View File

@ -1,4 +1,4 @@
sbopkg 0.33.0
sbopkg 0.33.1
Usage: sbopkg [OPTIONS] <packagename(s)>
Options are:
-b pkg/queue(s) Build the specified package(s). If one or more queuefiles

View File

@ -8,7 +8,7 @@
# SlackBuilds.org template.
PRGNAM=sbopkg
VERSION=${VERSION:-0.33.0}
VERSION=${VERSION:-0.33.1}
ARCH=${ARCH:-noarch}
BUILD=${BUILD:-1}
TAG=${TAG:-_cng}

View File

@ -356,6 +356,6 @@ Chess Griffin
This document was created by
<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 20:55:24 GMT, May 24, 2010
Time: 18:31:58 GMT, May 27, 2010
</BODY>
</HTML>