Skip to Content.
Sympa Menu

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

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 (b5f1db2c9b311205bd4893c2ef55f3e5852bb68b)
  • Date: Mon, 1 Jan 2024 23:26:31 +0000

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

libs/fmt/DETAILS | 11 ++++++-----
libs/fmt/HISTORY | 4 ++++
2 files changed, 10 insertions(+), 5 deletions(-)

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

libs/fmt: version 10.2.0

diff --git a/libs/fmt/DETAILS b/libs/fmt/DETAILS
index c54b5dd..bd5de5f 100755
--- a/libs/fmt/DETAILS
+++ b/libs/fmt/DETAILS
@@ -1,15 +1,16 @@
SPELL=fmt
- VERSION=10.1.1
-
SOURCE_HASH=sha512:288c349baac5f96f527d5b1bed0fa5f031aa509b4526560c684281388e91909a280c3262a2474d963b5d1bf7064b1c9930c6677fe54a0d8f86982d063296a54c
+ VERSION=10.2.0
+
SOURCE_HASH=sha512:b90f8ab1692fcae9146f8cad5c5c26a2b5ceb6a0460003e01cabe8a75c0aa2fea1c3760dc3214eddaf08984a1695747ea8b1f3124c40c54cbadfd45458fa4b2d
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/fmtlib/fmt
SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
+# Watch: https://github.com/fmtlib/fmt/tags tags/([0-9.]+)[.]tar
LICENSE[0]=BSD
ENTERED=20160903
KEYWORDS=""
SHORT="C++ formatting library"
cat << EOF
-fmt is an open-source formatting library for C++. It can be used as a safe
alternative to
-printf or as a fast alternative to IOStreams.
+fmt is an open-source formatting library for C++. It can be used as a safe
+alternative to printf or as a fast alternative to IOStreams.
EOF
diff --git a/libs/fmt/HISTORY b/libs/fmt/HISTORY
index b90b5f3..ff8ad60 100644
--- a/libs/fmt/HISTORY
+++ b/libs/fmt/HISTORY
@@ -1,3 +1,7 @@
+2024-01-01 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 10.2.0, added Watch line, quoting++, reformatted
long
+ description
+
2023-09-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.1.1




  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (b5f1db2c9b311205bd4893c2ef55f3e5852bb68b), Pavel Vinogradov, 01/01/2024

Archive powered by MHonArc 2.6.24.

Top of Page