Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0cb1e1573cd8c0ffa44e167c7a3fcb8d0bb27e19)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0cb1e1573cd8c0ffa44e167c7a3fcb8d0bb27e19)
  • Date: Sun, 3 Jun 2018 20:49:33 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/icu/DETAILS | 29 ++++++++++++-----------------
libs/icu/HISTORY | 4 ++++
2 files changed, 16 insertions(+), 17 deletions(-)

New commits:
commit 0cb1e1573cd8c0ffa44e167c7a3fcb8d0bb27e19
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/icu: devel version 62rc

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 06d9f37..03c9710 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -1,34 +1,29 @@
SPELL=icu
if [[ "$ICU_DEV" == 'y' ]]; then
- VERSION=61.1
- VX=${VERSION//.r/r}
+ VERSION=62rc
else
VERSION=60.2

SOURCE_HASH=sha512:8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694
fi
- VX=$VERSION
- SPELLX=icu4c
VERSIONX=${VERSION//./_}
- SOURCE=$SPELLX-$VERSIONX-src.tgz
- SITE=http://download.icu-project.org/files
-
-if [[ "$ICU_DOC" == 'y' ]]; then
- SOURCE2=$SPELLX-${VERSIONX}-docs.zip
- SOURCE2_URL[0]=$SITE/$SPELLX/$VX/$SOURCE2
- SOURCE2=$SOURCE.asc
- SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=icu.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
-fi
-
+ SOURCE="${SPELL}4c-${VERSIONX}-src.tgz"
+
URI="http://download.icu-project.org/files/${SPELL}4c/${VERSION}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
- SOURCE_URL[0]=$SITE/$SPELLX/$VX/$SOURCE
+ SOURCE_URL[0]="${URI}/${SOURCE}"
if [[ $ICU_DEV == y ]]; then
SOURCE2=$SOURCE.asc
SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
SOURCE_GPG=icu.gpg:$SOURCE.asc:UPSTREAM_KEY
SOURCE2_IGNORE=signature
fi
+if [[ "$ICU_DOC" == 'y' ]]; then
+ SOURCE3="${SPELL}4c-${VERSIONX}-docs.zip"
+ SOURCE3_URL[0]="${URI}/${SOURCE3}"
+ SOURCE4="${SOURCE3}.asc"
+ SOURCE4_URL[0]="${SOURCE3_URL[0]}.asc"
+ SOURCE3_GPG="icu.gpg:${SOURCE4}:UPSTREAM_KEY"
+ SOURCE4_IGNORE="signature"
+fi
WEB_SITE=http://site.icu-project.org/
LICENSE[0]=$WEB_SITE/license.jsp
ENTERED=20030320
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index 1944d1d..c429207 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,7 @@
+2018-06-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: devel version 62rc, overhauled the situation with URLs and
+ docs
+
2018-03-30 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: remove accidentally pushed SECURITY_PATCH++




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (0cb1e1573cd8c0ffa44e167c7a3fcb8d0bb27e19), Pavel Vinogradov, 06/03/2018

Archive powered by MHonArc 2.6.24.

Top of Page