From 2c7ff55e7c15c85c8dd036f92d084357a00ca545690ac56966ef124d3fcc0f85 Mon Sep 17 00:00:00 2001 From: Manuel Schnitzer Date: Mon, 27 Jan 2020 11:14:00 +0000 Subject: [PATCH] Accepting request 764218 from home:dancermak:branches:devel:languages:ruby:extensions New upstream release 1.8.2 OBS-URL: https://build.opensuse.org/request/show/764218 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-i18n?expand=0&rev=53 --- i18n-1.7.0.gem | 3 --- i18n-1.8.2.gem | 3 +++ rubygem-i18n.changes | 20 ++++++++++++++++++++ rubygem-i18n.spec | 6 +++--- 4 files changed, 26 insertions(+), 6 deletions(-) delete mode 100644 i18n-1.7.0.gem create mode 100644 i18n-1.8.2.gem diff --git a/i18n-1.7.0.gem b/i18n-1.7.0.gem deleted file mode 100644 index 6eefd98..0000000 --- a/i18n-1.7.0.gem +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14fadf992a1acd31eda538e0c3c26309d4df058beac4a9215980f998fabebe42 -size 41984 diff --git a/i18n-1.8.2.gem b/i18n-1.8.2.gem new file mode 100644 index 0000000..701a78b --- /dev/null +++ b/i18n-1.8.2.gem @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95cf147081cc6f1dbfb32a8f29a03afe8b0f4da6a300d37d34e0f74a6868994b +size 42496 diff --git a/rubygem-i18n.changes b/rubygem-i18n.changes index e8aed6f..fdff860 100644 --- a/rubygem-i18n.changes +++ b/rubygem-i18n.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Jan 14 09:52:29 UTC 2020 - Dan Čermák + +- New upstream release 1.8.2 + + 1.7.1: + - I18n is now tested with GitHub Actions, instead of Travis CI. + - Fixed issue introduced in v1.7.0 (04a814b) where count option was not preserved - #503 + - #501 adds a comment that explains that you will need to double-splat keyword arguments given to I18n.t to avoid warnings in Ruby 2.7. + + 1.8.0: + - Use Rails' implementation of deep_merge when chaining fallback backends - #499. + + 1.8.1: + - Reverted #499 in #508 due to #507 - missing deep_merge method. + + 1.8.2: + - Restoration of #499 via #509 - deep_merge! & deep_merge methods appear again in the Hash refinement. + - An issue was introduced in v1.7.0 where some translations were returned as hashes, see #510. This was fixed in 1b5e345, and is available in this release. + ------------------------------------------------------------------- Tue Nov 12 15:27:56 UTC 2019 - Manuel Schnitzer diff --git a/rubygem-i18n.spec b/rubygem-i18n.spec index a87da87..4a440c9 100644 --- a/rubygem-i18n.spec +++ b/rubygem-i18n.spec @@ -1,7 +1,7 @@ # # spec file for package rubygem-i18n # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ # Name: rubygem-i18n -Version: 1.7.0 +Version: 1.8.2 Release: 0 %define mod_name i18n %define mod_full_name %{mod_name}-%{version} @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: %{ruby >= 2.3.0} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 -Url: https://github.com/ruby-i18n/i18n +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