Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (410629f37a9b6836f6d219f3af6b4489a16841fc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (410629f37a9b6836f6d219f3af6b4489a16841fc)
  • Date: Sat, 12 Dec 2020 19:02:19 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 3 +
disk/fuse3/DETAILS | 2 -
disk/fuse3/HISTORY | 3 +
disk/xfsprogs/DEPENDS | 1
disk/xfsprogs/DETAILS | 4 +-
disk/xfsprogs/HISTORY | 4 ++
kernels/linux/HISTORY | 4 ++
kernels/linux/info/patches/maintenance_patches_5/patch-5.9.14 | 5 ++
libs/boost/CONFIGURE | 1
libs/boost/DETAILS | 2 -
libs/boost/HISTORY | 4 ++
libs/boost/PRE_SUB_DEPENDS | 3 +
libs/boost/REPAIR^all^PRE_SUB_DEPENDS | 3 +
libs/boost/SUB_DEPENDS | 2 +
libs/inih/BUILD | 6 +++
libs/inih/CONFIGURE | 1
libs/inih/DEPENDS | 2 +
libs/inih/DETAILS | 18
++++++++++
libs/inih/HISTORY | 3 +
libs/spdlog/DETAILS | 4 +-
libs/spdlog/HISTORY | 3 +
python-pypi/soupsieve/DETAILS | 4 +-
python-pypi/soupsieve/HISTORY | 3 +
23 files changed, 77 insertions(+), 8 deletions(-)

New commits:
commit 410629f37a9b6836f6d219f3af6b4489a16841fc
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/boost: version 1.75.0

commit 12da9742b07be46073e53fbadc0e3dead1850014
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

disk/fuse3: version 3.10.1

commit 9a49394d926c86a46b9dd0b9be4f58b6d6f8d5e9
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

python-pypi/soupsieve: version 2.1.0

commit 67fdcd6cc0a388cd9e2a8a160bc5b787c8a1cb25
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

disk/xfsprogs: version 5.10.0

commit 1ca7427f861d99ca84015114e5cd975708e4be2a
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/inih: new spell, a .ini file parser

commit 00e653b091c3bdadf7132c1fb4040a7e64a83ca1
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/spdlog: version 1.8.2

commit 2aed66c32318b5914c9c61a70271a78e5e87ce93
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

kernels/linux: version 5.9.14

diff --git a/ChangeLog b/ChangeLog
index e221d0e..f8687eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * libs/inih: new spell, a .ini file parser
+
2020-12-10 Treeve Jelbert <treeve AT sourcemage.org>
* kde5-pim/kosmindoormap: added
* kde5-pim/kpublictransport: added
diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index 05a7914..e837f49 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,7 +2,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.10.0
+ VERSION=3.10.1
SOURCE=$SPELLX-$VERSION.tar.xz

SOURCE_URL[0]=https://github.com/libfuse/libfuse/releases/download/${SPELLX}-${VERSION}/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/disk/fuse3/HISTORY b/disk/fuse3/HISTORY
index 681f265..58f8f49 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,6 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 3.10.1
+
2020-10-09 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.10.0

diff --git a/disk/xfsprogs/DEPENDS b/disk/xfsprogs/DEPENDS
index 0d3eada..11bd0f1 100755
--- a/disk/xfsprogs/DEPENDS
+++ b/disk/xfsprogs/DEPENDS
@@ -1,6 +1,7 @@
depends autoconf &&
depends e2fsprogs &&
depends libtool &&
+depends inih &&

optional_depends GETTEXT \
"--enable-gettext" \
diff --git a/disk/xfsprogs/DETAILS b/disk/xfsprogs/DETAILS
index 94c33e2..bd44937 100755
--- a/disk/xfsprogs/DETAILS
+++ b/disk/xfsprogs/DETAILS
@@ -1,9 +1,9 @@
SPELL=xfsprogs
- VERSION=5.9.0
+ VERSION=5.10.0
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"

SOURCE_URL[0]=https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/$SOURCE
-
SOURCE_HASH=sha512:76f7da8c57e859326b33bff4ceae9f73af485357252b2b1c09808ebb309af5abbafdceb874b9739a1aa87b8f130e42c5ee143fff117edde20844182e7babd0ce
+
SOURCE_HASH=sha512:da09e687c87c4b133888dba7b4458017ec028020637ea5066be0232bf5c7da18239cc33eadd02d9b99d1c835aab38cab1ec9d45ae8b83897f9157cfcb0271fbd
LICENSE[0]=GPL

WEB_SITE=https://mirrors.edge.kernel.org/pub/linux/utils/fs/xfs/xfsprogs/
ENTERED=20020110
diff --git a/disk/xfsprogs/HISTORY b/disk/xfsprogs/HISTORY
index 327e97b..1e2e41a 100644
--- a/disk/xfsprogs/HISTORY
+++ b/disk/xfsprogs/HISTORY
@@ -1,3 +1,7 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 5.10.0
+ * DEPENDS: add dependency on inih
+
2020-10-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 5.9.0

diff --git a/kernels/linux/HISTORY b/kernels/linux/HISTORY
index 73e18d7..ce76bbf 100644
--- a/kernels/linux/HISTORY
+++ b/kernels/linux/HISTORY
@@ -1,3 +1,7 @@
+2020-12-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * latest.defaults: latest_maintenance_patches_5=patch-5.9.14
+ * info/patches/maintenance_patches_5/patch-5.9.14: added
+
2020-12-08 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* latest.defaults: latest_maintenance_patches_5=patch-5.9.13
* info/patches/maintenance_patches_5/patch-5.9.13: added
diff --git a/kernels/linux/info/patches/maintenance_patches_5/patch-5.9.14
b/kernels/linux/info/patches/maintenance_patches_5/patch-5.9.14
new file mode 100755
index 0000000..8593af9
--- /dev/null
+++ b/kernels/linux/info/patches/maintenance_patches_5/patch-5.9.14
@@ -0,0 +1,5 @@
+appliedkernels="5.9"
+patchversion="${appliedkernels}.14"
+source="patch-${patchversion}.xz"
+source_url="${KERNEL_URL}/pub/linux/kernel/v5.x/${source}"
+sha512sum="d63fc8ca45e78ed5e13d1092d1a3707cbff0cd2f13a066255f7cf707dbffd96480c33ac52b73dc101ce4a0e2b7604c6dd5db1e2f5f6bfd1fcd17876de30ebb9a"
diff --git a/libs/boost/CONFIGURE b/libs/boost/CONFIGURE
index 23e2213..994abcc 100755
--- a/libs/boost/CONFIGURE
+++ b/libs/boost/CONFIGURE
@@ -17,6 +17,7 @@ config_query_multi BOOST_LIBS_AL "Which boost libraries
would you like to instal
graph \
graph_parallel \
iostreams \
+ json \
locale \
log &&
config_query_multi BOOST_LIBS_MZ "Which additional boost libraries would you
like to install?" \
diff --git a/libs/boost/DETAILS b/libs/boost/DETAILS
index e4c4de7..f4ce524 100755
--- a/libs/boost/DETAILS
+++ b/libs/boost/DETAILS
@@ -1,5 +1,5 @@
SPELL=boost
- VERSION=1.74.0
+ VERSION=1.75.0
SECURITY_PATCH=1
SOURCE=${SPELL}_${VERSION//./_}.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_${VERSION//./_}
diff --git a/libs/boost/HISTORY b/libs/boost/HISTORY
index 45abac4..dedf874 100644
--- a/libs/boost/HISTORY
+++ b/libs/boost/HISTORY
@@ -1,3 +1,7 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * CONFIGURE, DETAILS, PRE_SUB_DEPENDS, REPAIR^all^PRE_SUB_DEPENDS,
+ SUB_DEPENDS: version 1.75.0
+
2020-08-16 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* CONFIGURE, DETAILS, PRE_SUB_DEPENDS, REPAIR^all^PRE_SUB_DEPENDS,
SUB_DEPENDS: version 1.74.0
diff --git a/libs/boost/PRE_SUB_DEPENDS b/libs/boost/PRE_SUB_DEPENDS
index efd2526..090a1db 100755
--- a/libs/boost/PRE_SUB_DEPENDS
+++ b/libs/boost/PRE_SUB_DEPENDS
@@ -41,6 +41,9 @@ case $THIS_SUB_DEPENDS in
# boost-1.67
CONTRACT) list_find "$BOOST_LIBS_AL" contract ;;
NOWIDE) list_find "$BOOST_LIBS_MZ" nowide ;;
+# boost-1.75
+ JSON) list_find "$BOOST_LIBS_AL" json ;;
+
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;

