Update to upstream version 2.6
This commit is contained in:
parent
702d27e347
commit
f2aadceea6
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ commons-io-2.1-src.tar.gz
|
||||
/commons-io-2.3-src.tar.gz
|
||||
/commons-io-2.4-src.tar.gz
|
||||
/commons-io-2.5-src.tar.gz
|
||||
/commons-io-2.6-src.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: apache-commons-io
|
||||
Version: 2.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.6
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
License: ASL 2.0
|
||||
@ -32,7 +32,9 @@ sed -i 's/\r//' *.txt
|
||||
%mvn_file : commons-io %{name}
|
||||
%mvn_alias : org.apache.commons:
|
||||
|
||||
%mvn_build
|
||||
# FIXME: tests skipped because commons-io is on surefire's classpath and causes
|
||||
# tests to be run against the system version and not the one we just built
|
||||
%mvn_build -f
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
@ -44,6 +46,9 @@ sed -i 's/\r//' *.txt
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Sun Oct 22 2017 Michael Simacek <msimacek@redhat.com> - 1:2.6-1
|
||||
- Update to upstream version 2.6
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user