Update to 1.8, rhbz #957598
This commit is contained in:
parent
0b2cab3084
commit
d866d7ebdc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/.project
|
||||
/commons-codec-1.7-src.tar.gz
|
||||
/commons-codec-1.8-src.tar.gz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user