Update to 1.8, rhbz #957598

This commit is contained in:
Mat Booth 2013-05-03 13:41:07 +01:00
parent 0b2cab3084
commit d866d7ebdc
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/.project
/commons-codec-1.7-src.tar.gz
/commons-codec-1.8-src.tar.gz

View File

@ -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 <fedora@matbooth.co.uk> - 1.8-1
- Update to 1.8, rhbz #957598
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-5
- Remove unneeded BR: maven-idea-plugin

View File

@ -1 +1 @@
9532b9247c71475d12350e36b721c366 commons-codec-1.7-src.tar.gz
60cdbb3f5319310242e3aacec22ef566 commons-codec-1.8-src.tar.gz