Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5577189cc0b1d0e42f998ec94631da9118ac1662)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (5577189cc0b1d0e42f998ec94631da9118ac1662)
  • Date: Tue, 4 Sep 2007 15:39:54 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

libs/libtasn1/DETAILS | 4 ++--
libs/libtasn1/HISTORY | 4 ++++
libs/libtasn1/UP_TRIGGERS | 9 ---------
3 files changed, 6 insertions(+), 11 deletions(-)

New commits:
commit 5577189cc0b1d0e42f998ec94631da9118ac1662
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

libtasn1 1.1
removed UP_TRIGGERS because it wants to rebuild almost all system
version number change from 0.3.10 to 1.1 but libraries are compatible
libtasn1.so.3.0.10 versus libtasn1.so.3.0.12

diff --git a/libs/libtasn1/DETAILS b/libs/libtasn1/DETAILS
index ef82e01..b5555c3 100755
--- a/libs/libtasn1/DETAILS
+++ b/libs/libtasn1/DETAILS
@@ -1,6 +1,6 @@
SPELL=libtasn1
- VERSION=0.3.10
-
SOURCE_HASH=sha512:8c20de104aee4f392748cda7e501e2a26d0f9b16871efc852a13397f49df1369d6acd3fb0b1d7e748a3057ef98911d19e9930b11b0a46a15460ea613ca286bc4
+ VERSION=1.1
+
SOURCE_HASH=sha512:31536142218ccc39e1ecfd11c7bc466dfbd0d4e4f2cc55fb5698f0c9e7278d2407f3ded58ca80cdbab786cbc502f894b69c3af191e749d8f4251d65cfd3af6f3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://ftp.gnutls.org/pub/gnutls/$SPELL/$SOURCE
diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
index 61dd704..b9f2574 100644
--- a/libs/libtasn1/HISTORY
+++ b/libs/libtasn1/HISTORY
@@ -1,3 +1,7 @@
+2007-09-04 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS: 1.1
+ * UP_TRIGGERS: removed
+
2007-08-29 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 0.3.10

diff --git a/libs/libtasn1/UP_TRIGGERS b/libs/libtasn1/UP_TRIGGERS
deleted file mode 100755
index 749d414..0000000
--- a/libs/libtasn1/UP_TRIGGERS
+++ /dev/null
@@ -1,9 +0,0 @@
-local OLD_SPELL_VERSION=""
-spell_ok $SPELL && OLD_SPELL_VERSION="$(installed_version $SPELL)"
-if [ "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}" ]; then
- message "This is a possibly incompatible update of libtasn1..."
- message "Figuring out what spells need to be recast, this may take a
while."
- for each in $(show_up_depends $SPELL); do
- up_trigger $each cast_self
- done
-fi




Archive powered by MHonArc 2.6.24.

Top of Page