Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (4a3f9f1ea10de66b44bf38344885799278cfba5d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <eric AT sandall.us>
  • To: Vlad Glagolev <stealth AT sourcemage.org>
  • Cc: sm-commit AT lists.ibiblio.org, scm AT sourcemage.org
  • Subject: Re: [SM-Commit] GIT changes to master z-rejected grimoire by Vlad Glagolev (4a3f9f1ea10de66b44bf38344885799278cfba5d)
  • Date: Thu, 26 Mar 2009 00:22:45 -0700

On Wed, 25 Mar 2009 17:59:18 -0500
Vlad Glagolev <scm AT sourcemage.org> wrote:

> GIT changes to master z-rejected grimoire by Vlad Glagolev
> <stealth AT sourcemage.org>:
>
> z-java/jre6-bin/DETAILS | 32 ++++++++++++++++----------------
> z-java/jre6-bin/HISTORY | 4 +++-
> 2 files changed, 19 insertions(+), 17 deletions(-)
>
> New commits:
> commit 4a3f9f1ea10de66b44bf38344885799278cfba5d
> Author: Vlad Glagolev <stealth AT sourcemage.org>
> Commit: Vlad Glagolev <stealth AT sourcemage.org>
>
> jre6-bin: => 6u13
>
> diff --git a/z-java/jre6-bin/DETAILS b/z-java/jre6-bin/DETAILS
> index c7e825a..b907de1 100755
> --- a/z-java/jre6-bin/DETAILS
> +++ b/z-java/jre6-bin/DETAILS
> @@ -1,33 +1,33 @@
> . $GRIMOIRE/FUNCTIONS
> SPELL=jre6-bin
> - VERSION=6u12
> - VER=1.6.0_12
> + VERSION=6u13
> + VER=1.6.0_13
> case "${SMGL_COMPAT_ARCHS[0]}" in
> - ia32|32)
> + ia32|32)
> SOURCE=jre-$VERSION-linux-i586.bin
> -
> SOURCE_HASH=sha512:df87c7b5e4b34e090eefc006db1e5ec905f39ec9f4d0a76d089023f570bc23dac0ab01140adcbfba28679e25dc50bf835cf166496880f967c634d09ff613f86a
> +
> SOURCE_HASH=sha512:492fc9c493202fd233662f64312b92a9cec2340c426b8d5f311e62c5d16d68aadf53ecd75cca25527190e9295f6c3fa1961e849ce57fa7144757c289b2efe460
> ;;
> - x86-64|64)
> - if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" ==
> "${SMGL_COMPAT_ARCHS[@]}" ]]
> - then
> + x86-64|64)
> + if [[ "${SMGL_COMPAT_ARCHS[@]/32/}" ==
> "${SMGL_COMPAT_ARCHS[@]}" ]]
> + then
> SOURCE=jre-$VERSION-linux-x64.bin
>
> SOURCE_HASH=sha512:6e91c2b5a542b6f16e1f36905b5bd2ec65adeaefa022c43b749e1db37ba4597b38f340af0d6468c620edba68050edee71a69f76412ffb7dde1071497a05c6caa
> else
> SOURCE=jre-$VERSION-linux-i586.bin
> -
> SOURCE_HASH=sha512:df87c7b5e4b34e090eefc006db1e5ec905f39ec9f4d0a76d089023f570bc23dac0ab01140adcbfba28679e25dc50bf835cf166496880f967c634d09ff613f86a
> - fi
> - ;;
> +
> SOURCE_HASH=sha512:492fc9c493202fd233662f64312b92a9cec2340c426b8d5f311e62c5d16d68aadf53ecd75cca25527190e9295f6c3fa1961e849ce57fa7144757c289b2efe460
> + fi
> + ;;
> ###########################################################################
> # Missing support for sparc and sparcv9 tarballs say solaris not
> linux :\
> ###########################################################################
> - *)
> - SOURCE=
> - VERSION=Unsupported
> - VER=Unsupported
> - ;;
> + *)
> + SOURCE=
> + VERSION=Unsupported
> + VER=Unsupported
> + ;;
> esac
> WEB_SITE=http://java.sun.com/javase/downloads/index.jsp
> -SOURCE_DIRECTORY=$BUILD_DIRECTORY/jre$VER
> +SOURCE_DIRECTORY="$BUILD_DIRECTORY/jre$VER"
> ENTERED=20080420
> ARCHIVE="off"
> REJECT="is non-source"
> diff --git a/z-java/jre6-bin/HISTORY b/z-java/jre6-bin/HISTORY
> index 68e22b7..689db92 100644
> --- a/z-java/jre6-bin/HISTORY
> +++ b/z-java/jre6-bin/HISTORY
> @@ -1,3 +1,6 @@
> +2009-03-26 Vlad Glagolev <stealth AT sourcemage.org>
> + * DETAILS: updated version to 6u13 (32); quoting paths;

You forgot the hash for 64-bit...

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: PGP signature




Archive powered by MHonArc 2.6.24.

Top of Page