From b77ee141f270d3924e718da076f059fe027ecf74 Mon Sep 17 00:00:00 2001 From: slakmagik Date: Thu, 27 May 2010 18:47:04 +0000 Subject: [PATCH] tag and release version 0.33.1 --- ChangeLog-current.txt | 9 ++------- src/usr/doc/ChangeLog.txt | 11 +++++++++++ tools/current-download | 2 +- tools/current-package | 2 +- tools/current-source | 2 +- tools/current-version | 2 +- tools/sbopkg-conf5.html | 25 +++++++++++++------------ tools/sbopkg-help | 2 +- tools/sbopkg.SlackBuild | 2 +- tools/sbopkg8.html | 2 +- 10 files changed, 33 insertions(+), 26 deletions(-) diff --git a/ChangeLog-current.txt b/ChangeLog-current.txt index 52c26ac..d836151 100644 --- a/ChangeLog-current.txt +++ b/ChangeLog-current.txt @@ -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 + * +--------------------------+ diff --git a/src/usr/doc/ChangeLog.txt b/src/usr/doc/ChangeLog.txt index 64c66a7..cccaa5a 100644 --- a/src/usr/doc/ChangeLog.txt +++ b/src/usr/doc/ChangeLog.txt @@ -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: diff --git a/tools/current-download b/tools/current-download index 089e91c..a0c732d 100644 --- a/tools/current-download +++ b/tools/current-download @@ -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 diff --git a/tools/current-package b/tools/current-package index 6b0fa86..f35b174 100644 --- a/tools/current-package +++ b/tools/current-package @@ -1 +1 @@ -sbopkg-0.32.0-noarch-1_cng.tgz +sbopkg-0.33.1-noarch-1_cng.tgz diff --git a/tools/current-source b/tools/current-source index 374ec80..aa40217 100644 --- a/tools/current-source +++ b/tools/current-source @@ -1 +1 @@ -sbopkg-0.32.0.tar.gz +sbopkg-0.33.1.tar.gz diff --git a/tools/current-version b/tools/current-version index 9eb2aa3..8df3f45 100644 --- a/tools/current-version +++ b/tools/current-version @@ -1 +1 @@ -0.32.0 +0.33.1 diff --git a/tools/sbopkg-conf5.html b/tools/sbopkg-conf5.html index 8ac8731..24f252c 100644 --- a/tools/sbopkg-conf5.html +++ b/tools/sbopkg-conf5.html @@ -342,20 +342,21 @@ You can also export variables in sbopkg.conf that are not used by sbopkg at all.

  -

ABOUT $ARCH

+

ABOUT THE ARCH VARIABLE

-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 && 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.

 

FILES

@@ -398,7 +399,7 @@ README-repos.d document in the sbopkg doc/ directory for more information.
NAME
DESCRIPTION
OVERRIDING ENVIRONMENTAL VARIABLES
-
ABOUT $ARCH
+
ABOUT THE ARCH VARIABLE
FILES
SEE ALSO
@@ -406,6 +407,6 @@ README-repos.d document in the sbopkg doc/ directory for more information. This document was created by man2html, using the manual pages.
-Time: 20:55:24 GMT, May 24, 2010 +Time: 18:31:58 GMT, May 27, 2010 diff --git a/tools/sbopkg-help b/tools/sbopkg-help index 94d0871..56310d6 100644 --- a/tools/sbopkg-help +++ b/tools/sbopkg-help @@ -1,4 +1,4 @@ -sbopkg 0.33.0 +sbopkg 0.33.1 Usage: sbopkg [OPTIONS] Options are: -b pkg/queue(s) Build the specified package(s). If one or more queuefiles diff --git a/tools/sbopkg.SlackBuild b/tools/sbopkg.SlackBuild index f4088cd..6732612 100644 --- a/tools/sbopkg.SlackBuild +++ b/tools/sbopkg.SlackBuild @@ -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} diff --git a/tools/sbopkg8.html b/tools/sbopkg8.html index e602a39..d0a9375 100644 --- a/tools/sbopkg8.html +++ b/tools/sbopkg8.html @@ -356,6 +356,6 @@ Chess Griffin This document was created by man2html, using the manual pages.
-Time: 20:55:24 GMT, May 24, 2010 +Time: 18:31:58 GMT, May 27, 2010