Hello community,

here is the log from the commit of package rubygem-i18n for openSUSE:Factory 
checked in at 2020-08-18 14:00:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-i18n (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-i18n.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-i18n"

Tue Aug 18 14:00:46 2020 rev:28 rq:827373 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-i18n/rubygem-i18n.changes        
2020-06-19 17:26:40.672469019 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-i18n.new.3399/rubygem-i18n.changes      
2020-08-18 14:03:30.114325833 +0200
@@ -1,0 +2,12 @@
+Mon Aug 17 12:46:18 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 1.8.5
+
+  * Fixed an issue where users could not use their own custom fallback classes 
- #536
+
+  1.8.4:
+
+  * Fixed issue where fallbacks were not working when I18n.fallbacks was an 
array - #534
+  * Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - 
#531
+
+-------------------------------------------------------------------

Old:
----
  i18n-1.8.3.gem

New:
----
  i18n-1.8.5.gem

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

Other differences:
------------------
++++++ rubygem-i18n.spec ++++++
--- /var/tmp/diff_new_pack.jUfX7X/_old  2020-08-18 14:03:30.762326123 +0200
+++ /var/tmp/diff_new_pack.jUfX7X/_new  2020-08-18 14:03:30.766326125 +0200
@@ -25,7 +25,7 @@
 # of those fields
 #
 Name:           rubygem-i18n
-Version:        1.8.3
+Version:        1.8.5
 Release:        0
 Summary:        New wave Internationalization support for Ruby
 License:        MIT

++++++ i18n-1.8.3.gem -> i18n-1.8.5.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   2020-06-05 02:22:32.000000000 +0200
+++ new/lib/i18n/backend/fallbacks.rb   2020-07-24 01:18:22.000000000 +0200
@@ -20,7 +20,7 @@
 
     # Sets the current fallbacks implementation. Use this to set a different 
fallbacks implementation.
     def fallbacks=(fallbacks)
-      @@fallbacks = fallbacks
+      @@fallbacks = fallbacks.is_a?(Array) ? 
I18n::Locale::Fallbacks.new(fallbacks) : fallbacks
     end
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/interpolate/ruby.rb 
new/lib/i18n/interpolate/ruby.rb
--- old/lib/i18n/interpolate/ruby.rb    2020-06-05 02:22:32.000000000 +0200
+++ new/lib/i18n/interpolate/ruby.rb    2020-07-24 01:18:22.000000000 +0200
@@ -8,7 +8,7 @@
     /%<(\w+)>(.*?\d*\.?\d*[bBdiouxXeEfgGcps])/  # matches placeholders like 
"%<foo>.d"
   ].freeze
   INTERPOLATION_PATTERN = Regexp.union(DEFAULT_INTERPOLATION_PATTERNS)
-  deprecate_constant :INTERPOLATION_PATTERN if method_defined? 
:INTERPOLATION_PATTERN
+  deprecate_constant :INTERPOLATION_PATTERN
 
   class << self
     # Return String or raises MissingInterpolationArgument exception.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/i18n/locale/fallbacks.rb 
new/lib/i18n/locale/fallbacks.rb
--- old/lib/i18n/locale/fallbacks.rb    2020-06-05 02:22:32.000000000 +0200
+++ new/lib/i18n/locale/fallbacks.rb    2020-07-24 01:18:22.000000000 +0200
@@ -26,7 +26,7 @@
 #
 #   I18n.default_locale = :"en-US"
 #   I18n.fallbacks = I18n::Locale::Fallbacks.new(:"de-AT" => :"de-DE")
-#   I18n.fallbacks[:"de-AT"] # => [:"de-AT", :"de-DE", :de, :"en-US", :en]
+#   I18n.fallbacks[:"de-AT"] # => [:"de-AT", :de, :"de-DE"]
 #
 #   # using a custom locale as default fallback locale
 #
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     2020-06-05 02:22:32.000000000 +0200
+++ new/lib/i18n/version.rb     2020-07-24 01:18:22.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module I18n
-  VERSION = "1.8.3"
+  VERSION = "1.8.5"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2020-06-05 02:22:32.000000000 +0200
+++ new/metadata        2020-07-24 01:18:22.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: i18n
 version: !ruby/object:Gem::Version
-  version: 1.8.3
+  version: 1.8.5
 platform: ruby
 authors:
 - Sven Fuchs
@@ -10,10 +10,10 @@
 - Stephan Soller
 - Saimon Moore
 - Ryan Bigg
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2020-06-05 00:00:00.000000000 Z
+date: 2020-07-23 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: concurrent-ruby
@@ -121,8 +121,9 @@
     - !ruby/object:Gem::Version
       version: 1.3.5
 requirements: []
-rubygems_version: 3.1.2
-signing_key: 
+rubygems_version: 3.0.3
+signing_key:
 specification_version: 4
 summary: New wave Internationalization support for Ruby
 test_files: []
+...


Reply via email to