Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rubygem-rice for openSUSE:Factory checked in at 2022-02-02 22:41:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rubygem-rice (Old) and /work/SRC/openSUSE:Factory/.rubygem-rice.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rubygem-rice" Wed Feb 2 22:41:35 2022 rev:8 rq:950648 version:4.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/rubygem-rice/rubygem-rice.changes 2021-07-02 13:28:48.664134912 +0200 +++ /work/SRC/openSUSE:Factory/.rubygem-rice.new.1898/rubygem-rice.changes 2022-02-02 22:42:32.711071698 +0100 @@ -1,0 +2,7 @@ +Tue Jan 25 07:28:16 UTC 2022 - Stephan Kulow <co...@suse.com> + +updated to version 4.0.3 + see installed CHANGELOG.md + + +------------------------------------------------------------------- Old: ---- rice-4.0.2.gem New: ---- rice-4.0.3.gem ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rubygem-rice.spec ++++++ --- /var/tmp/diff_new_pack.uto1N3/_old 2022-02-02 22:42:33.251068037 +0100 +++ /var/tmp/diff_new_pack.uto1N3/_new 2022-02-02 22:42:33.259067983 +0100 @@ -1,7 +1,7 @@ # # spec file for package rubygem-rice # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 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-rice -Version: 4.0.2 +Version: 4.0.3 Release: 0 %define mod_name rice %define mod_full_name %{mod_name}-%{version} @@ -36,7 +36,7 @@ BuildRequires: gettext-devel # /MANUAL BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: %{ruby >= 2.6} +BuildRequires: %{ruby >= 2.5} BuildRequires: %{rubygem gem2rpm} BuildRequires: ruby-macros >= 5 URL: https://github.com/jasonroelofs/rice ++++++ rice-4.0.2.gem -> rice-4.0.3.gem ++++++ Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/include/rice/rice.hpp new/include/rice/rice.hpp --- old/include/rice/rice.hpp 2021-05-17 21:22:03.000000000 +0200 +++ new/include/rice/rice.hpp 2022-01-15 23:04:59.000000000 +0100 @@ -5707,8 +5707,8 @@ * plain function or lambda, the first argument must be SELF - ie, * the current object. If it is specified as a VALUE, then * the current Ruby object is passed. If it is specified as a C++ class, - * then the C++ oject is passed. If you don't want to include the - * SELF argument see define_fuction. + * then the C++ object is passed. If you don't want to include the + * SELF argument see define_function. * Rice will automatically convert method method from Ruby to C++ and * then convert the return value from C++ to Ruby. * \param name the name of the method @@ -5737,9 +5737,9 @@ //! Define a singleton method. /*! The method's implementation can be a static member function, * plain function or lambda. In all cases the first argument - * must be SELF - ie, he current object. If it is specified as a VALUE, then + * must be SELF - ie, the current object. If it is specified as a VALUE, then * the current Ruby object is passed. If it is specified as a C++ class, - * then the C++ oject is passed. If you don't want to include the + * then the C++ object is passed. If you don't want to include the * SELF argument see define_singleton_function. * Rice will automatically convert method method from Ruby to C++ and * then convert the return value from C++ to Ruby. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/lib/version.rb new/lib/version.rb --- old/lib/version.rb 2021-05-17 21:22:03.000000000 +0200 +++ new/lib/version.rb 2022-01-15 23:04:59.000000000 +0100 @@ -1,3 +1,3 @@ module Rice - VERSION = "4.0.2" + VERSION = "4.0.3" end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/metadata new/metadata --- old/metadata 2021-05-17 21:22:03.000000000 +0200 +++ new/metadata 2022-01-15 23:04:59.000000000 +0100 @@ -1,7 +1,7 @@ --- !ruby/object:Gem::Specification name: rice version: !ruby/object:Gem::Version - version: 4.0.2 + version: 4.0.3 platform: ruby authors: - Paul Brannan @@ -10,7 +10,7 @@ autorequire: bindir: bin cert_chain: [] -date: 2021-05-17 00:00:00.000000000 Z +date: 2022-01-15 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler @@ -213,14 +213,14 @@ requirements: - - ">=" - !ruby/object:Gem::Version - version: '2.6' + version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] -rubygems_version: 3.2.3 +rubygems_version: 3.2.32 signing_key: specification_version: 4 summary: Ruby Interface for C++ Extensions