diff --git a/.gitignore b/.gitignore index c5fb0d3..df396ce 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,5 @@ /commons-codec-1.9-src.tar.gz /*.src.rpm /noarch +/.build-*.log +/commons-codec-1.10-src.tar.gz diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 0f02c25..09d4c5e 100644 --- a/apache-commons-codec.spec +++ b/apache-commons-codec.spec @@ -2,8 +2,8 @@ %global short_name commons-%{base_name} Name: apache-%{short_name} -Version: 1.9 -Release: 5%{?dist} +Version: 1.10 +Release: 1%{?dist} Summary: Implementations of common encoders and decoders License: ASL 2.0 URL: http://commons.apache.org/%{base_name}/ @@ -50,6 +50,9 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt %doc LICENSE.txt NOTICE.txt aspell-mail.txt %changelog +* Mon Nov 17 2014 Mat Booth - 1.10-1 +- Update to upstream version 1.10 + * Tue Oct 14 2014 Mikolaj Izdebski - 1.9-5 - Remove legacy Obsoletes/Provides for jakarta-commons @@ -117,7 +120,7 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt - Build with maven 3. - Adapt to current guidelines. -* Thu Feb 10 2011 mbooth 1.4-12 +* Thu Feb 10 2011 mbooth 1.4-12 - Drop versioned jars and javadocs. * Mon Feb 07 2011 Fedora Release Engineering - 1.4-11 diff --git a/sources b/sources index f65c01e..88026c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -db87f7004cefc9d17f7ac841f86122bd commons-codec-1.9-src.tar.gz +ea7c015a2c7b641cd11298ed94d992c7 commons-codec-1.10-src.tar.gz