Skip to Content.
Sympa Menu

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

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 (c44f38b522a3a0a6dff58ab521d12464e10a9117)
  • Date: Fri, 13 Apr 2018 03:34:59 +0000

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

libs/locale/DETAILS | 3 +--
libs/locale/HISTORY | 4 ++++
libs/locale/INSTALL | 5 ++++-
3 files changed, 9 insertions(+), 3 deletions(-)

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

libs/locale: version 0.0.3, C.UTF-8 was added

diff --git a/libs/locale/DETAILS b/libs/locale/DETAILS
index a1a913c..e0f8966 100755
--- a/libs/locale/DETAILS
+++ b/libs/locale/DETAILS
@@ -1,6 +1,5 @@
SPELL=locale
- VERSION=0.0.2
- PATCHLEVEL=1
+ VERSION=0.0.3
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://www.gnu.org/software/libc
LICENSE[0]=LGPL
diff --git a/libs/locale/HISTORY b/libs/locale/HISTORY
index 9ef6c29..374ceba 100644
--- a/libs/locale/HISTORY
+++ b/libs/locale/HISTORY
@@ -1,3 +1,7 @@
+2018-04-12 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.0.3
+ * INSTALL: added generation of C.UTF-8 locale
+
2007-10-20 Ladislav Hagara <hgr AT vabo.cz>
* locales: fixed character maps [Bug 14044]
* DETAILS: PATCHLEVEL=1
diff --git a/libs/locale/INSTALL b/libs/locale/INSTALL
index 845eda0..1f1aadf 100755
--- a/libs/locale/INSTALL
+++ b/libs/locale/INSTALL
@@ -33,4 +33,7 @@ else
localedef --prefix=${INSTALL_ROOT} -i $INPUTFILE -f UTF-8
$INPUTFILE.UTF-8
fi
done || true
-fi
+fi &&
+
+# C.UTF-8 is needed by some spells (Python 3 specific)
+localedef --prefix=${INSTALL_ROOT} -c -i POSIX -f UTF-8 C.UTF-8 || true



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (c44f38b522a3a0a6dff58ab521d12464e10a9117), Pavel Vinogradov, 04/12/2018

Archive powered by MHonArc 2.6.24.

Top of Page