From 5bfd6c777b7ced73fb6c81225e2feba29d30fd81 Mon Sep 17 00:00:00 2001 From: slakmagik Date: Thu, 28 Apr 2011 02:55:13 +0000 Subject: [PATCH] bump configs/docs for 13.37/0.35.0 --- src/etc/sbopkg/repos.d/40-sbo.repo | 1 + src/etc/sbopkg/sbopkg.conf | 2 +- src/usr/doc/NEWS | 5 ++++- tools/sbopkg.SlackBuild | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/etc/sbopkg/repos.d/40-sbo.repo b/src/etc/sbopkg/repos.d/40-sbo.repo index 31ff47e..1bb6f94 100644 --- a/src/etc/sbopkg/repos.d/40-sbo.repo +++ b/src/etc/sbopkg/repos.d/40-sbo.repo @@ -1,5 +1,6 @@ # DO NOT EDIT THIS FILE. CHANGES WILL BE OVERWRITTEN. See the README. # Repo Branch Description Tag Tool Link CheckGPG +SBo 13.37 "SBo repository for Slackware 13.37" _SBo rsync slackbuilds.org::slackbuilds/13.37 GPG SBo 13.1 "SBo repository for Slackware 13.1" _SBo rsync slackbuilds.org::slackbuilds/13.1 GPG SBo 13.0 "SBo repository for Slackware 13.0" _SBo rsync slackbuilds.org::slackbuilds/13.0 GPG SBo 12.2 "SBo repository for Slackware 12.2" _SBo rsync slackbuilds.org::slackbuilds/12.2 GPG diff --git a/src/etc/sbopkg/sbopkg.conf b/src/etc/sbopkg/sbopkg.conf index 091fde0..d6e360a 100644 --- a/src/etc/sbopkg/sbopkg.conf +++ b/src/etc/sbopkg/sbopkg.conf @@ -30,7 +30,7 @@ CLEANUP=${CLEANUP:-NO} DEBUG_UPDATES=${DEBUG_UPDATES:-0} KEEPLOG=${KEEPLOG:-YES} MKDIR_PROMPT=${MKDIR_PROMPT:-YES} -REPO_BRANCH=${REPO_BRANCH:-13.1} +REPO_BRANCH=${REPO_BRANCH:-13.37} REPO_NAME=${REPO_NAME:-SBo} # The following variable determines if multiple instances of sbopkg can diff --git a/src/usr/doc/NEWS b/src/usr/doc/NEWS index 989a58f..f2ab582 100644 --- a/src/usr/doc/NEWS +++ b/src/usr/doc/NEWS @@ -1,9 +1,12 @@ SBOPKG NEWS -sbopkg xxxVERSIONxxx (xxxDATExxx) +sbopkg 0.35.0 (2011-04-28 02:48 UTC) FEATURES + * This release of sbopkg is Slackware 13.37-ready. (Congrats to + all involved in the Slackware release.) + * The READMEs of all installed packages can now be read from the main menu's list/uninstall item. (Selection state will also now be remembered.) Thanks to dmotaleite for the RFE. diff --git a/tools/sbopkg.SlackBuild b/tools/sbopkg.SlackBuild index c0fa9a2..d52b6e6 100644 --- a/tools/sbopkg.SlackBuild +++ b/tools/sbopkg.SlackBuild @@ -8,7 +8,7 @@ # Based on the SlackBuilds.org template. PRGNAM=sbopkg -VERSION=${VERSION:-0.34.1} +VERSION=${VERSION:-0.35.0} ARCH=${ARCH:-noarch} BUILD=${BUILD:-1} TAG=${TAG:-_cng}