Update to upstream version 1.10
This commit is contained in:
parent
5623db3cab
commit
bc0a39fd8e
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@
|
|||||||
/commons-codec-1.9-src.tar.gz
|
/commons-codec-1.9-src.tar.gz
|
||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/noarch
|
/noarch
|
||||||
|
/.build-*.log
|
||||||
|
/commons-codec-1.10-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.9
|
Version: 1.10
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Implementations of common encoders and decoders
|
Summary: Implementations of common encoders and decoders
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/%{base_name}/
|
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
|
%doc LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 17 2014 Mat Booth <mat.booth@redhat.com> - 1.10-1
|
||||||
|
- Update to upstream version 1.10
|
||||||
|
|
||||||
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-5
|
* Tue Oct 14 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.9-5
|
||||||
- Remove legacy Obsoletes/Provides for jakarta-commons
|
- 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.
|
- Build with maven 3.
|
||||||
- Adapt to current guidelines.
|
- Adapt to current guidelines.
|
||||||
|
|
||||||
* Thu Feb 10 2011 mbooth <mbooth@sd.matbooth.co.uk> 1.4-12
|
* Thu Feb 10 2011 mbooth <fedora@matbooth.co.uk> 1.4-12
|
||||||
- Drop versioned jars and javadocs.
|
- Drop versioned jars and javadocs.
|
||||||
|
|
||||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-11
|
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-11
|
||||||
|
Loading…
Reference in New Issue
Block a user