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

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

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

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

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

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

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

  %global short_name      commons-%{base_name}

  

  Name:           apache-%{short_name}

- Version:        1.19

- Release:        2%{?dist}

+ Version:        1.20

+ 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

+ * Mon Mar 02 2020 Fabio Valentini <decathorpe@gmail.com> - 1.20-1

+ - Update to version 1.20.

+ 

  * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.19-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

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

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

+ SHA512 (commons-compress-1.20-src.tar.gz) = 1794bae69e00339d9e4d35b3276543ff6f9a0f1614ec9bd7c4ec8ff1bc86d08cd48e9dc3ec712b969cf8ccd61ef6054d0c6203d7cba0c28b22e6a3ecccd0c43e

  • update to latest version (1.19 → 1.20)
  • no other changes

Test rebuilds of dependent packages are running in COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/apache-commons-compress-1.20-pr/

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1800880

Test rebuilds were successful - no new build failures on top of what's already broken in rawhide.

This looks straight forward rebase. LGTM!

Pull-Request has been merged by decathorpe

4 years ago