Skip to Content.
Sympa Menu

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

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 (96a0cb48d613447d679acd827c0d825db87464cd)
  • Date: Thu, 30 Jul 2015 18:23:43 +0000

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

libs/pcre2/DETAILS | 2 +-
libs/pcre2/HISTORY | 3 +++
net/libndp/DETAILS | 4 ++--
net/libndp/HISTORY | 3 +++
python-pypi/meson/DEPENDS | 2 +-
python-pypi/meson/DETAILS | 6 +++---
python-pypi/meson/HISTORY | 5 +++++
utils/kbd/DETAILS | 4 ++--
utils/kbd/HISTORY | 3 +++
9 files changed, 23 insertions(+), 9 deletions(-)

New commits:
commit 96a0cb48d613447d679acd827c0d825db87464cd
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pcre2: => 10.20

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

libndp: => 1.5

commit 56be2ab13ab71a00738b188a27e430d31fd52bd5
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kbd: => 2.0.3

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

meson: => 0.25.0

diff --git a/libs/pcre2/DETAILS b/libs/pcre2/DETAILS
index 3b94ecd..767f5c6 100755
--- a/libs/pcre2/DETAILS
+++ b/libs/pcre2/DETAILS
@@ -1,5 +1,5 @@
SPELL=pcre2
- VERSION=10.10
+ VERSION=10.20
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/pcre2/HISTORY b/libs/pcre2/HISTORY
index 89dc0e2..a9709f1 100644
--- a/libs/pcre2/HISTORY
+++ b/libs/pcre2/HISTORY
@@ -1,3 +1,6 @@
+2015-07-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.10.20
+
2015-05-03 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 8.37
spell created, derived from pcre spell
diff --git a/net/libndp/DETAILS b/net/libndp/DETAILS
index 303e9a1..c44e3e8 100755
--- a/net/libndp/DETAILS
+++ b/net/libndp/DETAILS
@@ -1,6 +1,6 @@
SPELL=libndp
- VERSION=1.4
-
SOURCE_HASH=sha512:a84d4d6672bf83bcf865eef8986e7bbcc49587686c5085a5ce5f346791223ede0e60db3b990055afc4f0005182aa1b5546c459306d2955f95d00ffb68bd58766
+ VERSION=1.5
+
SOURCE_HASH=sha512:f9a70e23e235cac92e978bf08f36eeff8324e94da158ca60290f7d607ac9ecdefc0b8b3766b877af7ed532506a061aa708155f8f2e4af4570378a97ff7d59c65
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://libndp.org/
diff --git a/net/libndp/HISTORY b/net/libndp/HISTORY
index 36cef54..f50de88 100644
--- a/net/libndp/HISTORY
+++ b/net/libndp/HISTORY
@@ -1,3 +1,6 @@
+2015-07-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.5
+
2015-01-05 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.4
spell created
diff --git a/python-pypi/meson/DEPENDS b/python-pypi/meson/DEPENDS
index e3c00ee..67a2500 100755
--- a/python-pypi/meson/DEPENDS
+++ b/python-pypi/meson/DEPENDS
@@ -1,2 +1,2 @@
. $SECTION_DIRECTORY/PY_DEPENDS &&
-depends ninja-build
+depends ninja-build-system
diff --git a/python-pypi/meson/DETAILS b/python-pypi/meson/DETAILS
index 76fb342..b5606b7 100755
--- a/python-pypi/meson/DETAILS
+++ b/python-pypi/meson/DETAILS
@@ -1,9 +1,9 @@
SPELL=meson
- VERSION=0.18.0
-
SOURCE_HASH=sha512:b22601868065558a4e47585f016915545dc6f3e22f0bc93a6d17f0ada3ddaf7fd3f90fccf41af2d72d0cca27b6facc78211579d3b2fe8cf69658a428a262cd59
+ VERSION=0.25.0
+
SOURCE_HASH=sha512:90402b32adfacbbd4c2f93334dae7feb2db3777e95712b33a57ac31871e78e2911d9ee5688691a9246032596075b03c2e0df82139caee76dd5c65d4e728593b3
SOURCE=$SPELL\_$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
-
SOURCE_URL[0]=https://github.com/jpakkane/meson/releases/download/$VERSION/$SOURCE
+
SOURCE_URL[0]=https://github.com/mesonbuild/meson/releases/download/$VERSION/$SOURCE
LICENSE[0]=MIT
WEB_SITE=https://jpakkane.github.io/meson/
ENTERED=20140728
diff --git a/python-pypi/meson/HISTORY b/python-pypi/meson/HISTORY
index 91c3ede..3ca43fe 100644
--- a/python-pypi/meson/HISTORY
+++ b/python-pypi/meson/HISTORY
@@ -1,3 +1,8 @@
+2015-07-30 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 0.25.0
+ new url
+ * DEPENDS: fix
+
2014-07-28 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.18.0
* Created spell
diff --git a/utils/kbd/DETAILS b/utils/kbd/DETAILS
index 5f4f036..b6592f6 100755
--- a/utils/kbd/DETAILS
+++ b/utils/kbd/DETAILS
@@ -1,6 +1,6 @@
SPELL=kbd
- VERSION=2.0.2
-
SOURCE_HASH=sha512:8159383f94242f06c701dfd5400e35bd3a76494a643f738d98c6713bcb20034065b49f31f66e8bf19e6829a30be97fbeee43ed8ad276febb98e28b3bf82972fa
+ VERSION=2.0.3
+
SOURCE_HASH=sha512:522718859c2a95abee06a50dd0a7cfe7bb9c8f4b3959d54fd9e56cef23acc85b9af85405aa4953f20cd029397412051d72c8b1b0d639ba3a26b4952f89ef6a3f
# PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/utils/kbd/HISTORY b/utils/kbd/HISTORY
index 068489b..4d1e725 100644
--- a/utils/kbd/HISTORY
+++ b/utils/kbd/HISTORY
@@ -1,3 +1,6 @@
+2015-07-30 Treeve Jelbert <treeve AT sourcemage.org
+ * DETAILS: version 2.0.3
+
2015-04-25 Remko van der Vossen <wich AT sourcemage.org>
* PRE_BUILD, DEPENDS, kbd-2.0.0-tests.patch:
make check dependency optional, patch from Gentoo



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (96a0cb48d613447d679acd827c0d825db87464cd), Treeve Jelbert, 07/30/2015

Archive powered by MHonArc 2.6.24.

Top of Page