Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package rubygem-webrick for openSUSE:Factory 
checked in at 2025-12-16 15:56:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-webrick (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-webrick.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-webrick"

Tue Dec 16 15:56:08 2025 rev:5 rq:1323016 version:1.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/rubygem-webrick/rubygem-webrick.changes  
2025-02-03 21:46:39.102266435 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-webrick.new.1939/rubygem-webrick.changes    
    2025-12-16 16:02:11.033834293 +0100
@@ -1,0 +2,15 @@
+Mon Dec 15 18:29:09 UTC 2025 - Daniel Donisa <[email protected]>
+
+- New upstream release 1.9.2 
+
+  * What's Changed
+  
+  - Remove usage of IO#nread by @osyoyu in #181
+  - Remove assert matching stderr output in test_sni. by @jackorp in #158
+  
+  * New Contributors
+  
+  - @osyoyu made their first contribution in #181
+  - @jackorp made their first contribution in #158
+
+-------------------------------------------------------------------

Old:
----
  webrick-1.9.1.gem

New:
----
  webrick-1.9.2.gem

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

Other differences:
------------------
++++++ rubygem-webrick.spec ++++++
--- /var/tmp/diff_new_pack.Zr6d1i/_old  2025-12-16 16:02:12.413892620 +0100
+++ /var/tmp/diff_new_pack.Zr6d1i/_new  2025-12-16 16:02:12.417892789 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-webrick
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # 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-webrick
-Version:        1.9.1
+Version:        1.9.2
 Release:        0
 %define mod_name webrick
 %define mod_full_name %{mod_name}-%{version}

++++++ webrick-1.9.1.gem -> webrick-1.9.2.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/webrick/server.rb new/lib/webrick/server.rb
--- old/lib/webrick/server.rb   2024-12-02 06:48:53.000000000 +0100
+++ new/lib/webrick/server.rb   1980-01-02 01:00:00.000000000 +0100
@@ -174,8 +174,7 @@
                 if svrs[0].include? sp
                   # swallow shutdown pipe
                   buf = String.new
-                  nil while String ===
-                            sp.read_nonblock([sp.nread, 8].max, buf, 
exception: false)
+                  nil while String === sp.read_nonblock(8, buf, exception: 
false)
                   break
                 end
                 svrs[0].each{|svr|
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/webrick/version.rb new/lib/webrick/version.rb
--- old/lib/webrick/version.rb  2024-12-02 06:48:53.000000000 +0100
+++ new/lib/webrick/version.rb  1980-01-02 01:00:00.000000000 +0100
@@ -14,5 +14,5 @@
   ##
   # The WEBrick version
 
-  VERSION      = "1.9.1"
+  VERSION      = "1.9.2"
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2024-12-02 06:48:53.000000000 +0100
+++ new/metadata        1980-01-02 01:00:00.000000000 +0100
@@ -1,22 +1,21 @@
 --- !ruby/object:Gem::Specification
 name: webrick
 version: !ruby/object:Gem::Version
-  version: 1.9.1
+  version: 1.9.2
 platform: ruby
 authors:
 - TAKAHASHI Masayoshi
 - GOTOU YUUZOU
 - Eric Wong
-autorequire: 
 bindir: bin
 cert_chain: []
-date: 2024-12-02 00:00:00.000000000 Z
+date: 1980-01-02 00:00:00.000000000 Z
 dependencies: []
 description: WEBrick is an HTTP server toolkit that can be configured as an 
HTTPS
   server, a proxy server, and a virtual-host server.
 email:
-- 
-- 
+-
+-
 - [email protected]
 executables: []
 extensions: []
@@ -103,7 +102,6 @@
 - BSD-2-Clause
 metadata:
   bug_tracker_uri: https://github.com/ruby/webrick/issues
-post_install_message: 
 rdoc_options: []
 require_paths:
 - lib
@@ -118,8 +116,7 @@
     - !ruby/object:Gem::Version
       version: '0'
 requirements: []
-rubygems_version: 3.5.11
-signing_key: 
+rubygems_version: 3.6.9
 specification_version: 4
 summary: HTTP server toolkit
 test_files: []

Reply via email to