Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (195aa8da925b61285bbd3de149eee5340635db5c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (195aa8da925b61285bbd3de149eee5340635db5c)
  • Date: Sun, 15 Mar 2015 07:50:04 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

crypto/gpgme/DEPENDS | 13 ++++++++-----
crypto/gpgme/HISTORY | 5 ++++-
libs/gettext/DETAILS | 2 +-
libs/gettext/HISTORY | 4 ++++
libs/gettext/TRIGGERS | 1 +
5 files changed, 18 insertions(+), 7 deletions(-)

New commits:
commit 195aa8da925b61285bbd3de149eee5340635db5c
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gpgme: a branch has nothing to do with GnuPG 2.*, see README

commit 077ad79711d96568cc2151bcc26afcd6b7194817
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gettext: add glibc-related triggers

diff --git a/crypto/gpgme/DEPENDS b/crypto/gpgme/DEPENDS
index ce1845e..df4d256 100755
--- a/crypto/gpgme/DEPENDS
+++ b/crypto/gpgme/DEPENDS
@@ -1,12 +1,15 @@
depends libgpg-error &&

+optional_depends GNUPG "" "" "to use GnuPG 2 for CMS (Cryptographic Message
Syntax) protocol support" &&
+
+if ! is_depends_enabled $SPELL $(get_spell_provider $SPELL GNUPG); then
+ depends gnupg
+fi &&
+
case $GPGME_BRANCH in
- 1.3 | 1.4 | 1.5)
- depends libassuan &&
- depends GNUPG
+ 0.3 | 1.0 | 1.1 | 1.2)
;;
*)
- depends gnupg
+ depends libassuan
;;
esac
-
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index 8cbd8d6..14e164e 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,6 @@
+2015-03-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: rewritten, for correct dependencies
+
2015-01-28 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated GPGME_BRANCH=1.5 to 1.5.3

@@ -11,7 +14,7 @@

2014-06-03 Treeve Jelbert <treeve AT sourcemage.org>
* PREPARE: add 1.5 branch
- *DETAILS: version 1.5.0
+ * DETAILS: version 1.5.0

2013-08-16 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.4.3
diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index eb4c73d..62b9c75 100755
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,6 +1,6 @@
SPELL=gettext
VERSION=0.19.4
-# PATCHLEVEL=1
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index ebf5fb6..52f3ec5 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,7 @@
+2015-03-15 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1 to register triggers
+ * TRIGGERS: added, to check consistency before glibc cast
+
2015-01-31 Pavel Vinogradov <public AT sourcemage.org>
* PRE_BUILD: made gettextize non-interactive

diff --git a/libs/gettext/TRIGGERS b/libs/gettext/TRIGGERS
new file mode 100755
index 0000000..0ce144d
--- /dev/null
+++ b/libs/gettext/TRIGGERS
@@ -0,0 +1 @@
+on_pre_cast glibc check_self



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (195aa8da925b61285bbd3de149eee5340635db5c), Vlad Glagolev, 03/15/2015

Archive powered by MHonArc 2.6.24.

Top of Page