Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (51baebf59ab51c7173f93d7a19876973e1072c3c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (51baebf59ab51c7173f93d7a19876973e1072c3c)
  • Date: Wed, 8 May 2024 19:13:34 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

archive/tar/DETAILS | 1 +
archive/tar/HISTORY | 4 ++++
archive/tar/INSTALL | 2 ++
archive/tardy/DETAILS | 1 +
libs/libgit2/DETAILS | 4 ++--
libs/libgit2/HISTORY | 3 +++
python-pypi/cffi/DETAILS | 4 ++--
python-pypi/cffi/HISTORY | 3 +++
python-pypi/pycparser/DETAILS | 5 +++--
python-pypi/pycparser/HISTORY | 3 +++
10 files changed, 24 insertions(+), 6 deletions(-)

New commits:
commit 51baebf59ab51c7173f93d7a19876973e1072c3c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pycparser 2.22

commit 555ed5dcfdac162c1276634df150af17d2a2d670
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

pycparser: Add Watch line

commit 334b6a0f11cc5493e4cb984e58209e1a25c86666
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

cffi 1.16.0

commit f85406897a8f2c7b7cabd1c8e8f30e892cb44e7c
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libgit2 1.7.2

commit 21ab4914f7993ce0622e4fa3500a1fdbed89af87
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tar: Add gtar symlink, PATCHLEVEL++

Used by dpkg.

commit 71dd77571735acb3774ccae31b250bf3cd094bf1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

tardy: Add Watch line

diff --git a/archive/tar/DETAILS b/archive/tar/DETAILS
index 52700a6..ed73fb7 100755
--- a/archive/tar/DETAILS
+++ b/archive/tar/DETAILS
@@ -1,6 +1,7 @@
# Watch: https://ftp.gnu.org/gnu/tar
SPELL=tar
VERSION=1.35
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/archive/tar/HISTORY b/archive/tar/HISTORY
index ebde448..9429b5f 100644
--- a/archive/tar/HISTORY
+++ b/archive/tar/HISTORY
@@ -1,3 +1,7 @@
+2024-05-08 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * INSTALL: added gtar symlink (used by e.g. dpkg)
+
2023-07-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.35

diff --git a/archive/tar/INSTALL b/archive/tar/INSTALL
new file mode 100755
index 0000000..8dda9f2
--- /dev/null
+++ b/archive/tar/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+ln -s tar /bin/gtar
diff --git a/archive/tardy/DETAILS b/archive/tardy/DETAILS
index db713c7..0806bc3 100755
--- a/archive/tardy/DETAILS
+++ b/archive/tardy/DETAILS
@@ -1,3 +1,4 @@
+# Watch: https://tardy.sourceforge.net/download.html
SPELL=tardy
VERSION=1.28.D001
SOURCE="$SPELL-$VERSION.tar.gz"
diff --git a/libs/libgit2/DETAILS b/libs/libgit2/DETAILS
index dea692e..98be5dd 100755
--- a/libs/libgit2/DETAILS
+++ b/libs/libgit2/DETAILS
@@ -1,7 +1,7 @@
# Watch: https://github.com/libgit2/libgit2/tags /tags/v([0-9.]+)[.]tar[.]
SPELL=libgit2
- VERSION=1.6.3
-
SOURCE_HASH=sha512:5a390030395d5e00217ca3229ff1374f064b41c7c14c332618778af7067c378bca5ffee5c072ad144a71126f7e8cfcd770746b6af8eccf086c8a8b8afa1733f1
+ VERSION=1.7.2
+
SOURCE_HASH=sha512:825737e4a1991fba50ea535f15b0e560ebe76ead752e04aeba36925b944d0da77fe9826a70980a1aa3d0bf9afbedfab79dd92e799c9252931384c89ebec9b012
SECURITY_PATCH=4
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/libs/libgit2/HISTORY b/libs/libgit2/HISTORY
index 914f9db..dce6cd9 100644
--- a/libs/libgit2/HISTORY
+++ b/libs/libgit2/HISTORY
@@ -1,3 +1,6 @@
+2024-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.7.2
+
2023-04-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.6.3

diff --git a/python-pypi/cffi/DETAILS b/python-pypi/cffi/DETAILS
index 5e22ee9..cefa2c9 100755
--- a/python-pypi/cffi/DETAILS
+++ b/python-pypi/cffi/DETAILS
@@ -1,9 +1,9 @@
# Watch: https://pypi.org/project/cffi/ /project/cffi/([0-9.]+)/
SPELL=cffi
- VERSION=1.15.1
+ VERSION=1.16.0
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=https://pypi.org/packages/source/c/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:e99cafcb029076abc29e435b490fa0573ee2856f4051b7ca8a5b38cd125d56dd9dae8b189f59ceb3d728a675da8ee83239e09e19f8b0feeddea4b186ab5173a5
+
SOURCE_HASH=sha512:fd2588115092202aa9289c9d4e0a0b3e264b5e9ec1dc192950f31aeb412fd9f9d4e5c96a3f9c6762987b58ccc1e229f2012ddda89211797104df672d8ed51152
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=https://pypi.org/project/cffi/
LICENSE[0]=MIT
diff --git a/python-pypi/cffi/HISTORY b/python-pypi/cffi/HISTORY
index 8631efe..36fcd62 100644
--- a/python-pypi/cffi/HISTORY
+++ b/python-pypi/cffi/HISTORY
@@ -1,3 +1,6 @@
+2024-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 1.16.0
+
2023-04-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 1.15.1

diff --git a/python-pypi/pycparser/DETAILS b/python-pypi/pycparser/DETAILS
index 3b755a2..d68535e 100755
--- a/python-pypi/pycparser/DETAILS
+++ b/python-pypi/pycparser/DETAILS
@@ -1,6 +1,7 @@
+# Watch: https://github.com/eliben/pycparser/tags
/tags/release_v([0-9.]+)[.]tar
SPELL=pycparser
- VERSION=2.21
-
SOURCE_HASH=sha512:e61fbdde484d1cf74d4b27bdde40cf2da4b7028ca8ecd37c83d77473dab707d457321aecaf97da3b114c1d58a4eb200290b76f9c958044b57e5fed949895b5f0
+ VERSION=2.22
+
SOURCE_HASH=sha512:c9a81c78d87162f71281a32a076b279f4f7f2e17253fe14c89c6db5f9b3554a6563ff700c385549a8b51ef8832f99f7bb4ac07f22754c7c475dd91feeb0cf87f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
WEB_SITE=http://pypi.python.org/pypi/$SPELL
diff --git a/python-pypi/pycparser/HISTORY b/python-pypi/pycparser/HISTORY
index 4f414d3..abc7acb 100644
--- a/python-pypi/pycparser/HISTORY
+++ b/python-pypi/pycparser/HISTORY
@@ -1,3 +1,6 @@
+2024-05-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DETAILS: updated spell to 2.22
+
2021-11-06 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: http -> https for SOURCE_URL



  • [[SM-Commit] ] GIT changes to master grimoire by Ismael Luceno (51baebf59ab51c7173f93d7a19876973e1072c3c), Ismael Luceno, 05/08/2024

Archive powered by MHonArc 2.6.24.

Top of Page