update to version 1.19
This commit is contained in:
parent
ac6ae231a9
commit
2888e52149
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
|||||||
/commons-compress-1.16.1-src.tar.gz
|
/commons-compress-1.16.1-src.tar.gz
|
||||||
/commons-compress-1.17-src.tar.gz
|
/commons-compress-1.17-src.tar.gz
|
||||||
/commons-compress-1.18-src.tar.gz
|
/commons-compress-1.18-src.tar.gz
|
||||||
|
/commons-compress-1.19-src.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global short_name commons-%{base_name}
|
%global short_name commons-%{base_name}
|
||||||
|
|
||||||
Name: apache-%{short_name}
|
Name: apache-%{short_name}
|
||||||
Version: 1.18
|
Version: 1.19
|
||||||
Release: 7%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Java API for working with compressed files and archivers
|
Summary: Java API for working with compressed files and archivers
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://commons.apache.org/proper/commons-compress/
|
URL: http://commons.apache.org/proper/commons-compress/
|
||||||
@ -83,6 +83,9 @@ rm src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStrea
|
|||||||
%doc LICENSE.txt NOTICE.txt
|
%doc LICENSE.txt NOTICE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 04 2019 Fabio Valentini <decathorpe@gmail.com> - 1.19-1
|
||||||
|
- Update to version 1.19.
|
||||||
|
|
||||||
* Wed Sep 18 2019 Fabio Valentini <decathorpe@gmail.com> - 1.18-7
|
* Wed Sep 18 2019 Fabio Valentini <decathorpe@gmail.com> - 1.18-7
|
||||||
- Migrate from the obsolete felix-osgi-core to osgi-core.
|
- Migrate from the obsolete felix-osgi-core to osgi-core.
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (commons-compress-1.18-src.tar.gz) = e601e150e58ee453991789e0e58337e71725210fc798d77954ce525ba6fd3312a3b0174aba9f4bfbe7c6bac806a29247ad6a31eca8bd540c6f850777bf8a926d
|
SHA512 (commons-compress-1.19-src.tar.gz) = 9c3c1152ea7419a2e5c398a1d9becfcb807708ed9dccda94e2c19666269d4d2d89c14fb329484a4668b002d3d2c02ca6cd3012b3144f7221c6969201a96c0c8f
|
||||||
|
Loading…
Reference in New Issue
Block a user