Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to test grimoire by Ladislav Hagara

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <treeve AT scarlet.be>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to test grimoire by Ladislav Hagara
  • Date: Wed, 17 May 2006 16:08:07 +0200

On Wednesday 17 May 2006 14:33, Ladislav Hagara wrote:
> GIT changes to test grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:
>
> libs/libtasn1/HISTORY | 4 ++++
> libs/libtasn1/UP_TRIGGERS | 9 +++++++++
> 2 files changed, 13 insertions(+)
>
> New commits:
> commit 10ca8489bfd0d2ba8dd01f6dc0b06fa66c326569
> Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
> Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>
>
> libtasn1: added UP_TRIGGERS due to ABI incompatibility
> seems several spells are missing libtasn1 in their DEPENDS
>
> diff --git a/libs/libtasn1/HISTORY b/libs/libtasn1/HISTORY
> index 94c50fe..1875670 100644
> --- a/libs/libtasn1/HISTORY
> +++ b/libs/libtasn1/HISTORY
> @@ -1,3 +1,7 @@
> +2006-05-17 Ladislav Hagara <hgr AT vabo.cz>
> + * UP_TRIGGERS: added, update 0.2.18 -> 0.3.4 isn't ABI compatible
> + due to libtasn1.so.2 -> libtasn1.so.3
> +
> 2006-05-15 Ladislav Hagara <hgr AT vabo.cz>
> * DETAILS: 0.3.4
>
> diff --git a/libs/libtasn1/UP_TRIGGERS b/libs/libtasn1/UP_TRIGGERS
> new file mode 100755
> index 0000000..5be16de
> --- /dev/null
> +++ b/libs/libtasn1/UP_TRIGGERS
> @@ -0,0 +1,9 @@
> +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 $(fast_up_depends $SPELL 1); do
> + up_trigger $each cast_self
> + done
> +fi
> _______________________________________________

fast_up_depends does not exist in the version of libcompat in git


> SM-Commit mailing list
> SM-Commit AT lists.ibiblio.org
> http://lists.ibiblio.org/mailman/listinfo/sm-commit

--
Regards, Treeve

Attachment: pgpd8mBCU29nV.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page