diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index 8f1f2ac952a1ce546afd21c418099a756d812597..1b1eca287e575a40eb8791af5bfb5897ba518527 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -1,11 +1,11 @@ Name: apache-commons-csv Version: 1.5 -Release: 1 +Release: 2 Summary: Utilities to assist with handling of CSV files License: ASL 2.0 URL: https://commons.apache.org/proper/commons-csv/ BuildArch: noarch -Source0: http://www.apache.org/dist/commons/csv/source/commons-csv-%{version}-src.tar.gz +Source0: http://archive.apache.org/dist/commons/csv/source/commons-csv-%{version}-src.tar.gz BuildRequires: maven-local mvn(commons-io:commons-io) mvn(junit:junit) BuildRequires: mvn(org.apache.commons:commons-lang3) BuildRequires: mvn(org.apache.commons:commons-parent:pom:) @@ -47,5 +47,8 @@ rm src/test/java/org/apache/commons/csv/CSVPrinterTest.java %license LICENSE.txt NOTICE.txt %changelog +* Mon Sep 14 2020 baizhonggui - 1.5-2 +- Modify source0 + * Sat Jul 25 2020 chengzihan - 1.5-1 - Package init