From ca0f17bf674c043335594e4a67f30edbd929e59f15b9a982e9fdde6da1eeda74 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Wed, 20 Jan 2021 08:06:14 +0000 Subject: [PATCH] Accepting request 864560 from home:mschnitzer:ruby:extensions update OBS-URL: https://build.opensuse.org/request/show/864560 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=59 --- i18n-1.8.5.gem | 3 --- i18n-1.8.7.gem | 3 +++ rubygem-i18n.changes | 7 +++++++ rubygem-i18n.spec | 22 ++++++++++++---------- 4 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 i18n-1.8.5.gem create mode 100644 i18n-1.8.7.gem diff --git a/i18n-1.8.5.gem b/i18n-1.8.5.gem deleted file mode 100644 index f5ad215..0000000 --- a/i18n-1.8.5.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3bb7c9e89804cde8264b89f47f4746527f7293e7b5e4c74e66a9b70cfe97a94 -size 42496 diff --git a/i18n-1.8.7.gem b/i18n-1.8.7.gem new file mode 100644 index 0000000..ad8134a --- /dev/null +++ b/i18n-1.8.7.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3be7ddd6069e7b8c939a87290349d28bf13a0bf01a526bb42fdb0d31525f20cf +size 42496 diff --git a/rubygem-i18n.changes b/rubygem-i18n.changes index f722896..ba60aac 100644 --- a/rubygem-i18n.changes +++ b/rubygem-i18n.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jan 20 07:35:40 UTC 2021 - Manuel Schnitzer + +- updated to version 1.8.7 + + * Fixed a regression with fallback logic: see issues #547, #546 and #542. + ------------------------------------------------------------------- Mon Aug 17 12:46:18 UTC 2020 - Dan Čermák diff --git a/rubygem-i18n.spec b/rubygem-i18n.spec index 25393c0..b8882ef 100644 --- a/rubygem-i18n.spec +++ b/rubygem-i18n.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-i18n # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,26 +16,28 @@ # -%define mod_name i18n -%define mod_full_name %{mod_name}-%{version} # # This file was generated with a gem2rpm.yml and not just plain gem2rpm. # All sections marked as MANUAL, license headers, summaries and descriptions # can be maintained in that file. Please consult this file before editing any # of those fields # + Name: rubygem-i18n -Version: 1.8.5 +Version: 1.8.7 Release: 0 -Summary: New wave Internationalization support for Ruby -License: MIT -Group: Development/Languages/Ruby -URL: https://github.com/ruby-i18n/i18n -Source: https://rubygems.org/gems/%{mod_full_name}.gem -Source1: gem2rpm.yml +%define mod_name i18n +%define mod_full_name %{mod_name}-%{version} +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 2.3.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 +URL: https://github.com/ruby-i18n/i18n +Source: https://rubygems.org/gems/%{mod_full_name}.gem +Source1: gem2rpm.yml +Summary: New wave Internationalization support for Ruby +License: MIT +Group: Development/Languages/Ruby %description New wave Internationalization support for Ruby.