Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/apache-commons-io.git#39c5d644ec6b2d5476601a7be44ac2b53d4fa072
This commit is contained in:
parent
61a11d5a8a
commit
0cad3a0f58
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/commons-io-2.5-src.tar.gz
|
||||
/commons-io-2.6-src.tar.gz
|
||||
/commons-io-2.7-src.tar.gz
|
||||
/commons-io-2.8.0-src.tar.gz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# unit tests do not finish
|
||||
# unit tests do not finish or crash the JVM
|
||||
%bcond_with tests
|
||||
|
||||
%global srcname commons-io
|
||||
|
||||
Name: apache-commons-io
|
||||
Epoch: 1
|
||||
Version: 2.7
|
||||
Version: 2.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Utilities to assist with developing IO functionality
|
||||
License: ASL 2.0
|
||||
@ -79,6 +79,9 @@ rm src/test/java/org/apache/commons/io/output/XmlStreamWriterTest.java
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Oct 16 2020 Fabio Valentini <decathorpe@gmail.com> - 1:2.8.0-1
|
||||
- Update to version 2.8.0.
|
||||
|
||||
* Tue Aug 18 2020 Fabio Valentini <decathorpe@gmail.com> - 1:2.7-1
|
||||
- Update to version 2.7.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (commons-io-2.7-src.tar.gz) = 9898b59c2aebdc1c51a7f8aca14e3080a08b766404c2aff091b204ba55870129dd95643665a6d46e15e94cd9d4cb280488ab0a28a1c51f43d132f839b742edc3
|
||||
SHA512 (commons-io-2.8.0-src.tar.gz) = 6189c72eff8661bfb8cfed95dd7ee32578b24b50f6586d4628a4dbfd3618853a72eb73da311729e55742ace47b2d38d3ce130ab87b684494d8ce33d1ccf14a2d
|
||||
|
Loading…
Reference in New Issue
Block a user