Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-rb-fsevent for 
openSUSE:Factory checked in at 2022-02-21 17:45:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-rb-fsevent (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-rb-fsevent.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-rb-fsevent"

Mon Feb 21 17:45:44 2022 rev:10 rq:956123 version:0.11.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-rb-fsevent/rubygem-rb-fsevent.changes    
2021-05-18 18:27:00.450815465 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-rb-fsevent.new.1958/rubygem-rb-fsevent.changes
  2022-02-21 17:45:47.531579599 +0100
@@ -1,0 +2,6 @@
+Tue Feb 15 07:37:53 UTC 2022 - Stephan Kulow <[email protected]>
+
+updated to version 0.11.1
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  rb-fsevent-0.11.0.gem

New:
----
  rb-fsevent-0.11.1.gem

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

Other differences:
------------------
++++++ rubygem-rb-fsevent.spec ++++++
--- /var/tmp/diff_new_pack.wT6UDx/_old  2022-02-21 17:45:48.071579759 +0100
+++ /var/tmp/diff_new_pack.wT6UDx/_new  2022-02-21 17:45:48.079579762 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-rb-fsevent
 #
-# 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-rb-fsevent
-Version:        0.11.0
+Version:        0.11.1
 Release:        0
 %define mod_name rb-fsevent
 %define mod_full_name %{mod_name}-%{version}

++++++ rb-fsevent-0.11.0.gem -> rb-fsevent-0.11.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/rb-fsevent/fsevent.rb 
new/lib/rb-fsevent/fsevent.rb
--- old/lib/rb-fsevent/fsevent.rb       2021-05-08 13:33:11.000000000 +0200
+++ new/lib/rb-fsevent/fsevent.rb       2022-02-06 14:37:05.000000000 +0100
@@ -89,7 +89,7 @@
       Process.kill('KILL', @pipe.pid) if process_running?(@pipe.pid)
       @pipe.close
     end
-  rescue IOError
+  rescue IOError, Errno::EBADF
   ensure
     @running = false
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/rb-fsevent/version.rb 
new/lib/rb-fsevent/version.rb
--- old/lib/rb-fsevent/version.rb       2021-05-08 13:33:11.000000000 +0200
+++ new/lib/rb-fsevent/version.rb       2022-02-06 14:37:05.000000000 +0100
@@ -1,5 +1,5 @@
 # -*- encoding: utf-8 -*-
 
 class FSEvent
-  VERSION = '0.11.0'
+  VERSION = '0.11.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2021-05-08 13:33:11.000000000 +0200
+++ new/metadata        2022-02-06 14:37:05.000000000 +0100
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: rb-fsevent
 version: !ruby/object:Gem::Version
-  version: 0.11.0
+  version: 0.11.1
 platform: ruby
 authors:
 - Thibaud Guillaume-Gentil
@@ -9,7 +9,7 @@
 autorequire:
 bindir: bin
 cert_chain: []
-date: 2021-05-08 00:00:00.000000000 Z
+date: 2022-02-06 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: rspec
@@ -108,7 +108,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.2.11
+rubygems_version: 3.2.22
 signing_key:
 specification_version: 4
 summary: Very simple & usable FSEvents API

Reply via email to