From d866d7ebdc0b165804fa8c4c78f45e2611829ade Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Fri, 3 May 2013 13:41:07 +0100 Subject: [PATCH] Update to 1.8, rhbz #957598 --- .gitignore | 1 + apache-commons-codec.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ecff87..193c3e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.project /commons-codec-1.7-src.tar.gz +/commons-codec-1.8-src.tar.gz diff --git a/apache-commons-codec.spec b/apache-commons-codec.spec index 55b3c66..9729d7a 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.7 -Release: 5%{?dist} +Version: 1.8 +Release: 1%{?dist} Summary: Implementations of common encoders and decoders Group: Development/Libraries License: ASL 2.0 @@ -90,6 +90,9 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom %{_javadocdir}/%{name} %changelog +* Fri May 03 2013 Mat Booth - 1.8-1 +- Update to 1.8, rhbz #957598 + * Mon Apr 29 2013 Mikolaj Izdebski - 1.7-5 - Remove unneeded BR: maven-idea-plugin diff --git a/sources b/sources index 4f5a606..e2b015c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9532b9247c71475d12350e36b721c366 commons-codec-1.7-src.tar.gz +60cdbb3f5319310242e3aacec22ef566 commons-codec-1.8-src.tar.gz