diff --git a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
index efd2526..090a1db 100755
--- a/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
+++ b/libs/boost/REPAIR^all^PRE_SUB_DEPENDS
@@ -41,6 +41,9 @@ case $THIS_SUB_DEPENDS in
# boost-1.67
CONTRACT) list_find "$BOOST_LIBS_AL" contract ;;
NOWIDE) list_find "$BOOST_LIBS_MZ" nowide ;;
+# boost-1.75
+ JSON) list_find "$BOOST_LIBS_AL" json ;;
+
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;

diff --git a/libs/boost/SUB_DEPENDS b/libs/boost/SUB_DEPENDS
index 408348a..fd7ec64 100755
--- a/libs/boost/SUB_DEPENDS
+++ b/libs/boost/SUB_DEPENDS
@@ -39,6 +39,8 @@ case $THIS_SUB_DEPENDS in
# boost 1.67
CONTRACT) list_add BOOST_LIBS_AL contract ;;
NOWIDE) list_add BOOST_LIBS_MZ nowide ;;
+# boost 1.75
+ JSON) list_add BOOST_LIBS_AL json ;;
*) message "${PROBLEM_COLOR}bogus sub_depends: $SPELL
$THIS_SUB_DEPENDS${DEFAULT_COLOR}" ;
return 1;;
esac
diff --git a/libs/inih/BUILD b/libs/inih/BUILD
new file mode 100755
index 0000000..4089b4a
--- /dev/null
+++ b/libs/inih/BUILD
@@ -0,0 +1,6 @@
+OPTS+=" allow_realloc=true" &&
+OPTS+=" distro_install=true" &&
+OPTS+=" use_heap=true" &&
+OPTS+=" with_INIReader=true" &&
+
+default_build
diff --git a/libs/inih/CONFIGURE b/libs/inih/CONFIGURE
new file mode 100755
index 0000000..854c2a2
--- /dev/null
+++ b/libs/inih/CONFIGURE
@@ -0,0 +1 @@
+source "$GRIMOIRE/MESON_CONFIGURE"
diff --git a/libs/inih/DEPENDS b/libs/inih/DEPENDS
new file mode 100755
index 0000000..1188343
--- /dev/null
+++ b/libs/inih/DEPENDS
@@ -0,0 +1,2 @@
+depends meson &&
+depends gcc
diff --git a/libs/inih/DETAILS b/libs/inih/DETAILS
new file mode 100755
index 0000000..c7f7c7a
--- /dev/null
+++ b/libs/inih/DETAILS
@@ -0,0 +1,18 @@
+source "$GRIMOIRE/MESON_FUNCTIONS"
+ SPELL=inih
+ VERSION=52
+ SOURCE="$SPELL-$VERSION.tar.gz"
+
SOURCE_URL[0]=https://github.com/benhoyt/${SPELL}/archive/r${VERSION}.tar.gz
+
SOURCE_HASH=sha512:14c0d0dbd78efc99bec8df12067107d130eef8b124e0616f7d83dc4e14530b57f0c8fcf0b8862d425b5a0b84d6c6a6bff7b3c852c9b2e2364ef56c8f64a1f339
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-r${VERSION}"
+ WEB_SITE="https://github.com/benhoyt/inih";
+ LICENSE[0]=BSD
+ ENTERED=20201212
+ SHORT="a simple .INI file parser written in C"
+cat << EOF
+inih (INI Not Invented Here) is a simple .INI file parser written in C. It's
+only a couple of pages of code, and it was designed to be small and simple,
+so it's good for embedded systems. It's also more or less compatible with
+Python's ConfigParser style of .INI files, including RFC 822-style multi-line
+syntax and name: value entries.
+EOF
diff --git a/libs/inih/HISTORY b/libs/inih/HISTORY
new file mode 100644
index 0000000..1512e96
--- /dev/null
+++ b/libs/inih/HISTORY
@@ -0,0 +1,3 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+
diff --git a/libs/spdlog/DETAILS b/libs/spdlog/DETAILS
index a3885cf..f5c029d 100755
--- a/libs/spdlog/DETAILS
+++ b/libs/spdlog/DETAILS
@@ -1,6 +1,6 @@
SPELL=spdlog
- VERSION=1.8.1
-
SOURCE_HASH=sha512:ef855f4f91ed8aba89ef0191a9fd70f73a49567332f7eb42da1604e3a7dda3bbe48db3fd0fae317bb11ee95315d8cd62bf586d2de919ca0978d91e5a971b1c3f
+ VERSION=1.8.2
+
SOURCE_HASH=sha512:7a0a2353a10187cc314253b366fc46be8f9fe2480d2cbac3a96a8e6825ee4b62b0a5ebb3add2b22b5d7ca8fe6dddd963926603e5296e3431c0a4f7ac42beda7f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/gabime/spdlog
diff --git a/libs/spdlog/HISTORY b/libs/spdlog/HISTORY
index 0d8b566..a7fc772 100644
--- a/libs/spdlog/HISTORY
+++ b/libs/spdlog/HISTORY
@@ -1,3 +1,6 @@
+2020-12-11 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 1.8.2
+
2020-11-12 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.8.1

