Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-timers for openSUSE:Factory 
checked in at 2022-10-29 20:17:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-timers (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-timers.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-timers"

Sat Oct 29 20:17:21 2022 rev:9 rq:1032164 version:4.3.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-timers/rubygem-timers.changes    
2022-10-12 18:27:01.717998544 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-timers.new.2275/rubygem-timers.changes  
2022-10-29 20:18:33.142672796 +0200
@@ -1,0 +2,6 @@
+Fri Oct 28 05:10:14 UTC 2022 - Stephan Kulow <co...@suse.com>
+
+updated to version 4.3.5
+  no changelog found
+
+-------------------------------------------------------------------

Old:
----
  timers-4.3.4.gem

New:
----
  timers-4.3.5.gem

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

Other differences:
------------------
++++++ rubygem-timers.spec ++++++
--- /var/tmp/diff_new_pack.s73Jij/_old  2022-10-29 20:18:33.602675247 +0200
+++ /var/tmp/diff_new_pack.s73Jij/_new  2022-10-29 20:18:33.606675269 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-timers
-Version:        4.3.4
+Version:        4.3.5
 Release:        0
 %define mod_name timers
 %define mod_full_name %{mod_name}-%{version}

++++++ timers-4.3.4.gem -> timers-4.3.5.gem ++++++
Binary files old/checksums.yaml.gz and new/checksums.yaml.gz differ
Binary files old/checksums.yaml.gz.sig and new/checksums.yaml.gz.sig differ
Binary files old/data.tar.gz.sig and new/data.tar.gz.sig differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/timers/priority_heap.rb 
new/lib/timers/priority_heap.rb
--- old/lib/timers/priority_heap.rb     2022-09-02 11:15:53.000000000 +0200
+++ new/lib/timers/priority_heap.rb     2022-10-13 00:16:37.000000000 +0200
@@ -70,16 +70,16 @@
                        return self
                end
                
-    # Empties out the heap, discarding all elements
+               # Empties out the heap, discarding all elements
                def clear!
-      @contents = []
-    end
+                       @contents = []
+               end
 
                # Validate the heap invariant. Every element except the root 
must not be smaller than
-    # its parent element. Note that it MAY be equal.
+               # its parent element. Note that it MAY be equal.
                def valid?
-      # notice we skip index 0 on purpose, because it has no parent
-      (1..(@contents.size - 1)).all? { |e| @contents[e] >= @contents[(e - 1) / 
2] }
+                       # notice we skip index 0 on purpose, because it has no 
parent
+                       (1..(@contents.size - 1)).all? { |e| @contents[e] >= 
@contents[(e - 1) / 2] }
                end
 
                private
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/timers/version.rb new/lib/timers/version.rb
--- old/lib/timers/version.rb   2022-09-02 11:15:53.000000000 +0200
+++ new/lib/timers/version.rb   2022-10-13 00:16:37.000000000 +0200
@@ -6,5 +6,5 @@
 # Copyright, 2015, by Donovan Keme.
 
 module Timers
-       VERSION = "4.3.4"
+       VERSION = "4.3.5"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2022-09-02 11:15:53.000000000 +0200
+++ new/metadata        2022-10-13 00:16:37.000000000 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: timers
 version: !ruby/object:Gem::Version
-  version: 4.3.4
+  version: 4.3.5
 platform: ruby
 authors:
 - Tony Arcieri
@@ -67,7 +67,7 @@
   Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
   voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
   -----END CERTIFICATE-----
-date: 2022-09-02 00:00:00.000000000 Z
+date: 2022-10-12 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: bundler
Binary files old/metadata.gz.sig and new/metadata.gz.sig differ

Reply via email to