Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ff0cf9b2a92bcc1a3405f4e14ba411039c3bfd29)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bor Kraljič <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ff0cf9b2a92bcc1a3405f4e14ba411039c3bfd29)
  • Date: Thu, 25 Feb 2010 02:34:49 -0600

GIT changes to master grimoire by Bor Kraljič <pyrobor AT ver.si>:

audio-players/moc/DETAILS | 2 +-
audio-players/moc/HISTORY | 3 +++
editors/moe/DETAILS | 5 ++---
editors/moe/HISTORY | 4 ++++
ftp-libs/rb-libtorrent/DETAILS | 4 ++--
ftp-libs/rb-libtorrent/HISTORY | 3 +++
ftp/deluge/DETAILS | 4 ++--
ftp/deluge/HISTORY | 3 +++
8 files changed, 20 insertions(+), 8 deletions(-)

New commits:
commit ff0cf9b2a92bcc1a3405f4e14ba411039c3bfd29
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

moe: => 1.3; bug #15602

commit 4b3e153101e3d475671d648eb29bfb53d2a6b03b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

moc: => DEV to 2.5.0-alpha4; bug #15601

commit 8a8a567306e91bddfa1771bef676a2fe5ac4ee2c
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

deluge: => 1.2.1; bug #15600

commit 26325d2abd6f82db86db91005164812f54fede3b
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

rb-libtorrent: => 0.14.9; bug #15599

