Update to latest upstream version
This commit is contained in:
parent
2fb34652ca
commit
826102c25f
3 changed files with 10 additions and 9 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,8 +1,5 @@
|
|||
/.project
|
||||
/commons-codec-1.7-src.tar.gz
|
||||
/commons-codec-1.8-src.tar.gz
|
||||
/commons-codec-1.9-src.tar.gz
|
||||
/*.src.rpm
|
||||
/noarch
|
||||
/.build-*.log
|
||||
/commons-codec-1.10-src.tar.gz
|
||||
/commons-codec-*-src.tar.gz
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
%global short_name commons-%{base_name}
|
||||
|
||||
Name: apache-%{short_name}
|
||||
Version: 1.10
|
||||
Release: 5%{?dist}
|
||||
Version: 1.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Implementations of common encoders and decoders
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/%{base_name}/
|
||||
|
|
@ -48,12 +48,16 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE.txt NOTICE.txt RELEASE-NOTES* aspell-mail.txt
|
||||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
%doc RELEASE-NOTES*
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||
|
||||
%changelog
|
||||
* Fri Nov 24 2017 Mat Booth <mat.booth@redhat.com> - 1.11-1
|
||||
- Update to latest upstream version
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
ea7c015a2c7b641cd11298ed94d992c7 commons-codec-1.10-src.tar.gz
|
||||
SHA512 (commons-codec-1.11-src.tar.gz) = b3159308f28b2fc50208421412d8cc81f439cc07dc3d071df7b50f2d862aab65b3d20bc8eb2906367a05ecf5138c56b5f12c6cf9c224def8b8286fe12ac5346f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue