Skip to content

Commit

Permalink
libcrypt: adapt patch for GnuPG 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MingcongBai authored and BC204 committed Jan 18, 2024
1 parent 09135bf commit 9f61d46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ diff -up libcryptui-3.12.2/configure.ac.gpg2 libcryptui-3.12.2/configure.ac

if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0"
+ accepted_versions="1.2 1.4 2.0 2.1 2.2"
+ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3"
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
ok="no"
Expand All @@ -21,7 +21,7 @@ diff -up libcryptui-3.12.2/configure.gpg2 libcryptui-3.12.2/configure

if test "$DO_CHECK" = "yes"; then
- accepted_versions="1.2 1.4 2.0"
+ accepted_versions="1.2 1.4 2.0 2.1 2.2"
+ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3"
for ac_prog in gpg gpg2
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
2 changes: 1 addition & 1 deletion desktop-gnome/libcryptui/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
VER=3.12.2
REL=5
REL=6
SRCS="tbl::https://download.gnome.org/sources/libcryptui/${VER:0:4}/libcryptui-$VER.tar.xz"
CHKSUMS="sha256::71ead1a7b496f07f6c5102ae79945dd2515b7b9342c6edefe58b47318be20866"
CHKUPDATE="anitya::id=229560"

0 comments on commit 9f61d46

Please sign in to comment.