Skip to Content.
Sympa Menu

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

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 (5ab90f42f57d0108cb5fe6f87409769e8e7dbf1c)
  • Date: Sun, 18 Nov 2018 09:58:47 +0000

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

ChangeLog | 3 +++
database/lmdb/DETAILS | 11 +++++------
database/lmdb/HISTORY | 3 +++
disk/fuse3/DETAILS | 2 +-
disk/fuse3/HISTORY | 3 +++
python-pypi/pyfuse3/DEPENDS | 4 ++++
python-pypi/pyfuse3/DETAILS | 14 ++++++++++++++
python-pypi/pyfuse3/HISTORY | 4 ++++
vulkan/glslang/DETAILS | 8 ++------
vulkan/glslang/HISTORY | 3 +++
10 files changed, 42 insertions(+), 13 deletions(-)

New commits:
commit 5ab90f42f57d0108cb5fe6f87409769e8e7dbf1c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pyfuse3-1.1

commit 0b74c766cd494e68b579ab300fec8eae311fb54a
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

fuse3: => 3.3.0

commit 66458f207e496db82cc39b925143ad7e1827f764
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

glslang: => 7.10.2984

commit 89e5cd029eed01eda58af479aaac40f14d382795
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

lmdb: => 0.9.22

diff --git a/ChangeLog b/ChangeLog
index 078d869..9957dc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * python-pypi/pyfuse3: new spell,Python 3 bindings for libfuse 3
+
2018-11-10 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* devel/ahven: new spell, a unit-test framework for Ada

diff --git a/database/lmdb/DETAILS b/database/lmdb/DETAILS
index fc273c6..e0da45a 100755
--- a/database/lmdb/DETAILS
+++ b/database/lmdb/DETAILS
@@ -1,12 +1,11 @@
SPELL=lmdb
- SPELLX=openldap
+ SPELLX=LMDB
VERSION=0.9.22
- VX=2.4.46
-
SOURCE_HASH=sha512:eef39d43f04aa09c657a1422cefef060fe00368559ae40d0d97536c08ebeaaa1ab06207b3f121ba6afcde54abdc550027c3505e5217e5fd47ae6f8c001260186
- SOURCE=$SPELLX-$VX.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VX
+
SOURCE_HASH=sha512:49afca13b9683ed571c274380bb5e111236903b12d19bcb8781d6bbc00f711766b0d62de0b36536c85309cc9ff9e9d0aaa708e27bae9be6cfcaed8ba91e5545d
+ SOURCE=${SPELLX}_${VERSION}.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/lmdb-LMDB_${VERSION}
WEB_SITE=http://symas.com/mdb
- SOURCE_URL[0]=ftp://ftp.openldap.org/pub/OpenLDAP/openldap-release/$SOURCE
+ SOURCE_URL[0]=https://github.com/LMDB/lmdb/archive/$SOURCE
LICENSE[0]="OpenLDAP Public License"
ENTERED=20141215
KEYWORDS="database"
diff --git a/database/lmdb/HISTORY b/database/lmdb/HISTORY
index a70021a..d439eb7 100644
--- a/database/lmdb/HISTORY
+++ b/database/lmdb/HISTORY
@@ -1,3 +1,6 @@
+2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: download lmdb tarball from github
+
2018-05-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.9.22

diff --git a/disk/fuse3/DETAILS b/disk/fuse3/DETAILS
index c71f8c6..2ff4ae4 100755
--- a/disk/fuse3/DETAILS
+++ b/disk/fuse3/DETAILS
@@ -2,7 +2,7 @@
. "$GRIMOIRE/MESON_FUNCTIONS"
SPELL=fuse3
SPELLX=fuse
- VERSION=3.2.6
+ VERSION=3.3.0
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 67f7a25..029b4d1 100644
--- a/disk/fuse3/HISTORY
+++ b/disk/fuse3/HISTORY
@@ -1,3 +1,6 @@
+2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 3.3.0
+
2018-09-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 3.2.6

diff --git a/python-pypi/pyfuse3/DEPENDS b/python-pypi/pyfuse3/DEPENDS
new file mode 100755
index 0000000..5a7df18
--- /dev/null
+++ b/python-pypi/pyfuse3/DEPENDS
@@ -0,0 +1,4 @@
+depends python3 &&
+depends setuptools &&
+depends attr &&
+depends fuse3
diff --git a/python-pypi/pyfuse3/DETAILS b/python-pypi/pyfuse3/DETAILS
new file mode 100755
index 0000000..081af54
--- /dev/null
+++ b/python-pypi/pyfuse3/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pyfuse3
+ VERSION=1.1
+
VX=f1/92/8fef06a82c69096511c9877c8f5750f06650b70dc937a78cc75ab3e27b15
+
SOURCE_HASH=sha512:0236e79de0bc7925ceaeb5bf0dad3981aaea5a05c6e6739291a255bd112e92924b016115be4e27b727510f722abd09e2eb0794534c4be07126eb3a9b7c6c0a1d
+ SOURCE=$SPELL-$VERSION.tar.gz
+ WEB_SITE=https://github.com/libfuse/pyfuse3
+ SOURCE_URL[0]=https://files.pythonhosted.org/packages/$VX/$SOURCE
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]=LGPL
+ ENTERED=20181118
+ SHORT="Python 3 bindings for libfuse 3 with asynchronous API"
+cat << EOF
+Python 3 bindings for libfuse 3 with asynchronous API
+EOF
diff --git a/python-pypi/pyfuse3/HISTORY b/python-pypi/pyfuse3/HISTORY
new file mode 100644
index 0000000..87eb105
--- /dev/null
+++ b/python-pypi/pyfuse3/HISTORY
@@ -0,0 +1,4 @@
+2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.1
+ * DEPENDS, DETAILS: spell created
+
diff --git a/vulkan/glslang/DETAILS b/vulkan/glslang/DETAILS
index bceaeb6..8b6ba88 100755
--- a/vulkan/glslang/DETAILS
+++ b/vulkan/glslang/DETAILS
@@ -1,14 +1,10 @@
SPELL=glslang
- VERSION=7.8.2853
+ VERSION=7.10.2984
+
SOURCE_HASH=sha512:4b96ee59745f4ba91e8e89a9a926e93f00db11dba9c74c4997efae5c9252c4e04a0a2cad0c6b8fc2dcbf7d690887486ee59db930628f3284545f89d3d7a3293c
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://github.com/KhronosGroup/$SPELL
SOURCE_URL[0]=$WEB_SITE/archive/$VERSION.tar.gz
- SOURCE2=$SOURCE.asc
- SOURCE2_URL[0]=$WEB_SITE/releases/download/$VERSION/$SOURCE2
-# SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
- SOURCE_GPG=kronos.gpg:$SOURCE.asc:UPSTREAM_KEY
- SOURCE2_IGNORE=signature
LICENSE[0]=APACHE
ENTERED=20180308
KEYWORDS=""
diff --git a/vulkan/glslang/HISTORY b/vulkan/glslang/HISTORY
index c058858..8570bc3 100644
--- a/vulkan/glslang/HISTORY
+++ b/vulkan/glslang/HISTORY
@@ -1,3 +1,6 @@
+2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 7.10.2984
+
2018-08-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 7.8.2853
* DETAILS: add gpg checking



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (5ab90f42f57d0108cb5fe6f87409769e8e7dbf1c), Treeve Jelbert, 11/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page