From 0d57d66a8f8cf9a96be978cee14a670f71af6945 Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Mon, 12 Oct 2020 17:54:12 +0800 Subject: [PATCH] change url of source0 --- apache-commons-pool2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/apache-commons-pool2.spec b/apache-commons-pool2.spec index 7af6d69..bf1456d 100644 --- a/apache-commons-pool2.spec +++ b/apache-commons-pool2.spec @@ -1,10 +1,10 @@ Name: apache-commons-pool2 Version: 2.4.2 -Release: 1 +Release: 2 Summary: Apache Commons Object Pooling Library 2.x series License: ASL 2.0 URL: http://commons.apache.org/proper/commons-pool/ -Source0: http://www.apache.org/dist/commons/pool/source/commons-pool2-2.4.2-src.tar.gz +Source0: https://archive.apache.org/dist/commons/pool/source/commons-pool2-%{version}-src.tar.gz BuildRequires: maven-local mvn(cglib:cglib) mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) mvn(org.ow2.asm:asm-util) BuildArch: noarch @@ -45,5 +45,8 @@ This package contains javadoc for %{name}. %license LICENSE.txt NOTICE.txt %changelog +* Mon Oct 12 2020 chengzihan - 2.4.2-2 +- Change url of Source0 + * Tue Jul 28 2020 chengzihan - 2.4.2-1 - Package init -- Gitee