diff --git a/.gitignore b/.gitignore index cf16f4c..7d1eeae 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /apache-commons-csv-1.0.tar.xz /commons-csv-1.1-src.tar.gz +/commons-csv-1.2-src.tar.gz diff --git a/apache-commons-csv.spec b/apache-commons-csv.spec index 4e99327..7aee78b 100644 --- a/apache-commons-csv.spec +++ b/apache-commons-csv.spec @@ -1,6 +1,6 @@ Name: apache-commons-csv -Version: 1.1 -Release: 3%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: Utilities to assist with handling of CSV files License: ASL 2.0 URL: https://commons.apache.org/proper/commons-csv/ @@ -51,6 +51,9 @@ find -name profile.jacoco -delete %license LICENSE.txt NOTICE.txt %changelog +* Mon Feb 15 2016 Michael Simacek - 1.2-1 +- Update to upstream version 1.2 + * Wed Feb 03 2016 Fedora Release Engineering - 1.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 3a14519..ac65cd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -68e6552c6dedc1e5d3d362d77b8f9f7b commons-csv-1.1-src.tar.gz +a7baadba7387e01030081c39b0e4bf60 commons-csv-1.2-src.tar.gz