Skip to Content.
Sympa Menu

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

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 (4d32bfdbdd8d5d8b88a65ca0745a006722112a14)
  • Date: Fri, 17 Mar 2023 15:46:35 +0000

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

crypto/gpgme/DETAILS | 3 +++
crypto/gpgme/HISTORY | 5 +++++
crypto/gpgme/PREPARE | 2 +-
crypto/gpgme/PRE_BUILD | 10 ----------
crypto/gpgme/patches/python31x.patch | 13 -------------
5 files changed, 9 insertions(+), 24 deletions(-)

New commits:
commit 4d32bfdbdd8d5d8b88a65ca0745a006722112a14
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

gpgme: => 1.19.0

diff --git a/crypto/gpgme/DETAILS b/crypto/gpgme/DETAILS
index 10001c9..73e1604 100755
--- a/crypto/gpgme/DETAILS
+++ b/crypto/gpgme/DETAILS
@@ -49,6 +49,9 @@ case $GPGME_BRANCH in
1.18)
VERSION=1.18.0
;;
+ 1.19)
+ VERSION=1.19.0
+ ;;
esac

SOURCE=${SPELL}-${VERSION}.tar.bz2
diff --git a/crypto/gpgme/HISTORY b/crypto/gpgme/HISTORY
index a7ca92b..4ae7958 100644
--- a/crypto/gpgme/HISTORY
+++ b/crypto/gpgme/HISTORY
@@ -1,3 +1,8 @@
+2023-03-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 1.19.0
+ * PREPARE: add 1.19 branch
+ * PRE_BUILD, patches/python31x.patch: deleted
+
2022-10-26 Pavel Vinogradov <public AT sourcemage.org>
* DEPENDS, PRE_BUILD, patches/python31x.patch: enabled Python 3.10
and 3.11
support
diff --git a/crypto/gpgme/PREPARE b/crypto/gpgme/PREPARE
index 821d59c..76da4d1 100755
--- a/crypto/gpgme/PREPARE
+++ b/crypto/gpgme/PREPARE
@@ -1,2 +1,2 @@
config_query_list GPGME_BRANCH "Which branch of GPGME do you want to build?"
\
- 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18
+ 1.4 1.5 1.6 1.7 1.8 1.9 1.10 1.11 1.12 1.13 1.14 1.15 1.16 1.17 1.18 1.19
diff --git a/crypto/gpgme/PRE_BUILD b/crypto/gpgme/PRE_BUILD
deleted file mode 100755
index d1000bc..0000000
--- a/crypto/gpgme/PRE_BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-# upstream fix
-if [[ $GPGME_BRANCH == '1.8' ]];then
- sed -i 's/@libsuffix@/.so/' lang/cpp/src/GpgmeppConfig.cmake.in.in
-fi &&
-if is_depends_enabled "$SPELL" python3; then
- apply_patch_dir patches &&
- ./autogen.sh
-fi
diff --git a/crypto/gpgme/patches/python31x.patch
b/crypto/gpgme/patches/python31x.patch
deleted file mode 100644
index d88ba63..0000000
--- a/crypto/gpgme/patches/python31x.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 9d696b9..6d8d488 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -443,7 +443,7 @@ if test "$found_py" = "1"; then
- if test "$found_py" = "1" -o "$found_py3" = "1"; then
- # Reset everything, so that we can look for another Python.
- m4_foreach([mym4pythonver],
-- [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[all]],
-+
[[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[3.9],[3.10],[3.11],[all]],
- [unset PYTHON
- unset PYTHON_VERSION
- unset PYTHON_CPPFLAGS



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (4d32bfdbdd8d5d8b88a65ca0745a006722112a14), Treeve Jelbert, 03/17/2023

Archive powered by MHonArc 2.6.24.

Top of Page