[seahorse-nautilus] Accept GnuPG 2.2.x as supported version



commit 66582fdc98382771d7160e043a34fddc90b089c7
Author: Antoine Jacoutot <ajacoutot gnome org>
Date:   Fri Nov 10 16:49:39 2017 +0100

    Accept GnuPG 2.2.x as supported version
    
    https://bugzilla.gnome.org/show_bug.cgi?id=790175

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index ac56984..1bb307e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -57,7 +57,7 @@ AC_ARG_ENABLE(gpg-check,
        DO_CHECK=$enableval, DO_CHECK=yes)
 
 if test        "$DO_CHECK" = "yes"; then
-       accepted_versions="1.2 1.4 2.0 2.1"
+       accepted_versions="1.2 1.4 2.0 2.1 2.2"
        AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
        ok="no"
        if test "$GNUPG" != "no"; then


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]