Update to latest upstream version
This commit is contained in:
parent
068b7a6b3e
commit
dbd1a897ba
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,8 +1,5 @@
|
|||||||
/.project
|
/.project
|
||||||
/commons-codec-1.7-src.tar.gz
|
|
||||||
/commons-codec-1.8-src.tar.gz
|
|
||||||
/commons-codec-1.9-src.tar.gz
|
|
||||||
/*.src.rpm
|
/*.src.rpm
|
||||||
/noarch
|
/noarch
|
||||||
/.build-*.log
|
/.build-*.log
|
||||||
/commons-codec-1.10-src.tar.gz
|
/commons-codec-*-src.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.10
|
Version: 1.11
|
||||||
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}/
|
||||||
@ -48,12 +48,16 @@ sed -i 's/\r//' RELEASE-NOTES*.txt LICENSE.txt NOTICE.txt
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%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
|
%files javadoc -f .mfiles-javadoc
|
||||||
%doc LICENSE.txt NOTICE.txt aspell-mail.txt
|
%license LICENSE.txt NOTICE.txt aspell-mail.txt
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user