Update to upstream version 1.5
This commit is contained in:
parent
6c91d38da3
commit
bb6000eea3
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -2,3 +2,4 @@
|
|||
/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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
Name: apache-commons-csv
|
||||
Version: 1.4
|
||||
Release: 3%{?dist}
|
||||
Version: 1.5
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to assist with handling of CSV files
|
||||
License: ASL 2.0
|
||||
URL: https://commons.apache.org/proper/commons-csv/
|
||||
|
|
@ -56,6 +56,9 @@ rm src/test/java/org/apache/commons/csv/CSVPrinterTest.java
|
|||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Sep 15 2017 Michael Simacek <msimacek@redhat.com> - 1.5-1
|
||||
- Update to upstream version 1.5
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
9ec0b6188dbc77754ede50691b7d4d92 commons-csv-1.4-src.tar.gz
|
||||
SHA512 (commons-csv-1.5-src.tar.gz) = 9c4b9dd827f9351c18e9bcbe46250ec086149cf07eb2e75d7e64ef6f47498e20c182ad56445840812a23ba70093435ee4aa5a2446c9781d212170131c96e04bd
|
||||
|
|
|
|||
Reference in a new issue