Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-kde47 grimoire by Bor Kraljič (aa1c0a6f1b0adbec8220b7b41c481a25c658f0cf)

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 devel-kde47 grimoire by Bor Kraljič (aa1c0a6f1b0adbec8220b7b41c481a25c658f0cf)
  • Date: Sat, 20 Aug 2011 08:57:49 -0500

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

crypto/gsasl/DETAILS | 1 +
crypto/gsasl/HISTORY | 3 +++
kde4/kde4-l10n/CONFIGURE | 6 +++---
kde4/kde4-l10n/DETAILS | 2 +-
kde4/kde4-l10n/HISTORY | 5 +++++
libs/tinyxml/DETAILS | 6 +++---
libs/tinyxml/HISTORY | 3 +++
net/stunnel/DETAILS | 6 +++---
net/stunnel/HISTORY | 4 ++++
shell-term-fm/mc/DETAILS | 1 +
shell-term-fm/mc/HISTORY | 3 +++
telephony/ucommon/DETAILS | 24 ++++++++++++++++--------
telephony/ucommon/HISTORY | 5 +++++
13 files changed, 51 insertions(+), 18 deletions(-)

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

kde4-l10n: fixed get_kdelanguages function to use SOURCE_IGNORE=volatile

fixes #89

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

kde4-l10n: source SPELL_CONFIG only if the file exists

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

ucommon: updated spell to 5.0.5

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

mc: added SOURCE_HINTS=no-check-certificate otherwise download fails with
aria

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

stunnel: updated spell to 4.42

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

tinyxml: updated spell to 2_6_2 (Fixed SOURCE_URL[0])

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

gsasl: added SOURCE2_IGNORE=signature

diff --git a/crypto/gsasl/DETAILS b/crypto/gsasl/DETAILS
index 604a446..2075206 100755
--- a/crypto/gsasl/DETAILS
+++ b/crypto/gsasl/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.sig
SOURCE_GPG=gnu.gpg:$SOURCE2:VERIFIED_UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.gnu.org/software/gsasl/
ENTERED=20030901
LICENSE[0]=GPL
diff --git a/crypto/gsasl/HISTORY b/crypto/gsasl/HISTORY
index 6e7e73d..4647800 100644
--- a/crypto/gsasl/HISTORY
+++ b/crypto/gsasl/HISTORY
@@ -1,3 +1,6 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: added SOURCE2_IGNORE=signature
+
2011-05-15 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.6.1

diff --git a/kde4/kde4-l10n/CONFIGURE b/kde4/kde4-l10n/CONFIGURE
index aea7d6e..ff33ed1 100755
--- a/kde4/kde4-l10n/CONFIGURE
+++ b/kde4/kde4-l10n/CONFIGURE
@@ -13,19 +13,19 @@ config_query_multi KDE_LANG "please specify the required
languages" \
gu he hi hr hu ia id is it ja kk km kn ko lt lv mai nb nds nl \
nn pa pl pt pt_BR ro ru sk sl sr sv th tr uk wa zh_CN zh_TW &&

