commit yast2 for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2025-01-07 20:51:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.1881 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2" Tue Jan 7 20:51:06 2025 rev:561 rq:1234526 version:5.0.11 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2024-10-02 21:32:07.067221901 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.1881/yast2.changes 2025-01-07 20:51:24.075905670 +0100 @@ -1,0 +2,6 @@ +Thu Jan 2 06:51:16 UTC 2025 - Josef Reidinger <jreidinger@suse.com> + +- Fix failing tests with ruby 3.4 (gh#yast/yast-yast2#1314) +- 5.0.11 + +------------------------------------------------------------------- Old: ---- yast2-5.0.10.tar.bz2 New: ---- yast2-5.0.11.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.0vQ94N/_old 2025-01-07 20:51:24.727932628 +0100 +++ /var/tmp/diff_new_pack.0vQ94N/_new 2025-01-07 20:51:24.731932794 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.10 +Version: 5.0.11 Release: 0 Summary: YaST2 Main Package ++++++ yast2-5.0.10.tar.bz2 -> yast2-5.0.11.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.10/library/xml/test/xml_test.rb new/yast2-5.0.11/library/xml/test/xml_test.rb --- old/yast2-5.0.10/library/xml/test/xml_test.rb 2024-10-02 10:26:00.000000000 +0200 +++ new/yast2-5.0.11/library/xml/test/xml_test.rb 2025-01-02 10:40:37.000000000 +0100 @@ -129,7 +129,7 @@ it "raises XMLSerializationError when key is not string" do input = { "test" => { "a" => "b", "lest" => :lest, 1 => 2, nil => "t", :symbol => "symbol" } } - expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError, /non-string key.*nil=>"t"/) + expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError) end it "places keys in alphabetic sorting" do @@ -150,13 +150,13 @@ it "raises XMLSerializationError when entry has nil as value" do input = { "test" => { "a" => "b", "b" => "c", "c" => nil, "d" => "e", "e" => "f" } } - expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError, /represent nil, part of .*"c"=>nil/) + expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError) end it "raises XMLSerializationError when entry has a weird value" do input = { "test" => /I am a Regexp/ } - expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError, /represent .*Regexp\//) + expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError) end end @@ -193,7 +193,7 @@ it "raises XMLSerializationError when list contains nil" do input = { "test" => ["a", "b", nil, "d", "e", "f"] } - expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError, /represent nil, part of .*"b", nil/) + expect { subject.YCPToXMLString("test", input) }.to raise_error(Yast::XMLSerializationError) end end diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.10/package/yast2.changes new/yast2-5.0.11/package/yast2.changes --- old/yast2-5.0.10/package/yast2.changes 2024-10-02 10:26:00.000000000 +0200 +++ new/yast2-5.0.11/package/yast2.changes 2025-01-02 10:40:37.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 2 06:51:16 UTC 2025 - Josef Reidinger <jreidinger@suse.com> + +- Fix failing tests with ruby 3.4 (gh#yast/yast-yast2#1314) +- 5.0.11 + +------------------------------------------------------------------- Tue Oct 1 13:28:34 UTC 2024 - Stefan Hundhammer <shundhammer@suse.com> - Removed obsolete USERADD_CMD, USERDEL_PRECMD, USERDEL_POSTCMD, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-5.0.10/package/yast2.spec new/yast2-5.0.11/package/yast2.spec --- old/yast2-5.0.10/package/yast2.spec 2024-10-02 10:26:00.000000000 +0200 +++ new/yast2-5.0.11/package/yast2.spec 2025-01-02 10:40:37.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2 -Version: 5.0.10 +Version: 5.0.11 Release: 0 Summary: YaST2 Main Package
participants (1)
-
Source-Sync