Update to 1.2023.3

This commit is contained in:
openeuler-ci-bot 2022-04-20 03:49:01 +00:00 committed by lyn1001
commit e7f652df5f
4 changed files with 11 additions and 4 deletions

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
%global gem_name tzinfo-data
Name: rubygem-tzinfo-data
Version: 1.2021.1
Version: 1.2023.3
Release: 1
Summary: Timezone Data for TZInfo
License: MIT
URL: https://tzinfo.github.io
Source0: https://rubygems.org/gems/tzinfo-data-1.2021.1.gem
Source0: https://rubygems.org/gems/tzinfo-data-%{version}.gem
BuildArch: noarch
Requires: rubygem-tzinfo
@ -28,7 +28,7 @@ BuildArch: noarch
TZInfo::Data contains data from the IANA Time Zone database packaged as Ruby modules for use with TZInfo.
%prep
%autosetup -n tzinfo-data-1.2021.1
%autosetup -n tzinfo-data-%{version}
gem spec %{SOURCE0} -l --ruby > tzinfo-data.gemspec
%build
@ -72,5 +72,8 @@ mv %{buildroot}/filelist.lst .
%{gem_docdir}/*
%changelog
* Mon Aug 02 2021 Ruby_Bot <Ruby_Bot@openeuler.org>
* Fri Jul 14 2023 liyanan <thistleslyn@163.com> - 1.2023.3-1
- Update to 1.2023.3
* Mon Aug 02 2021 Ruby_Bot <Ruby_Bot@openeuler.org> - 1.2021.1-1
- Package Spec generated

4
rubygem-tzinfo-data.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: rubygems
src_repo: tzinfo-data
tag_prefix: "^v"
separator: "."

Binary file not shown.

BIN
tzinfo-data-1.2023.3.gem Normal file

Binary file not shown.