-# should perhaps use SOURCE_IGNORE=unversioned instead of MD5[0]="IGNORE"
local i=1 &&
for LANGUAGE in $KDE_LANG
do
if [[ $i == 1 ]]
then
echo SOURCE=$SPELLX-$LANGUAGE-\$VERSION.tar.bz2 >> $CFG &&
+ echo SOURCE_IGNORE=volatile >> $CFG &&
echo SOURCE_URL[0]=\$SITE/\$SOURCE >> $CFG
else
echo SOURCE$i=$SPELLX-$LANGUAGE-\$VERSION.tar.bz2 >> $CFG &&
+ echo SOURCE${i}_IGNORE=volatile >> $CFG &&
echo SOURCE${i}_URL[0]=\$SITE/\$SOURCE$i >> $CFG
- fi &&
- echo MD5[$[$i-1]]="IGNORE" >> $CFG &&
+ fi &&
i=$[$i+1]
done
}
diff --git a/kde4/kde4-l10n/DETAILS b/kde4/kde4-l10n/DETAILS
index f018c26..97763c2 100755
--- a/kde4/kde4-l10n/DETAILS
+++ b/kde4/kde4-l10n/DETAILS
@@ -4,7 +4,7 @@
VERSION=4.7.0
SITE=$KDE_URL/stable/${VERSION}/src/$SPELLX
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX
-source $SPELL_CONFIG
+[[ -f $SPELL_CONFIG ]] && source $SPELL_CONFIG
WEB_SITE=http://www.kde.org
ENTERED=20070909
LICENSE[0]=GPL
diff --git a/kde4/kde4-l10n/HISTORY b/kde4/kde4-l10n/HISTORY
index d198765..bd347e3 100644
--- a/kde4/kde4-l10n/HISTORY
+++ b/kde4/kde4-l10n/HISTORY
@@ -1,3 +1,8 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * CONFIGURE: fixed get_kdelanguages to use SOURCE_IGNORE=volatile
+ instead of MD5[0]=IGNORE (fixes #89)
+ * DETAILS: source SPELL_CONFIG only if the file exists
+
2011-08-02 Bor Kraljič <pyrobor AT ver.si>
* DETAILS: updated spell to 4.7.0

diff --git a/libs/tinyxml/DETAILS b/libs/tinyxml/DETAILS
index 7992852..9886e94 100755
--- a/libs/tinyxml/DETAILS
+++ b/libs/tinyxml/DETAILS
@@ -1,8 +1,8 @@
SPELL=tinyxml
- VERSION=2_6_1
+ VERSION=2_6_2
SOURCE="${SPELL}_${VERSION}.tar.gz"
-
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/2.6.${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:c95e65d5a455ce76ec28c1dd526197c154571d5f7185dc8cda5751e40e70d0e7ccaead14af9a170e7c38780efbef2efbe6bfe6c815419ce2e638a8f34af15baf
+
SOURCE_URL[0]=$SOURCEFORGE_URL/project/${SPELL}/${SPELL}/${VERSION//_/.}/${SOURCE}
+
SOURCE_HASH=sha512:133b5db06131a90ad0c2b39b0063f1c8e65e67288a7e5d67e1f7d9ba32af10dc5dfa0462f9723985ee27debe8f09a10a25d4b5a5aaff2ede979b1cebe8e59d56
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}"
WEB_SITE="http://sourceforge.net/projects/tinyxml/";
LICENSE[0]=ZLIB
diff --git a/libs/tinyxml/HISTORY b/libs/tinyxml/HISTORY
index 3ab473e..be4a10c 100644
--- a/libs/tinyxml/HISTORY
+++ b/libs/tinyxml/HISTORY
@@ -1,3 +1,6 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 2_6_2 (Fixed SOURCE_URL[0])
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)
diff --git a/net/stunnel/DETAILS b/net/stunnel/DETAILS
index bbef3e8..1b92dd5 100755
--- a/net/stunnel/DETAILS
+++ b/net/stunnel/DETAILS
@@ -1,12 +1,12 @@
SPELL=stunnel
- VERSION=4.39
+ VERSION=4.42
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.stunnel.org/stunnel/$SOURCE
# SOURCE_URL[0]=http://www.stunnel.org/download/stunnel/src/$SOURCE
- SOURCE_URL[1]=http://mirror.hudecof.net/stunnel/$SOURCE
- SOURCE_URL[2]=http://stunnel.md5.com.ar/$SOURCE
+ SOURCE_URL[1]=http://mirror.bit.nl/stunnel/$SOURCE
+ SOURCE_URL[2]=ftp://ftp.nluug.nl/pub/networking/stunnel/$SOURCE
SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE_GPG="stunnel.gpg:$SOURCE2:UPSTREAM_KEY"
SOURCE2_IGNORE=signature
diff --git a/net/stunnel/HISTORY b/net/stunnel/HISTORY
index 8c2f544..09c3613 100644
--- a/net/stunnel/HISTORY
+++ b/net/stunnel/HISTORY
@@ -1,3 +1,7 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 4.42
+ Fixed SOURCE_URL[1], SOURCE_URL[2]
+
2011-07-07 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 4.39

diff --git a/shell-term-fm/mc/DETAILS b/shell-term-fm/mc/DETAILS
index 6ac8642..af02ff6 100755
--- a/shell-term-fm/mc/DETAILS
+++ b/shell-term-fm/mc/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.midnight-commander.org/
ENTERED=20010922

SOURCE_HASH=sha512:9b0f2addb168a5152803f234aad16a67351873a8565852a69d5b68cb3292c0d8e4267b83d29d928101d1cc5fa913b6490d03f567ad4e3a8302e796326ddc2f9f
+ SOURCE_HINTS=no-check-certificate
LICENSE[0]=GPL
KEYWORDS="console"
SHORT="Unix file manager and shell"
diff --git a/shell-term-fm/mc/HISTORY b/shell-term-fm/mc/HISTORY
index 31395de..de834b3 100644
--- a/shell-term-fm/mc/HISTORY
+++ b/shell-term-fm/mc/HISTORY
@@ -1,3 +1,6 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: added SOURCE_HINTS=no-check-certificate otherwise download
fails with aria
+
2011-08-11 Vlad Glagolev <stealth AT sourcemage.org>
* DEPENDS, CONFIGURE: added option to select low-level search engine

diff --git a/telephony/ucommon/DETAILS b/telephony/ucommon/DETAILS
index f1df591..3f15bc1 100755
--- a/telephony/ucommon/DETAILS
+++ b/telephony/ucommon/DETAILS
@@ -1,20 +1,28 @@
SPELL=ucommon
- VERSION=5.0.1
+ VERSION=5.0.5
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnutelephony.org
SOURCE_URL[0]=$WEB_SITE/dist/tarballs/$SOURCE
SOURCE_URL[1]=$GNU_URL/$SPELL/$SOURCE
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=gnu.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
LICENSE[0]=GPL
ENTERED=20090220
KEYWORDS="c++"
SHORT="light-weight C++ library"
-cat << EOF
-UCommon is meant as a very light-weight C++ library to facilitate using C++
design patterns
-even for very deeply embedded applications, such as for systems using uclibc
along with posix
-threading support. For this reason, UCommon disables language features that
consume memory or
-introduce runtime overhead, such as rtti and exception handling, and assumes
one will mostly be
-linking applications with other pure C based libraries rather than using the
overhead of the
+cat << EOF
+UCommon is meant as a very light-weight C++ library to facilitate using C++
+design patterns
+even for very deeply embedded applications, such as for systems using uclibc
+along with posix
+threading support. For this reason, UCommon disables language features that
+consume memory or
+introduce runtime overhead, such as rtti and exception handling, and assumes
+one will mostly be
+linking applications with other pure C based libraries rather than using
+the overhead of the
standard C++ library and other similar class frameworks.
EOF
diff --git a/telephony/ucommon/HISTORY b/telephony/ucommon/HISTORY
index 53f503b..196c2fd 100644
--- a/telephony/ucommon/HISTORY
+++ b/telephony/ucommon/HISTORY
@@ -1,3 +1,8 @@
+2011-08-20 Bor Kraljič <pyrobor AT ver.si>
+ * DETAILS: updated spell to 5.0.5
+ converted to upstream signature checking
+ fixed long description wrap
+
2011-07-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with
sub-depends on CXX (scripted)



  • [SM-Commit] GIT changes to devel-kde47 grimoire by Bor Kraljič (aa1c0a6f1b0adbec8220b7b41c481a25c658f0cf), Bor Kraljič, 08/20/2011

Archive powered by MHonArc 2.6.24.

Top of Page