diff --git a/rubygem-tzinfo-data.spec b/rubygem-tzinfo-data.spec index a15df2d..8ab5458 100644 --- a/rubygem-tzinfo-data.spec +++ b/rubygem-tzinfo-data.spec @@ -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 +* Fri Jul 14 2023 liyanan - 1.2023.3-1 +- Update to 1.2023.3 + +* Mon Aug 02 2021 Ruby_Bot - 1.2021.1-1 - Package Spec generated diff --git a/rubygem-tzinfo-data.yaml b/rubygem-tzinfo-data.yaml new file mode 100644 index 0000000..148614a --- /dev/null +++ b/rubygem-tzinfo-data.yaml @@ -0,0 +1,4 @@ +version_control: rubygems +src_repo: tzinfo-data +tag_prefix: "^v" +separator: "." diff --git a/tzinfo-data-1.2021.1.gem b/tzinfo-data-1.2021.1.gem deleted file mode 100644 index ba6ffd8..0000000 Binary files a/tzinfo-data-1.2021.1.gem and /dev/null differ diff --git a/tzinfo-data-1.2023.3.gem b/tzinfo-data-1.2023.3.gem new file mode 100644 index 0000000..33145cf Binary files /dev/null and b/tzinfo-data-1.2023.3.gem differ