Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2021-04-23 17:50:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-i18n (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-i18n.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-i18n"

Fri Apr 23 17:50:12 2021 rev:32 rq:887018 version:1.8.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes        
2021-02-18 20:49:55.859298772 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new.12324/rubygem-i18n.changes     
2021-04-23 17:50:15.178755731 +0200
@@ -1,0 +2,7 @@
+Tue Apr 20 13:36:12 UTC 2021 - Manuel Schnitzer <[email protected]>
+
+- updated to version 1.8.10
+
+  * Fix string locale will trigger on_fallback hook - #562
+
+-------------------------------------------------------------------

Old:
----
  i18n-1.8.9.gem

New:
----
  i18n-1.8.10.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-i18n.spec ++++++
--- /var/tmp/diff_new_pack.K7Fq8Q/_old  2021-04-23 17:50:15.658756556 +0200
+++ /var/tmp/diff_new_pack.K7Fq8Q/_new  2021-04-23 17:50:15.662756563 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-i18n
-Version:        1.8.9
+Version:        1.8.10
 Release:        0
 %define mod_name i18n
 %define mod_full_name %{mod_name}-%{version}

++++++ i18n-1.8.9.gem -> i18n-1.8.10.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/backend/fallbacks.rb 
new/lib/i18n/backend/fallbacks.rb
--- old/lib/i18n/backend/fallbacks.rb   2021-02-12 21:13:20.000000000 +0100
+++ new/lib/i18n/backend/fallbacks.rb   2021-03-31 00:36:53.000000000 +0200
@@ -49,7 +49,7 @@
             catch(:exception) do
               result = super(fallback, key, fallback_options)
               unless result.nil?
-                on_fallback(locale, fallback, key, options) if locale != 
fallback
+                on_fallback(locale, fallback, key, options) if locale.to_s != 
fallback.to_s
                 return result
               end
             end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/version.rb new/lib/i18n/version.rb
--- old/lib/i18n/version.rb     2021-02-12 21:13:20.000000000 +0100
+++ new/lib/i18n/version.rb     2021-03-31 00:36:53.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module I18n
-  VERSION = "1.8.9"
+  VERSION = "1.8.10"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-02-12 21:13:20.000000000 +0100
+++ new/metadata        2021-03-31 00:36:53.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: i18n
 version: !ruby/object:Gem::Version
-  version: 1.8.9
+  version: 1.8.10
 platform: ruby
 authors:
 - Sven Fuchs
@@ -13,7 +13,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2021-02-12 00:00:00.000000000 Z
+date: 2021-03-30 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   requirement: !ruby/object:Gem::Requirement

Reply via email to