diff --git a/python-pypi/soupsieve/DETAILS b/python-pypi/soupsieve/DETAILS
index df68481..578a445 100755
--- a/python-pypi/soupsieve/DETAILS
+++ b/python-pypi/soupsieve/DETAILS
@@ -1,6 +1,6 @@
SPELL="soupsieve"
- VERSION="2.0.1"
-
SOURCE_HASH=sha512:f4ef4deee81bb31952e1d3216250712f09b425e7a2253e15bd1b38cb74b680e421e7d086a8770737898f6b57867f07f2dd07b8a98108d05e338bce92b274b85f
+ VERSION="2.1.0"
+
SOURCE_HASH=sha512:19cd4ee596d189a001bbaf9f047e6c9eff569e2149ef5424bfe55c9b4325d856c957de87d55510335f748aab322dbb847b06b48931fbdeadbcc3790259c69eb1
SOURCE="${SPELL}-$VERSION.tar.gz"
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="https://github.com/facelessuser/soupsieve";
diff --git a/python-pypi/soupsieve/HISTORY b/python-pypi/soupsieve/HISTORY
index 4c24658..cb4b7ed 100644
--- a/python-pypi/soupsieve/HISTORY
+++ b/python-pypi/soupsieve/HISTORY
@@ -1,3 +1,6 @@
+2020-12-12 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.1.0
+
2020-05-22 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.1




  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (410629f37a9b6836f6d219f3af6b4489a16841fc), Florian Franzmann, 12/12/2020

Archive powered by MHonArc 2.6.24.

Top of Page