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