Update to upstream version 2.16.1
Related: RHEL-74141
This commit is contained in:
parent
7af4b97ab8
commit
d20d8def21
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,3 +14,5 @@
|
|||||||
/commons-io-2.8.0-src.tar.gz
|
/commons-io-2.8.0-src.tar.gz
|
||||||
/commons-io-2.11.0-src.tar.gz
|
/commons-io-2.11.0-src.tar.gz
|
||||||
/commons-io-2.13.0-src.tar.gz
|
/commons-io-2.13.0-src.tar.gz
|
||||||
|
/commons-io-2.15.1-src.tar.gz
|
||||||
|
/commons-io-2.16.1-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Name: apache-commons-io
|
Name: apache-commons-io
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 2.13.0
|
Version: 2.16.1
|
||||||
Release: 9%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Utilities to assist with developing IO functionality
|
Summary: Utilities to assist with developing IO functionality
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://commons.apache.org/io
|
URL: https://commons.apache.org/io
|
||||||
@ -32,7 +32,7 @@ to assist with developing IO functionality.
|
|||||||
%{?javadoc_package}
|
%{?javadoc_package}
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n commons-io-%{version}-src
|
%autosetup -p1 -n commons-io-%{version}-src
|
||||||
|
|
||||||
sed -i 's/\r//' *.txt
|
sed -i 's/\r//' *.txt
|
||||||
|
|
||||||
@ -70,6 +70,9 @@ rm src/test/java/org/apache/commons/io/input/ReversedLinesFileReaderTestParamFil
|
|||||||
%doc RELEASE-NOTES.txt
|
%doc RELEASE-NOTES.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2025 Mikolaj Izdebski <mizdebsk@redhat.com> - 1:2.16.1-1
|
||||||
|
- Update to upstream version 2.16.1
|
||||||
|
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:2.13.0-9
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:2.13.0-9
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Bump release for October 2024 mass rebuild:
|
||||||
Resolves: RHEL-64018
|
Resolves: RHEL-64018
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-io-2.13.0-src.tar.gz) = 187df4b73ac20caa28de99381b32f46673ee5a3b519e6804e6cd8ced49412ba89dd6f5cf43e4cfb54c221331cefa1ed20a180d8c9f0e4c361b4b9a2e98b26017
|
SHA512 (commons-io-2.16.1-src.tar.gz) = 07298e3af85726f2ec07a660fbb743f82cd88f8043a57e2e1063b758c81429dfafd77a024e2cdd48efe5d403299c20e898f5b3dd729f52bd55b8a6fb50c9a13a
|
||||||
|
Loading…
Reference in New Issue
Block a user