Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (87102455e0f49d4be6a77ce5d28a7da6b0416c55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (87102455e0f49d4be6a77ce5d28a7da6b0416c55)
  • Date: Tue, 4 Jan 2022 09:14:36 +0000

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde5-apps/tellico/DETAILS | 4 +-
kde5-apps/tellico/HISTORY | 3 +
libs/libetonyek/DETAILS | 4 +-
libs/libetonyek/HISTORY | 4 ++
libs/libetonyek/PRE_BUILD | 3 -
libs/libetonyek/patches/0001-libetonyek-std-for_each.patch | 22
-------------
libs/libnumbertext/DETAILS | 4 +-
libs/libnumbertext/HISTORY | 3 +
8 files changed, 16 insertions(+), 31 deletions(-)

New commits:
commit 87102455e0f49d4be6a77ce5d28a7da6b0416c55
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libetonyek: => 0.1.10

commit 20bd64228016143b60a1724ec9086627c0b168cb
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

libnumbertext: => 1.0.8

commit 548cc4c8f1cce9737e40abaa7611dc82e52482c3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

tellico: => 3.4.3

diff --git a/kde5-apps/tellico/DETAILS b/kde5-apps/tellico/DETAILS
index 0656a59..834bb8e 100755
--- a/kde5-apps/tellico/DETAILS
+++ b/kde5-apps/tellico/DETAILS
@@ -1,6 +1,6 @@
SPELL=tellico
- VERSION=3.4.1
-
SOURCE_HASH=sha512:b73ae82acd2eb3c4cd1f4e0534da693a0868dc5bb706e103da1b9227d47770fc879cf97a529b6cb080160c78cb41d9728f91b09c9952814dec4d98fca970e8c2
+ VERSION=3.4.3
+
SOURCE_HASH=sha512:bf50d60e3647e12804b4bae488adc593ac541aae8c03815a751603fd940686cdbaa16497213d9240983aabdf6b8e0b05419be9cf960425694f21e3c38c39ddfc
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://tellico-project.org
diff --git a/kde5-apps/tellico/HISTORY b/kde5-apps/tellico/HISTORY
index 69c1ee8..b1ddacf 100644
--- a/kde5-apps/tellico/HISTORY
+++ b/kde5-apps/tellico/HISTORY
@@ -1,3 +1,6 @@
+2022-01-03 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.4.3
+
2021-10-19 Treeve Jelbert <treeve AT sourcemage.org>
* DEPENDS: optional khtml or qtwebengine

diff --git a/libs/libetonyek/DETAILS b/libs/libetonyek/DETAILS
index 6520295..3407f22 100755
--- a/libs/libetonyek/DETAILS
+++ b/libs/libetonyek/DETAILS
@@ -1,8 +1,8 @@
SPELL=libetonyek
- VERSION=0.1.9
+ VERSION=0.1.10
SOURCE="$SPELL-$VERSION.tar.xz"
SOURCE_URL[0]=https://dev-www.libreoffice.org/src/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e
+
SOURCE_HASH=sha512:516a14fcb7b7b5898484a4263d593a036ac728b90144da9d1c22a5d0fdffc879839e19a7b390f99d924c390d433e64433fb08939b1e04ca24359315571c5772b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

WEB_SITE="https://wiki.documentfoundation.org/DLP/Libraries/libetonyek";
LICENSE[0]="MPL-2.0"
diff --git a/libs/libetonyek/HISTORY b/libs/libetonyek/HISTORY
index e9ac3c4..58eca63 100644
--- a/libs/libetonyek/HISTORY
+++ b/libs/libetonyek/HISTORY
@@ -1,3 +1,7 @@
+2022-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.1.10
+ * PRE_BUILD, patches/0001-libetonyek-std-for_each.patch: deleted
+
2021-12-26 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, DETAILS, PRE_BUILD,
patches/0001-libetonyek-std-for_each.patch: spell created
diff --git a/libs/libetonyek/PRE_BUILD b/libs/libetonyek/PRE_BUILD
deleted file mode 100755
index c230ad1..0000000
--- a/libs/libetonyek/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "$SOURCE_DIRECTORY" &&
-apply_patch_dir patches
diff --git a/libs/libetonyek/patches/0001-libetonyek-std-for_each.patch
b/libs/libetonyek/patches/0001-libetonyek-std-for_each.patch
deleted file mode 100644
index c4e3204..0000000
--- a/libs/libetonyek/patches/0001-libetonyek-std-for_each.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-From: Roland Illig <roland.illig AT gmx.de>
-Date: Sun, 17 May 2020 23:41:42 +0200
-Subject: [PATCH] libetonyek: std::for_each
-
-NUM3Parser.cpp: In member function 'virtual bool
-libetonyek::NUM3Parser::parseDocument()':
-NUM3Parser.cpp:46:3: error: 'for_each' is not a member of 'std'
- std::for_each(sheetListRefs.begin(), sheetListRefs.end(),
-std::bind(&NUM3Parser::parseSheet, this, std::placeholders::_1));
-
-std::for_each needs <algorithm>.
-
---- a/src/lib/NUM3Parser.cpp
-+++ b/src/lib/NUM3Parser.cpp
-@@ -7,6 +7,7 @@
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- */
-
-+#include <algorithm>
- #include <functional>
-
- #include "NUM3Parser.h"
diff --git a/libs/libnumbertext/DETAILS b/libs/libnumbertext/DETAILS
index 6a7215e..44ced45 100755
--- a/libs/libnumbertext/DETAILS
+++ b/libs/libnumbertext/DETAILS
@@ -1,8 +1,8 @@
SPELL=libnumbertext
- VERSION=1.0.7
+ VERSION=1.0.8
SOURCE="$SPELL-$VERSION.tar.xz"

SOURCE_URL[0]=https://github.com/Numbertext/$SPELL/releases/download/$VERSION/$SOURCE
-
SOURCE_HASH=sha512:7755c713dd9b9b75e486eac7ffbfb418c3bdfefd67ecb149f0e25a339410814bf73296f69a4e009a17f9f21292f0eeafa931aef60596cd3d932dab47278de8c2
+
SOURCE_HASH=sha512:b29e544eac25a0603ba7fc68744ac54a372402af32f4bbf52f2373b280efce2eb6831c803d0a10e1f674988839f4c123b8a120e2697bcfa2510d3852d856fe2d
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE="https://numbertext.github.io/";
LICENSE[0]="BSD-3-Clause"
diff --git a/libs/libnumbertext/HISTORY b/libs/libnumbertext/HISTORY
index a605647..6dd733f 100644
--- a/libs/libnumbertext/HISTORY
+++ b/libs/libnumbertext/HISTORY
@@ -1,2 +1,5 @@
+2022-01-04 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.0.8
+
2021-12-26 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (87102455e0f49d4be6a77ce5d28a7da6b0416c55), Treeve Jelbert, 01/04/2022

Archive powered by MHonArc 2.6.24.

Top of Page