Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (d9ea87ea9f0a35bfdd6d316c05a2919d0f36a165)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Martin Spitzbarth <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (d9ea87ea9f0a35bfdd6d316c05a2919d0f36a165)
  • Date: Thu, 10 Apr 2008 09:37:48 -0500

GIT changes to master grimoire by Martin Spitzbarth <m.spitzbarth AT gmx.de>:

gnome2-apps/gcalctool/DEPENDS | 1 +
gnome2-apps/gcalctool/HISTORY | 3 +++
telephony/asterisk/DETAILS | 2 +-
telephony/asterisk/HISTORY | 3 +++
utils/at/DETAILS | 7 +++----
utils/at/HISTORY | 4 ++++
wm-addons/obconf/DETAILS | 4 ++--
wm-addons/obconf/HISTORY | 3 +++
8 files changed, 20 insertions(+), 7 deletions(-)

New commits:
commit d9ea87ea9f0a35bfdd6d316c05a2919d0f36a165
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

obconf: Updated to 2.0.3

commit d579b92bea0e84b96cdebcb1ed92c00b0d196d02
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

asterisk: Updated to 1.4.19

commit f840606a99ce048b172e252161e922a5b0ad20e2
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

gcalctool: Added gnome-doc-utils as dependency, fixes bug 13734

commit fb9c205b848aee7b6cea5860956618cddb169780
Author: Martin Spitzbarth <m.spitzbarth AT gmx.de>
Commit: Martin Spitzbarth <m.spitzbarth AT gmx.de>

at: Updated to 3.1.10.1, fixed WEB_SITE

diff --git a/gnome2-apps/gcalctool/DEPENDS b/gnome2-apps/gcalctool/DEPENDS
index a59cad2..8c7e3ae 100755
--- a/gnome2-apps/gcalctool/DEPENDS
+++ b/gnome2-apps/gcalctool/DEPENDS
@@ -1,2 +1,3 @@
+depends gnome-doc-utils &&
depends libgnomeui &&
depends rarian
diff --git a/gnome2-apps/gcalctool/HISTORY b/gnome2-apps/gcalctool/HISTORY
index 9839553..3af3e3b 100644
--- a/gnome2-apps/gcalctool/HISTORY
+++ b/gnome2-apps/gcalctool/HISTORY
@@ -1,3 +1,6 @@
+2008-04-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DEPENDS: added gnome-doc-utils, fixes bug #13734
+
2008-03-14 Robin Cook <rcook AT wyrms.net>
* DETAILS: updated VERSION to 5.22.0

diff --git a/telephony/asterisk/DETAILS b/telephony/asterisk/DETAILS
index 4d0b7fa..c94cade 100755
--- a/telephony/asterisk/DETAILS
+++ b/telephony/asterisk/DETAILS
@@ -1,5 +1,5 @@
SPELL=asterisk
- VERSION=1.4.18.1
+ VERSION=1.4.19
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.asc
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
diff --git a/telephony/asterisk/HISTORY b/telephony/asterisk/HISTORY
index cd53a16..e121db1 100644
--- a/telephony/asterisk/HISTORY
+++ b/telephony/asterisk/HISTORY
@@ -1,3 +1,6 @@
+2008-04-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 1.4.19
+
2008-04-02 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 1.4.18.1
SECURITY_PATCH++, CVE-2008-1332, CVE-2008-1289
diff --git a/utils/at/DETAILS b/utils/at/DETAILS
index 3f438c4..7c46be4 100755
--- a/utils/at/DETAILS
+++ b/utils/at/DETAILS
@@ -1,14 +1,13 @@
SPELL=at
- VERSION=3.1.10
+ VERSION=3.1.10.1
SOURCE=at_$VERSION.tar.gz
-
SOURCE_HASH=sha512:9826a658b79e2f998d9a7d3481fab94f557fa94809ef97b9fdac48e6a3071760419969c42f750335a4247c5d450f00804e869755bc0deda20331250d0ddb6d17
+
SOURCE_HASH=sha512:809b09b01d7d490a68bad7f8116d37b7dbd47b21e044559532cd5a2c69984ab1542acf415f50c063dcf0ee7c38d450608cdccea98baf5b3ff0d24bb6fbb2a322
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.debian.org/debian/pool/main/a/at/${SOURCE}
SOURCE_URL[1]=ftp://ftp.de.debian.org/debian/pool/main/a/at/${SOURCE}
SOURCE_URL[2]=ftp://ftp.us.debian.org/debian/pool/main/a/at/${SOURCE}
- WEB_SITE=unknown
+ WEB_SITE=http://packages.debian.org/source/lenny/at
ENTERED=20011011
- UPDATED=20030822
LICENSE=GPL
KEYWORDS="utils"
SHORT="at/batch is a periodic scheduler."
diff --git a/utils/at/HISTORY b/utils/at/HISTORY
index a0fdb5b..b728b3d 100644
--- a/utils/at/HISTORY
+++ b/utils/at/HISTORY
@@ -1,3 +1,7 @@
+2008-04-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 3.1.10.1
+ fixed WEB_SITE
+
2007-04-17 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* PRE_BUILD: removed
* at.patch: removed in order to keep the spell simple
diff --git a/wm-addons/obconf/DETAILS b/wm-addons/obconf/DETAILS
index 3cd18a6..bef5a72 100755
--- a/wm-addons/obconf/DETAILS
+++ b/wm-addons/obconf/DETAILS
@@ -1,10 +1,10 @@
SPELL=obconf
- VERSION=2.0.2
+ VERSION=2.0.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://icculus.org/openbox/obconf/$SOURCE
WEB_SITE=http://icculus.org/openbox/index.php/ObConf:About
-
SOURCE_HASH=sha512:71a16aca50276d0d3f7e19ec39b84c3924f395545026ef16209f8084e2932c8a031b249dc68843ddbe525920f6b102adf00c610ec94e42727f204bc2e7c27047
+
SOURCE_HASH=sha512:6bfef2a2b9be7c921ae2717582f53bef74f232d6cd5fee7da2ee1c982bbb61e0b3bc3bcdd64909d78cf3d6ab5eb774eb60b26d28786e1efc4f6def0c25866965
LICENSE[0]=GPL
ENTERED=20031128
KEYWORDS="wm-addons"
diff --git a/wm-addons/obconf/HISTORY b/wm-addons/obconf/HISTORY
index 2f31b4d..07aca5e 100644
--- a/wm-addons/obconf/HISTORY
+++ b/wm-addons/obconf/HISTORY
@@ -1,3 +1,6 @@
+2008-04-10 Martin Spitzbarth <m.spitzbarth AT gmx.de>
+ * DETAILS: updated spell to 2.0.3
+
2007-07-24 Martin Spitzbarth <m.spitzbarth AT gmx.de>
* DETAILS: updated spell to 2.0.2




  • [SM-Commit] GIT changes to master grimoire by Martin Spitzbarth (d9ea87ea9f0a35bfdd6d316c05a2919d0f36a165), Martin Spitzbarth, 04/10/2008

Archive powered by MHonArc 2.6.24.

Top of Page