[git] GPGME - branch, master, updated. gpgme-1.12.0-82-ga9cfb6d
by Andre Heinecke
cvs at cvs.gnupg.org
Wed Nov 28 10:46:01 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, master has been updated
via a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a (commit)
from 1c92f3ff55ad0cdda06d05ad0a83193e3a147b7e (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit a9cfb6dad8ac60543bcb06f4d0515f4a64ad897a
Author: Andre Heinecke <aheinecke at intevation.de>
Date: Wed Nov 28 10:44:17 2018 +0100
tests, json: Make them run on debian stable
* tests/json/t-json.c (main): Relax version check a bit.
diff --git a/tests/json/t-json.c b/tests/json/t-json.c
index f574f57..e1fb6c1 100644
--- a/tests/json/t-json.c
+++ b/tests/json/t-json.c
@@ -478,10 +478,10 @@ main (int argc, char *argv[])
}
}
- if (!check_gpg_version ("2.2.0"))
+ if (!check_gpg_version ("2.1.18"))
{
/* Lets not break too much or have to test all combinations */
- printf ("Testsuite skipped. Minimum GnuPG version (2.2.0) "
+ printf ("Testsuite skipped. Minimum GnuPG version (2.1.18) "
"not found.\n");
exit(0);
}
-----------------------------------------------------------------------
Summary of changes:
tests/json/t-json.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list