Skip to Content.
Sympa Menu

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

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 (f1191fd7758bdfd53ca4d931967db0a8e869d5ef)
  • Date: Thu, 21 Jun 2018 19:50:40 +0000

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

libs/icu/DETAILS | 7 ++-----
libs/icu/HISTORY | 3 +++
2 files changed, 5 insertions(+), 5 deletions(-)

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

libs/icu: version 62.1

diff --git a/libs/icu/DETAILS b/libs/icu/DETAILS
index 03c9710..9b2a98e 100755
--- a/libs/icu/DETAILS
+++ b/libs/icu/DETAILS
@@ -1,21 +1,18 @@
SPELL=icu
if [[ "$ICU_DEV" == 'y' ]]; then
- VERSION=62rc
+ VERSION=62.1
else
- VERSION=60.2
-
SOURCE_HASH=sha512:8e718e66c13e7f25714404c46b91ed6305efff1df70c328be2ec743023a7719016dae72a5fa0a05d6f5599983590a2044ff72d3453a048d987ab546d0416d694
+ VERSION=62.1
fi
VERSIONX=${VERSION//./_}
SOURCE="${SPELL}4c-${VERSIONX}-src.tgz"

URI="http://download.icu-project.org/files/${SPELL}4c/${VERSION}";
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
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}"
diff --git a/libs/icu/HISTORY b/libs/icu/HISTORY
index c429207..e501c78 100644
--- a/libs/icu/HISTORY
+++ b/libs/icu/HISTORY
@@ -1,3 +1,6 @@
+2018-06-21 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 62.1
+
2018-06-03 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: devel version 62rc, overhauled the situation with URLs and
docs



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

Archive powered by MHonArc 2.6.24.

Top of Page