diff --git a/audio-players/moc/DETAILS b/audio-players/moc/DETAILS
index cc55552..6b80810 100755
--- a/audio-players/moc/DETAILS
+++ b/audio-players/moc/DETAILS
@@ -1,6 +1,6 @@
SPELL=moc
if [ "$DEV" == "y" ]; then
- VERSION=2.5.0-alpha3
+ VERSION=2.5.0-alpha4
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=ftp://ftp.daper.net/pub/soft/moc/unstable/$SOURCE
diff --git a/audio-players/moc/HISTORY b/audio-players/moc/HISTORY
index 6a1139d..df4999e 100644
--- a/audio-players/moc/HISTORY
+++ b/audio-players/moc/HISTORY
@@ -1,3 +1,6 @@
+2010-02-24 Sukneet <skipinder AT gmail.com>
+ * DETAILS: updated DEV to 2.5.0-alpha4; bug #15601
+
2009-02-24 George Sherwood <gsherwood AT sourcemage.org>
* PRE_BUILD: Removed. Bug #15087
* ffmpeg.patch: Removed. Fixed upstream without version bump.
diff --git a/editors/moe/DETAILS b/editors/moe/DETAILS
index e00b6eb..ca94080 100755
--- a/editors/moe/DETAILS
+++ b/editors/moe/DETAILS
@@ -1,6 +1,6 @@
SPELL=moe
- VERSION=1.0
- SOURCE=${SPELL}-${VERSION}.tar.bz2
+ VERSION=1.3
+ SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE2=${SOURCE}.sig
SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
@@ -11,7 +11,6 @@ SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
ENTERED=20050930
LICENSE[0]=GPL
KEYWORDS="editors"
- PATCHLEVEL=1
SHORT="A powerful and user-friendly text editor"
cat << EOF
GNU Moe is a powerful, 8-bit clean, text editor for ISO-8859-15 and ASCII
diff --git a/editors/moe/HISTORY b/editors/moe/HISTORY
index 332bebf..4a63e6f 100644
--- a/editors/moe/HISTORY
+++ b/editors/moe/HISTORY
@@ -1,3 +1,7 @@
+2010-02-24 Sukneet <skipinder AT gmail.com>
+ * DETAILS: Fixed SOURCE
+ updated spell to 1.3; bug #15602
+
2008-09-18 Pieter Lenaerts <e-type AT sourcemage.org>
* DETAILS: updated to 1.0, key is ESTABLISHED_UPSTREAM_KEY
* PRE_BUILD: removed as it's no longer needed, now default_prebuild
only
diff --git a/ftp-libs/rb-libtorrent/DETAILS b/ftp-libs/rb-libtorrent/DETAILS
index 708d52f..2952028 100755
--- a/ftp-libs/rb-libtorrent/DETAILS
+++ b/ftp-libs/rb-libtorrent/DETAILS
@@ -1,8 +1,8 @@
SPELL=rb-libtorrent
- VERSION=0.14.8
+ VERSION=0.14.9
SOURCE=libtorrent-rasterbar-$VERSION.tar.gz
SOURCE_URL[0]=http://libtorrent.googlecode.com/files/$SOURCE
-
SOURCE_HASH=sha512:d4c5a22ac543976f53ebfe41e6d3eba7f45229f16bae444acbf01b6e38b5c59e724383c7878f86a4827a650ec0fac3f5b806030d86aac767467dea1a47e745a2
+
SOURCE_HASH=sha512:d8f9405a1858dcfd809a04c4ceec2f5bf0a187a9b75d12f668e5004ef31889ca445c3d2049e94756ba82a364fa5059dc01413e3c829b9312f10646dd14ebc000
SOURCE_DIRECTORY="$BUILD_DIRECTORY/libtorrent-rasterbar-$VERSION"
WEB_SITE=http://www.rasterbar.com/products/libtorrent/
LICENSE=BSD
diff --git a/ftp-libs/rb-libtorrent/HISTORY b/ftp-libs/rb-libtorrent/HISTORY
index 9d92c95..33aeb19 100644
--- a/ftp-libs/rb-libtorrent/HISTORY
+++ b/ftp-libs/rb-libtorrent/HISTORY
@@ -1,3 +1,6 @@
+2010-02-24 Skipinder <skipinder AT gmail.com>
+ * DETAILS: updated spell to 0.14.9; bug #15599
+
2010-02-07 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.14.8, renewed source url (at
googlecode),
quoting paths
diff --git a/ftp/deluge/DETAILS b/ftp/deluge/DETAILS
index 8cfdb28..ca21ed2 100755
--- a/ftp/deluge/DETAILS
+++ b/ftp/deluge/DETAILS
@@ -1,9 +1,9 @@
SPELL=deluge
- VERSION=1.2.0_rc4
+ VERSION=1.2.1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://download.deluge-torrent.org/source/$SOURCE
-
SOURCE_HASH=sha512:3454ef4b4ccf8e73c990af1c5d89e2388a701036860a98154a267613f4bab0985a42931ab04fa02228b6c328cceee771036101489674c62a0a0502afd413d144
+
SOURCE_HASH=sha512:2af95aa826b4788078ad8db3e104b324f22bf47d8a979d2ddb90c7973674e8f626dc8d2fe0a9a9b96dfbec44acc9d0d1968178e1bb49488d066d20de6478bc37
LICENSE[0]=GPL
KEYWORDS="bittorrent client p2p"
WEB_SITE=http://www.deluge-torrent.org
diff --git a/ftp/deluge/HISTORY b/ftp/deluge/HISTORY
index 9ca02ad..0238467 100644
--- a/ftp/deluge/HISTORY
+++ b/ftp/deluge/HISTORY
@@ -1,3 +1,6 @@
+2010-02-24 Sukneet <skipinder AT gmail.com>
+ * DETAILS: updated spell to 1.2.1; bug #15600
+
2009-12-15 Philippe "Puppet_Master" Caseiro <puppetmaster AT sourcemage.org>
* DETAILS: updated version to 1.2.0_rc4
* DEPENDS: twisted, chardet, rb-libtorrent with python bindings



  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (ff0cf9b2a92bcc1a3405f4e14ba411039c3bfd29), Bor Kraljič, 02/25/2010

Archive powered by MHonArc 2.6.24.

Top of Page