Dominique Leuenberger
13f3ce50d1
- Add seahorse-gpg-ignore-key-considered.patch: ignore new key_considered line (bgo#779607). - Add seahorse-new-gnupg.patch: Mark gnupg 2.2.x as supported, so that our builds enable gpg again (bsc#1075928). - Drop seahorse-allow-deprecated.patch: seahorse builds without it. OBS-URL: https://build.opensuse.org/request/show/565881 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=182
25 lines
864 B
Diff
25 lines
864 B
Diff
diff -urp seahorse-3.20.0.orig/configure seahorse-3.20.0/configure
|
|
--- seahorse-3.20.0.orig/configure 2018-01-15 14:54:04.920812407 -0600
|
|
+++ seahorse-3.20.0/configure 2018-01-15 14:54:49.000968502 -0600
|
|
@@ -2532,7 +2532,7 @@ GCR_REQUIRED=3.11.91
|
|
GTK_REQ=3.4.0
|
|
GTK_MAX=GTK_VERSION_3_4
|
|
|
|
-GNUPG_ACCEPTED="2.0.12 2.1.4"
|
|
+GNUPG_ACCEPTED="2.0.12 2.1.4 2.2.0"
|
|
GPGME_REQUIRED=1.7.0
|
|
LIBSECRET_REQUIRED=0.16
|
|
AVAHI_GLIB_REQUIRED=0.6
|
|
diff -urp seahorse-3.20.0.orig/configure.ac seahorse-3.20.0/configure.ac
|
|
--- seahorse-3.20.0.orig/configure.ac 2018-01-15 14:53:40.608726375 -0600
|
|
+++ seahorse-3.20.0/configure.ac 2018-01-15 14:54:44.244951654 -0600
|
|
@@ -9,7 +9,7 @@ GCR_REQUIRED=3.11.91
|
|
GTK_REQ=3.4.0
|
|
GTK_MAX=GTK_VERSION_3_4
|
|
|
|
-GNUPG_ACCEPTED="2.0.12 2.1.4"
|
|
+GNUPG_ACCEPTED="2.0.12 2.1.4 2.2.0"
|
|
GPGME_REQUIRED=1.7.0
|
|
LIBSECRET_REQUIRED=0.16
|
|
AVAHI_GLIB_REQUIRED=0.6
|