#7 update to version 1.19
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -22,3 +22,4 @@

  /commons-compress-1.16.1-src.tar.gz

  /commons-compress-1.17-src.tar.gz

  /commons-compress-1.18-src.tar.gz

+ /commons-compress-1.19-src.tar.gz

file modified
+5 -2
@@ -2,8 +2,8 @@

  %global short_name      commons-%{base_name}

  

  Name:           apache-%{short_name}

- Version:        1.18

- Release:        7%{?dist}

+ Version:        1.19

+ Release:        1%{?dist}

  Summary:        Java API for working with compressed files and archivers

  License:        ASL 2.0

  URL:            http://commons.apache.org/proper/commons-compress/
@@ -83,6 +83,9 @@

  %doc LICENSE.txt NOTICE.txt

  

  %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

  - Migrate from the obsolete felix-osgi-core to osgi-core.

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (commons-compress-1.18-src.tar.gz) = e601e150e58ee453991789e0e58337e71725210fc798d77954ce525ba6fd3312a3b0174aba9f4bfbe7c6bac806a29247ad6a31eca8bd540c6f850777bf8a926d

+ SHA512 (commons-compress-1.19-src.tar.gz) = 9c3c1152ea7419a2e5c398a1d9becfcb807708ed9dccda94e2c19666269d4d2d89c14fb329484a4668b002d3d2c02ca6cd3012b3144f7221c6969201a96c0c8f

Update to latest version.

Test rebuilds of dependent packages were successful:

https://copr.fedorainfracloud.org/coprs/decathorpe/commons-compress-pr/monitor/

Yep, looks like the failures were expected. SHA512 confirmed.

Looks like a clean update, ship it.

Pull-Request has been merged by decathorpe

4 years ago