Skip to Content.
Sympa Menu

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

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č (42f88951b544bac81bfac3f7a1f6cafd9e9470f1)
  • Date: Wed, 9 Feb 2011 01:10:13 -0600

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

dev/null |binary
shell-term-fm/bash-completion/DETAILS | 10
+++++-----
shell-term-fm/bash-completion/HISTORY | 4 ++++
utils/desktop-file-utils/DETAILS | 2 +-
utils/desktop-file-utils/HISTORY | 3 +++
utils/desktop-file-utils/desktop-file-utils-0.16.tar.bz2.sig | 0
utils/desktop-file-utils/desktop-file-utils-0.18.tar.bz2.sig |binary
x11/merkaartor/DETAILS | 6 +++---
x11/merkaartor/HISTORY | 3 +++
9 files changed, 19 insertions(+), 9 deletions(-)

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

merkaartor: updated spell to 0.17.1

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

desktop-file-utils: updated spell to 0.18

commit 13c9b77b094614154d227f466312d5c020c768b5
Author: Bor Kraljič <pyrobor AT ver.si>
Commit: Bor Kraljič <pyrobor AT ver.si>

bash-completion: updated spell to 1.3

diff --git a/shell-term-fm/bash-completion/DETAILS
b/shell-term-fm/bash-completion/DETAILS
index ab27c66..ae8aa74 100755
--- a/shell-term-fm/bash-completion/DETAILS
+++ b/shell-term-fm/bash-completion/DETAILS
@@ -1,12 +1,11 @@
SPELL=bash-completion
- VERSION=1.2
-
SOURCE_HASH=sha512:7e4e051dcdffdb3722c3e9def8186a3686da4f0b67302c0354900b60224e06e06a30238e496e5a27e4a893acfe896d5e0f8d1b71ff56cc540b969a40e25d54c7
+ VERSION=1.3
+
SOURCE_HASH=sha512:f0c6eb3edce982d1306fdb7ba2cb598c08cff4bde8496fca369b3c4d2d3af0ef48dd494ab96258cc90f30b875a56759aad13a6b1bfb4928bfba4634cce6bf8be
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://bash-completion.alioth.debian.org/files/$SOURCE
WEB_SITE=http://bash-completion.alioth.debian.org/
ENTERED=20020215
- PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="bash console"
SHORT="bash programmable completion"
@@ -24,10 +23,11 @@ produce programmable completion routines for the most
common Linux/UNIX
commands, reducing the amount of typing sysadmins and programmers need
to do on a daily basis.

-NOTE: The code to start completion is installed in
/etc/profile.d/bash_completion.sh
+NOTE: The code to start completion is installed in
+/etc/profile.d/bash_completion.sh
Existing users might need sourcing /etc/profile.d/* added manually.
New users will have it automatically added.

- The SMGL specific completions are adapted from a patch by
+ The SMGL specific completions are adapted from a patch by
Lunar_fr (lunar AT l-a-p.org).
EOF
diff --git a/shell-term-fm/bash-completion/HISTORY
b/shell-term-fm/bash-completion/HISTORY
index f5934de..7fabbc8 100644
--- a/shell-term-fm/bash-completion/HISTORY
+++ b/shell-term-fm/bash-completion/HISTORY
@@ -1,3 +1,7 @@
+2011-02-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 1.3
+ fixed long description wrap
+
2010-10-25 Bor Kraljič <pyrobor AT ver.si>
* smgl_completion: minor fixes and updates
* DETAILS: PATCHLEVEL++
diff --git a/utils/desktop-file-utils/DETAILS
b/utils/desktop-file-utils/DETAILS
index d4b8d01..4b6943e 100755
--- a/utils/desktop-file-utils/DETAILS
+++ b/utils/desktop-file-utils/DETAILS
@@ -1,5 +1,5 @@
SPELL=desktop-file-utils
- VERSION=0.16
+ VERSION=0.18
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://www.freedesktop.org/software/$SPELL/releases/$SOURCE
diff --git a/utils/desktop-file-utils/HISTORY
b/utils/desktop-file-utils/HISTORY
index 3531ed4..e72639e 100644
--- a/utils/desktop-file-utils/HISTORY
+++ b/utils/desktop-file-utils/HISTORY
@@ -1,3 +1,6 @@
+2011-02-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.18
+
2010-03-14 Sukneet Basuta <sukneet AT sourcemage.org>
* DETAILS: updated spell to 0.16
Changed SOURCE_URL from tar.gz to tar.bz2, as that is source
extension now
diff --git a/utils/desktop-file-utils/desktop-file-utils-0.16.tar.bz2.sig
b/utils/desktop-file-utils/desktop-file-utils-0.16.tar.bz2.sig
deleted file mode 100644
index ac12e96..0000000
Binary files a/utils/desktop-file-utils/desktop-file-utils-0.16.tar.bz2.sig
and /dev/null differ
diff --git a/utils/desktop-file-utils/desktop-file-utils-0.18.tar.bz2.sig
b/utils/desktop-file-utils/desktop-file-utils-0.18.tar.bz2.sig
new file mode 100644
index 0000000..72c8ea8
Binary files /dev/null and
b/utils/desktop-file-utils/desktop-file-utils-0.18.tar.bz2.sig differ
diff --git a/x11/merkaartor/DETAILS b/x11/merkaartor/DETAILS
index 24dcb70..993f0ed 100755
--- a/x11/merkaartor/DETAILS
+++ b/x11/merkaartor/DETAILS
@@ -1,8 +1,8 @@
SPELL=merkaartor
- VERSION=0.17.0
-
SOURCE_HASH=sha512:9e3cbe2b1db72125b32ae9b916b7a43511cc2847b87084490ce579270407acf6263dd1ce3ec68803897207a329129fc31a3101d796078107dd1d39318ea720b0
+ VERSION=0.17.1
+
SOURCE_HASH=sha512:8c624c7f8d62ac79b96f42ec2ffc116be019409ea50a5f0e2ca1753842ddfee28bc238a0580200806a7924aa03f58dcad56a3d416e46ccf9e942485d50860b45
SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://www.merkaartor.be/attachments/download/192/${SOURCE}
+ SOURCE_URL[0]=http://www.merkaartor.be/attachments/download/246/${SOURCE}
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://www.merkaartor.be";
LICENSE[0]=GPL
diff --git a/x11/merkaartor/HISTORY b/x11/merkaartor/HISTORY
index 189a8e5..809393d 100644
--- a/x11/merkaartor/HISTORY
+++ b/x11/merkaartor/HISTORY
@@ -1,3 +1,6 @@
+2011-02-08 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 0.17.1
+
2010-12-26 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 0.17.0




  • [SM-Commit] GIT changes to master grimoire by Bor Kraljič (42f88951b544bac81bfac3f7a1f6cafd9e9470f1), Bor Kraljič, 02/09/2011

Archive powered by MHonArc 2.6.24.

Top of Page