Skip to Content.
Sympa Menu

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

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, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e7ae07229901560c6d406136e6477ec0d202bacd)
  • Date: Thu, 29 Jan 2026 19:29:00 +0000

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

libs/gettext/DETAILS | 4 ++--
libs/gettext/HISTORY | 4 ++++
libs/gettext/PRE_BUILD | 3 +--
3 files changed, 7 insertions(+), 4 deletions(-)

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

libs/gettext: version 1.0

diff --git a/libs/gettext/DETAILS b/libs/gettext/DETAILS
index 306f3b2..d01c80f 100755
--- a/libs/gettext/DETAILS
+++ b/libs/gettext/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://ftp.gnu.org/gnu/gettext/
SPELL=gettext
- VERSION=0.26
-
SOURCE_HASH=sha512:544e41c9390695df1c21542842e9ca027a03cb7d4045d8cd759dec1a3dfb624aae900751b458bdb31d6454b37c40c474a952059b884555a03c7c95d6d0e687b1
+ VERSION=1.0
+
SOURCE_HASH=sha512:fa657faf5685dae7121a9b0293d3308a3910a72b90943a7a493b88cf88e95f29c5758e1573320169fe9beac6f101ef76f4165a279a7f3294155d7a773e2fa09f
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/libs/gettext/HISTORY b/libs/gettext/HISTORY
index 9ed2f65..cb68ab2 100644
--- a/libs/gettext/HISTORY
+++ b/libs/gettext/HISTORY
@@ -1,3 +1,7 @@
+2026-01-29 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.0
+ * PRE_BUILD: removed sed of non-existent file
+
2025-07-20 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.26

diff --git a/libs/gettext/PRE_BUILD b/libs/gettext/PRE_BUILD
index 70c0c7c..32353b6 100755
--- a/libs/gettext/PRE_BUILD
+++ b/libs/gettext/PRE_BUILD
@@ -1,5 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h &&
-sed -i "s;read dummy;#&;" gettext-tools/misc/gettextize.in
+sed -i -e '/gets is a/d' gettext-*/*/stdio.in.h


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (e7ae07229901560c6d406136e6477ec0d202bacd), Pavel Vinogradov, 01/29/2026

Archive powered by MHonArc 2.6.24.

Top of Page