#3 Update to rubyzip 2.3.2.
Merged 2 years ago by pvalena. Opened 2 years ago by pvalena.
rpms/ pvalena/rubygem-rubyzip rebase  into  rawhide

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

- /rubyzip-*-test.txz

  /rubyzip-*.gem

+ /rubyzip-*-test.txz

file modified
+7 -3
@@ -2,14 +2,14 @@ 

  %global gem_name rubyzip

  

  Name: rubygem-%{gem_name}

- Version: 2.3.0

- Release: 3%{?dist}

+ Version: 2.3.2

+ Release: 1%{?dist}

  Summary: A ruby module for reading and writing zip files

  License: Ruby or BSD

  URL: http://github.com/rubyzip/rubyzip

  Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem

  # git clone https://github.com/rubyzip/rubyzip.git --no-checkout

- # cd rubyzip && git archive -v -o rubyzip-2.3.0-test.txz v2.3.0 test/

+ # cd rubyzip && git archive -v -o rubyzip-2.3.2-test.txz v2.3.2 test/

  Source1: %{gem_name}-%{version}-test.txz

  BuildRequires: ruby(release)

  BuildRequires: rubygems-devel
@@ -66,6 +66,10 @@ 

  

  

  %changelog

+ * Fri Dec 03 2021 Pavel Valena <pvalena@redhat.com> - 2.3.2-1

+ - Update to rubyzip 2.3.2.

+   Resolves: rhbz#1978909

+ 

  * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3

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

  

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

- SHA512 (rubyzip-2.3.0.gem) = 6c13c5ae766320b0fb74c9de64f5c18d39c9a24725d39571a1c4ed61d559bd97c658cdbf876b7e2a3c0077b67e5407e689952b9a1addc6d655b431eb8146ad8a

- SHA512 (rubyzip-2.3.0-test.txz) = ee182ff24ddb628333f2ffd096d23276b8996787f009bbc3e35d411f7f20b610ec368a8958523a0296aaa30dc6d39f27f96d4e10c9f4935a8477c2908f875208

+ SHA512 (rubyzip-2.3.2.gem) = ded141768b205cca10da6eed62cb744111008703f0cd1377b2edba59f0fa66e3a209e43c10a86749088c9517238b4dcac6173b56ebca4e4b8340632d1794bcd2

+ SHA512 (rubyzip-2.3.2-test.txz) = 8ffb21d250af1e4927833c178c53fba70118e4a46849dc38c1ad7f0aa4928132c24584c7e08351b713ff1b661cd7c051a561825a9a242601953f7645a4e414af

Resolves: rhbz#1978909


Note: this update was created and tested automatically, but it was not checked by anyone. Please check the logs, commits, and comment "LGTM" it if you find it ok. Afterwards it will be merged and built automatically as well (and checked by me).


To have latest rubyzip gem in Fedora.

Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=79531958

Copr build:
https://copr.fedorainfracloud.org/coprs/build/2999907

Checks:

  • Koji build: ok
  • Tests: ok
  • Syntax check: ok
  • Reverse dependencies: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/JM1w1
Test log: https://git.io/JM1wD
gem2rpm diff: https://git.io/JM1wS

Pull-Request has been merged by pvalena

2 years ago