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
This commit is contained in:
Manuel Schnitzer 2020-01-27 11:14:00 +00:00 committed by Git OBS Bridge
parent 87fc1244e6
commit 2c7ff55e7c
4 changed files with 26 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14fadf992a1acd31eda538e0c3c26309d4df058beac4a9215980f998fabebe42
size 41984

3
i18n-1.8.2.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95cf147081cc6f1dbfb32a8f29a03afe8b0f4da6a300d37d34e0f74a6868994b
size 42496

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Jan 14 09:52:29 UTC 2020 - Dan Čermák <dcermak@suse.com>
- 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 <mschnitzer@suse.com>

View File

@ -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