Update to tzinfo 2.0.2.

Resolves: rhbz#1820389
epel9
Pavel Valena 4 years ago
parent 6c0a503daa
commit 6a9d3a237a

@ -2,15 +2,15 @@
%global gem_name tzinfo %global gem_name tzinfo
Name: rubygem-%{gem_name} Name: rubygem-%{gem_name}
Version: 2.0.1 Version: 2.0.2
Release: 2%{?dist} Release: 1%{?dist}
Summary: Daylight savings aware timezone library Summary: Daylight savings aware timezone library
License: MIT License: MIT
URL: http://tzinfo.github.io URL: http://tzinfo.github.io
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
# Gem file does not contain a test suite, you can create it like so: # Gem file does not contain a test suite, you can create it like so:
# git clone https://github.com/tzinfo/tzinfo.git --no-checkout # 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 Source1: %{gem_name}-%{version}-tests.txz
BuildRequires: ruby(release) BuildRequires: ruby(release)
@ -70,6 +70,10 @@ popd
%doc %{gem_instdir}/README.md %doc %{gem_instdir}/README.md
%changelog %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 * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1,2 +1,2 @@
SHA512 (tzinfo-2.0.1.gem) = d8abd4e9c19cce1b8562af415f533b7203a06739839b2dfea719a642acaf5bfdd15ae38ea8bb4719a1ca7bcd0b778bc029ae15bf139174d1474b4b84bc2fc5e9 SHA512 (tzinfo-2.0.2.gem) = 2333009e323df8443f9ba658b76bbfd97a9b3b6859e4dad14562eaaf71791bf208b2963c9cf45d5e4f846174cf70e3db93dc9018291e63912cc3c3d3ca1e6d86
SHA512 (tzinfo-2.0.1-tests.txz) = b3450e0a626688777748f83855efe538c99e1cb588f0eb459aa9fa3b987bf09798af21da1dbd7bcb85819270a8c2acb5d11a9c24c9df53189ad9064286266470 SHA512 (tzinfo-2.0.2-tests.txz) = 559910c98e73cdb417578bc646d56dbcdd3c151262878ad4334e649326f1aae7a1dfd09010bcc20877041e6a31b509b70845bddd8c296fdcf6d0fd22d5961a66

Loading…
Cancel
Save