From 33b7cb0e3a24bef73767eb1ee8e82eb87dbfd7a5 Mon Sep 17 00:00:00 2001 From: wangchen2020 <15955488707@163.com> Date: Tue, 8 Sep 2020 09:53:25 +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 b7bea76..5424a4f 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 Patch0: fix-memleaks-in-asn1-arrat2tree.patch @@ -80,6 +80,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 + * Thu Aug 27 2020 yangzhuangzhuang - 4.16.0-1 - update version to 4.16.0 -- Gitee