Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-listen for openSUSE:Factory 
checked in at 2021-04-29 22:44:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-listen (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-listen.new.1947 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-listen"

Thu Apr 29 22:44:24 2021 rev:14 rq:888176 version:3.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-listen/rubygem-listen.changes    
2021-01-21 21:54:30.729773814 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-listen.new.1947/rubygem-listen.changes  
2021-04-29 22:44:30.256271479 +0200
@@ -1,0 +2,7 @@
+Sat Apr 24 08:36:03 UTC 2021 - Manuel Schnitzer <mschnit...@suse.com>
+
+- updated to version 3.5.1
+
+  * Bump required ruby version to v2.4.0 (#536) @cgunther
+
+-------------------------------------------------------------------

Old:
----
  listen-3.4.1.gem

New:
----
  listen-3.5.1.gem

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

Other differences:
------------------
++++++ rubygem-listen.spec ++++++
--- /var/tmp/diff_new_pack.zG8S5a/_old  2021-04-29 22:44:30.764269217 +0200
+++ /var/tmp/diff_new_pack.zG8S5a/_new  2021-04-29 22:44:30.768269200 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-listen
-Version:        3.4.1
+Version:        3.5.1
 Release:        0
 %define mod_name listen
 %define mod_full_name %{mod_name}-%{version}
@@ -35,7 +35,7 @@
 %endif
 # /MANUAL
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{ruby >= 2.2.7}
+BuildRequires:  %{ruby >= 2.4.0}
 BuildRequires:  %{rubygem gem2rpm}
 BuildRequires:  ruby-macros >= 5
 BuildRequires:  update-alternatives

++++++ listen-3.4.1.gem -> listen-3.5.1.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/listen/thread.rb new/lib/listen/thread.rb
--- old/lib/listen/thread.rb    2021-01-14 18:16:30.000000000 +0100
+++ new/lib/listen/thread.rb    2021-03-30 22:19:15.000000000 +0200
@@ -24,7 +24,7 @@
 
       def rescue_and_log(method_name, *args, caller_stack: nil)
         yield(*args)
-      rescue Exception => exception # rubocop:disable Lint/RescueException
+      rescue => exception
         _log_exception(exception, method_name, caller_stack: caller_stack)
       end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/listen/version.rb new/lib/listen/version.rb
--- old/lib/listen/version.rb   2021-01-14 18:16:30.000000000 +0100
+++ new/lib/listen/version.rb   2021-03-30 22:19:15.000000000 +0200
@@ -1,5 +1,5 @@
 # frozen_string_literal: true
 
 module Listen
-  VERSION = '3.4.1'
+  VERSION = '3.5.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-01-14 18:16:30.000000000 +0100
+++ new/metadata        2021-03-30 22:19:15.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: listen
 version: !ruby/object:Gem::Version
-  version: 3.4.1
+  version: 3.5.1
 platform: ruby
 authors:
 - Thibaud Guillaume-Gentil
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2021-01-14 00:00:00.000000000 Z
+date: 2021-03-30 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rb-fsevent
@@ -103,9 +103,9 @@
   allowed_push_host: https://rubygems.org
   bug_tracker_uri: https://github.com/guard/listen/issues
   changelog_uri: https://github.com/guard/listen/releases
-  documentation_uri: https://www.rubydoc.info/gems/listen/3.4.1
+  documentation_uri: https://www.rubydoc.info/gems/listen/3.5.1
   homepage_uri: https://github.com/guard/listen
-  source_code_uri: https://github.com/guard/listen/tree/v3.4.1
+  source_code_uri: https://github.com/guard/listen/tree/v3.5.1
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -114,7 +114,7 @@
   requirements:
   - - ">="
     - !ruby/object:Gem::Version
-      version: 2.2.7
+      version: 2.4.0
 required_rubygems_version: !ruby/object:Gem::Requirement
   requirements:
   - - ">="

Reply via email to