diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index 68d432e56024c5f7b7b5747ebf9eab0444d78798..9c97c47ce130cec11b1208effd1f6abadb33081e 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -1,6 +1,6 @@ Name: apache-commons-csv Version: 1.12.0 -Release: 1 +Release: 2 Summary: Utilities to assist with handling of CSV files License: Apache-2.0 URL: https://commons.apache.org/proper/commons-csv/ @@ -24,7 +24,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n commons-csv-%{version}-src -%patch1 -p1 +%patch 1 -p1 sed -i 's/\r//' *.txt find -name profile.jacoco -delete %pom_remove_plugin :maven-assembly-plugin @@ -58,6 +58,9 @@ install -m 0755 target/commons-csv-%{version}-javadoc.jar %{buildroot}/%{_javado %license LICENSE.txt NOTICE.txt %changelog +* Fri Dec 13 2024 chenhao - 1.12.0-2 +- DESC:fix %patchN is deprecated warning + * Wed Nov 06 2024 shaojiansong - 1.12.0-1 - Update to version 1.12.0