From 3c72321babfbeeaa8c359e3e2ab445f0eaf7db6f Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Tue, 18 Oct 2022 16:50:54 +0800 Subject: [PATCH] fix the URL of source code Signed-off-by: yixiangzhike --- gpgme.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/gpgme.spec b/gpgme.spec index db26a90..70b5dee 100644 --- a/gpgme.spec +++ b/gpgme.spec @@ -1,10 +1,10 @@ Name: gpgme Version: 1.16.0 -Release: 1 +Release: 2 Summary: GnuPG Made Easy License: GPLv2+ and LGPLv2+ URL: https://gnupg.org/related_software/gpgme/ -Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2 +Source0: https://gnupg.org/ftp/gcrypt/gpgme/gpgme-%{version}.tar.bz2 # upstream patches # Don't add extra libs/cflags in gpgme-config/cmake equivalent @@ -145,6 +145,12 @@ fi %changelog +* Tue Oct 18 2022 yixiangzhike - 1.16.0-2 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix the URL of source code + * Fri Dec 10 2021 yixiangzhike - 1.16.0-1 - Type:bugfix - CVE:NA -- Gitee