Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] python 2.5 upgrade

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: Jaka Kranjc <lynx AT mages.ath.cx>
  • To: sm-discuss AT lists.ibiblio.org
  • Subject: Re: [SM-Discuss] python 2.5 upgrade
  • Date: Thu, 9 Nov 2006 09:57:02 +0100

On Thursday 09 November 2006 03:48, Eric Sandall wrote:
> Last I recall there was work being done (or done already?) to have
> certain libraries/packages trigger only on major or minor version
> changes (since openssl updates also provide a fun time). I do not recall
> the status of this work, but it would be nice to have all of our
> packages magically working after any update, with no manual intervention
> by our users.
>
> -sandalle
This can be easily achieved in UP_TRIGGERS. It is all about how much of the
version field you compare, eg:
if [ "$VERSION" != "$OLD_SPELL_VERSION" ]; then
if test "${VERSION:0:3}" != "${OLD_SPELL_VERSION:0:3}"; then
--
We cannot command nature except by obeying her. --Sir Francis Bacon
Have a sourcerous day! www.sourcemage.org

Attachment: pgpsQcmr9KS79.pgp
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page