Update to upstream version 1.10
This commit is contained in:
parent
4e3e2eb59b
commit
3ee46a885d
3 changed files with 9 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,3 +4,5 @@
|
|||
/commons-codec-1.9-src.tar.gz
|
||||
/*.src.rpm
|
||||
/noarch
|
||||
/.build-*.log
|
||||
/commons-codec-1.10-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.9
|
||||
Release: 5%{?dist}
|
||||
Version: 1.10
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
License: ASL 2.0
|
||||
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
|
||||
|
||||
%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
|
||||
- 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.
|
||||
- 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.
|
||||
|
||||
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-11
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
db87f7004cefc9d17f7ac841f86122bd commons-codec-1.9-src.tar.gz
|
||||
ea7c015a2c7b641cd11298ed94d992c7 commons-codec-1.10-src.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue