update to version 1.7
This commit is contained in:
parent
d4225b2923
commit
fd3e32e68f
3 changed files with 11 additions and 3 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,5 +1,9 @@
|
|||
/results_*
|
||||
/*.src.rpm
|
||||
|
||||
/apache-commons-csv-1.0.tar.xz
|
||||
/commons-csv-1.1-src.tar.gz
|
||||
/commons-csv-1.2-src.tar.gz
|
||||
/commons-csv-1.4-src.tar.gz
|
||||
/commons-csv-1.5-src.tar.gz
|
||||
/commons-csv-1.7-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: apache-commons-csv
|
||||
Version: 1.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to assist with handling of CSV files
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/proper/commons-csv/
|
||||
|
|
@ -14,6 +14,7 @@ BuildRequires: mvn(junit:junit)
|
|||
BuildRequires: mvn(org.apache.commons:commons-lang3)
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-antrun-plugin)
|
||||
BuildRequires: mvn(org.mockito:mockito-all)
|
||||
|
||||
%description
|
||||
Commons CSV was started to unify a common and simple interface for
|
||||
|
|
@ -56,6 +57,9 @@ rm src/test/java/org/apache/commons/csv/CSVPrinterTest.java
|
|||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jun 07 2019 Fabio Valentini <decathorpe@gmail.com> - 1.7-1
|
||||
- Update to version 1.7.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (commons-csv-1.5-src.tar.gz) = 9c4b9dd827f9351c18e9bcbe46250ec086149cf07eb2e75d7e64ef6f47498e20c182ad56445840812a23ba70093435ee4aa5a2446c9781d212170131c96e04bd
|
||||
SHA512 (commons-csv-1.7-src.tar.gz) = 1b82fff41abc43762f1d5c037ac6b2e56097b2ac658335c056f384b9914bfaf73c7cde3474e9f75197b8ed75b4744079e37707f0d6d840480dead291e76e6465
|
||||
|
|
|
|||
Reference in a new issue