#2 Update to tzinfo 2.0.2.
Merged 3 years ago by pvalena. Opened 3 years ago by pvalena.
rpms/ pvalena/rubygem-tzinfo rebase  into  master

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

  %global gem_name tzinfo

  

  Name: rubygem-%{gem_name}

- Version: 2.0.1

- Release: 2%{?dist}

+ Version: 2.0.2

+ Release: 1%{?dist}

  Summary: Daylight savings aware timezone library

  License: MIT

  URL: http://tzinfo.github.io

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

  # Gem file does not contain a test suite, you can create it like so:

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

- # cd tzinfo && git archive -v -o tzinfo-2.0.1-tests.txz v2.0.1 test/

+ # cd tzinfo && git archive -v -o tzinfo-2.0.2-tests.txz v2.0.2 test/

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

  

  BuildRequires: ruby(release)
@@ -70,6 +70,10 @@ 

  %doc %{gem_instdir}/README.md

  

  %changelog

+ * Fri Oct 30 21:10:27 CET 2020 Pavel Valena <pvalena@redhat.com> - 2.0.2-1

+ - Update to tzinfo 2.0.2.

+   Resolves: rhbz#1820389

+ 

  * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2

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

  

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

- SHA512 (tzinfo-2.0.1.gem) = d8abd4e9c19cce1b8562af415f533b7203a06739839b2dfea719a642acaf5bfdd15ae38ea8bb4719a1ca7bcd0b778bc029ae15bf139174d1474b4b84bc2fc5e9

- SHA512 (tzinfo-2.0.1-tests.txz) = b3450e0a626688777748f83855efe538c99e1cb588f0eb459aa9fa3b987bf09798af21da1dbd7bcb85819270a8c2acb5d11a9c24c9df53189ad9064286266470

+ SHA512 (tzinfo-2.0.2.gem) = 2333009e323df8443f9ba658b76bbfd97a9b3b6859e4dad14562eaaf71791bf208b2963c9cf45d5e4f846174cf70e3db93dc9018291e63912cc3c3d3ca1e6d86

+ SHA512 (tzinfo-2.0.2-tests.txz) = 559910c98e73cdb417578bc646d56dbcdd3c151262878ad4334e649326f1aae7a1dfd09010bcc20877041e6a31b509b70845bddd8c296fdcf6d0fd22d5961a66

Resolves: rhbz#1820389


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 tzinfo gem in Fedora.

Up-to-date Koji scratch-build:
https://koji.fedoraproject.org/koji/taskinfo?taskID=54581539

Up-to-date Copr build:
https://copr.fedorainfracloud.org/coprs/build/1729040

Checks:

  • Tests: ok
  • Syntax check: ok
  • Dependent packages: ok
  • Smoke test: ok
  • rpmlint: ok

Update log: https://git.io/JT9TV
Test log: https://git.io/JT9Tw
gem2rpm diff: https://git.io/JT9Tr

It looks good to me! Thanks!

Pull-Request has been merged by pvalena

3 years ago
Metadata