Update to 1.8, rhbz #957598
This commit is contained in:
parent
c76a1f8232
commit
e17c8a396a
3 changed files with 7 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
||||||
/.project
|
/.project
|
||||||
/commons-codec-1.7-src.tar.gz
|
/commons-codec-1.7-src.tar.gz
|
||||||
|
/commons-codec-1.8-src.tar.gz
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.7
|
Version: 1.8
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implementations of common encoders and decoders
|
Summary: Implementations of common encoders and decoders
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
|
|
@ -90,6 +90,9 @@ install -p -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{short_name}.pom
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 29 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.7-5
|
||||||
- Remove unneeded BR: maven-idea-plugin
|
- Remove unneeded BR: maven-idea-plugin
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
9532b9247c71475d12350e36b721c366 commons-codec-1.7-src.tar.gz
|
60cdbb3f5319310242e3aacec22ef566 commons-codec-1.8-src.tar.gz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue