Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-fast_gettext for 
openSUSE:Factory checked in at 2023-11-15 21:06:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-fast_gettext (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-fast_gettext"

Wed Nov 15 21:06:47 2023 rev:32 rq:1126258 version:2.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-fast_gettext/rubygem-fast_gettext.changes    
    2022-02-03 23:15:42.048934546 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-fast_gettext.new.17445/rubygem-fast_gettext.changes
     2023-11-15 21:07:07.569017712 +0100
@@ -1,0 +2,5 @@
+Tue Nov 14 14:58:42 UTC 2023 - Dan Čermák <[email protected]>
+
+- New upstream release 2.3.0, see bundled CHANGELOG
+
+-------------------------------------------------------------------

Old:
----
  fast_gettext-2.2.0.gem

New:
----
  fast_gettext-2.3.0.gem

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

Other differences:
------------------
++++++ rubygem-fast_gettext.spec ++++++
--- /var/tmp/diff_new_pack.q8H29V/_old  2023-11-15 21:07:08.301044721 +0100
+++ /var/tmp/diff_new_pack.q8H29V/_new  2023-11-15 21:07:08.301044721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-fast_gettext
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,10 @@
 #
 
 Name:           rubygem-fast_gettext
-Version:        2.2.0
+Version:        2.3.0
 Release:        0
 %define mod_name fast_gettext
 %define mod_full_name %{mod_name}-%{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{ruby >= 2.5.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
@@ -37,7 +36,6 @@
 Source1:        gem2rpm.yml
 Summary:        A simple, fast, memory-efficient and threadsafe implementation 
of
 License:        MIT AND Ruby
-Group:          Development/Languages/Ruby
 
 %description
 A simple, fast, memory-efficient and threadsafe implementation of GetText.

++++++ fast_gettext-2.2.0.gem -> fast_gettext-2.3.0.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/fast_gettext/mo_file.rb 
new/lib/fast_gettext/mo_file.rb
--- old/lib/fast_gettext/mo_file.rb     2022-01-20 20:20:51.000000000 +0100
+++ new/lib/fast_gettext/mo_file.rb     2023-02-16 16:55:08.000000000 +0100
@@ -44,7 +44,7 @@
     end
 
     def self.empty
-      MoFile.new(File.join(File.dirname(__FILE__), 'vendor', 'empty.mo'))
+      @empty ||= MoFile.new(File.join(__dir__, 'vendor', 'empty.mo'), 
eager_load: true).freeze
     end
 
     private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/fast_gettext/version.rb 
new/lib/fast_gettext/version.rb
--- old/lib/fast_gettext/version.rb     2022-01-20 20:20:51.000000000 +0100
+++ new/lib/fast_gettext/version.rb     2023-02-16 16:55:08.000000000 +0100
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module FastGettext
-  VERSION = Version = '2.2.0' # rubocop:disable Naming/ConstantName
+  VERSION = Version = '2.3.0' # rubocop:disable Naming/ConstantName
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-01-20 20:20:51.000000000 +0100
+++ new/metadata        2023-02-16 16:55:08.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: fast_gettext
 version: !ruby/object:Gem::Version
-  version: 2.2.0
+  version: 2.3.0
 platform: ruby
 authors:
 - Michael Grosser
-autorequire: 
+autorequire:
 bindir: bin
 cert_chain: []
-date: 2022-01-20 00:00:00.000000000 Z
+date: 2023-02-16 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rake
@@ -109,6 +109,20 @@
       - !ruby/object:Gem::Version
         version: '0'
 - !ruby/object:Gem::Dependency
+  name: rubocop-packaging
+  requirement: !ruby/object:Gem::Requirement
+    requirements:
+    - - ">="
+      - !ruby/object:Gem::Version
+        version: '0'
+  type: :development
+  prerelease: false
+  version_requirements: !ruby/object:Gem::Requirement
+    requirements:
+    - - ">="
+      - !ruby/object:Gem::Version
+        version: '0'
+- !ruby/object:Gem::Dependency
   name: single_cov
   requirement: !ruby/object:Gem::Requirement
     requirements:
@@ -136,7 +150,7 @@
     - - ">="
       - !ruby/object:Gem::Version
         version: '0'
-description: 
+description:
 email: [email protected]
 executables: []
 extensions: []
@@ -174,7 +188,7 @@
 - MIT
 - Ruby
 metadata: {}
-post_install_message: 
+post_install_message:
 rdoc_options: []
 require_paths:
 - lib
@@ -189,8 +203,8 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.1.6
-signing_key: 
+rubygems_version: 3.3.3
+signing_key:
 specification_version: 4
 summary: A simple, fast, memory-efficient and threadsafe implementation of 
GetText
 test_files: []

Reply via email to