From 7a106a4fd77f85a33ba8e4d989f024011260f471 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 09:44:18 +0800 Subject: [PATCH] modify the URL of Source --- libtasn1.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtasn1.spec b/libtasn1.spec index a83a95e..2b1b9f3 100644 --- a/libtasn1.spec +++ b/libtasn1.spec @@ -1,13 +1,13 @@ Summary: Libtasn1 is a ASN.1 parsing library Name: libtasn1 Version: 4.16.0 -Release: 1 +Release: 2 # The libtasn1 library is LGPLv2+, utilities are GPLv3+ License: GPLv3+ and LGPLv2+ URL: http://www.gnu.org/software/libtasn1/ -Source0: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz -Source1: http://ftp.gnu.org/gnu/libtasn1/%name-%version.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz +Source1: http://ftp.gnu.org/gnu/libtasn1/%{name}-%{version}.tar.gz.sig BuildRequires: gcc, autoconf, automake, libtool, gnupg2, bison, pkgconfig, help2man %ifarch %{valgrind_arches} @@ -81,6 +81,9 @@ test "$1" = 0 -a -f %_infodir/%name.info.gz && \ %{_infodir}/*.info.* %changelog +* Tue Sep 8 2020 wangchen - 4.16.0-2 +- modify the URL of Source + * Sat Jul 25 2020 linwei - 4.16.0-1 - update libtasn1 to 4.16.0 -- Gitee