From d12bd4887660408698962b78d01e3af4e50f4beb Mon Sep 17 00:00:00 2001 From: lunankun Date: Tue, 8 Sep 2020 20:00:49 +0800 Subject: [PATCH] fix source0 url --- c-ares.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/c-ares.spec b/c-ares.spec index 35dcd8c..f6d1cec 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,11 +1,11 @@ Name: c-ares Version: 1.16.1 -Release: 1 +Release: 2 Summary: A C library for asynchronous DNS requests License: MIT URL: https://github.com/c-ares/c-ares -Source0: https://github.com/c-ares/c-ares/releases/tag/%{name}-%{version}.tar.gz +Source0: https://github.com/c-ares/c-ares/releases/download/cares-1_16_1/c-ares-1.16.1.tar.gz BuildRequires: gcc autoconf automake libtool # Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR @@ -55,6 +55,12 @@ make %{?_smp_mflags} %{_mandir}/man3/* %changelog +* Tue Sep 8 2020 lunankun - 1.16.1-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix source0 url + * Wed Jul 22 2020 gaihuiying - 1.16.1-1 - Type:requirement - ID:NA -- Gitee