Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-configuration-management for openSUSE:Factory checked in at 2023-01-27 10:15:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-configuration-management (Old) and /work/SRC/openSUSE:Factory/.yast2-configuration-management.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-configuration-management" Fri Jan 27 10:15:31 2023 rev:26 rq:1061166 version:4.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-configuration-management/yast2-configuration-management.changes 2022-11-18 15:42:44.186352082 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-configuration-management.new.32243/yast2-configuration-management.changes 2023-01-27 10:24:12.142065203 +0100 @@ -1,0 +2,6 @@ +Tue Jan 24 12:43:58 UTC 2023 - Martin Vidner <mvid...@suse.com> + +- Relax a unit test to work both with Ruby 3.1 and 3.2 (bsc#1207239) +- 4.5.2 + +------------------------------------------------------------------- Old: ---- yast2-configuration-management-4.5.1.tar.bz2 New: ---- yast2-configuration-management-4.5.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-configuration-management.spec ++++++ --- /var/tmp/diff_new_pack.n3o8e5/_old 2023-01-27 10:24:12.518067236 +0100 +++ /var/tmp/diff_new_pack.n3o8e5/_new 2023-01-27 10:24:12.522067258 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-configuration-management # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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-configuration-management -Version: 4.5.1 +Version: 4.5.2 Release: 0 URL: https://github.com/yast/yast-migration Summary: YaST2 - YaST Configuration Management @@ -27,8 +27,8 @@ Source0: %{name}-%{version}.tar.bz2 # CWM DateField and TimeField widgets -BuildRequires: update-desktop-files BuildRequires: yast2 >= 4.1.53 +BuildRequires: update-desktop-files BuildRequires: yast2-devtools >= 4.2.2 BuildRequires: yast2-installation BuildRequires: rubygem(%{rb_default_ruby_abi}:rspec) ++++++ yast2-configuration-management-4.5.1.tar.bz2 -> yast2-configuration-management-4.5.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-configuration-management-4.5.1/package/yast2-configuration-management.changes new/yast2-configuration-management-4.5.2/package/yast2-configuration-management.changes --- old/yast2-configuration-management-4.5.1/package/yast2-configuration-management.changes 2022-11-04 11:24:04.000000000 +0100 +++ new/yast2-configuration-management-4.5.2/package/yast2-configuration-management.changes 2023-01-26 11:10:01.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Tue Jan 24 12:43:58 UTC 2023 - Martin Vidner <mvid...@suse.com> + +- Relax a unit test to work both with Ruby 3.1 and 3.2 (bsc#1207239) +- 4.5.2 + +------------------------------------------------------------------- Mon Oct 31 14:37:47 UTC 2022 - Martin Vidner <mvid...@suse.com> - Fix hash vs keyword arguments in RSpec expectations (bsc#1204871) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-configuration-management-4.5.1/package/yast2-configuration-management.spec new/yast2-configuration-management-4.5.2/package/yast2-configuration-management.spec --- old/yast2-configuration-management-4.5.1/package/yast2-configuration-management.spec 2022-11-04 11:24:04.000000000 +0100 +++ new/yast2-configuration-management-4.5.2/package/yast2-configuration-management.spec 2023-01-26 11:10:01.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-configuration-management -Version: 4.5.1 +Version: 4.5.2 Release: 0 Url: https://github.com/yast/yast-migration Summary: YaST2 - YaST Configuration Management diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-configuration-management-4.5.1/test/y2configuration_management/file_from_url_wrapper_test.rb new/yast2-configuration-management-4.5.2/test/y2configuration_management/file_from_url_wrapper_test.rb --- old/yast2-configuration-management-4.5.1/test/y2configuration_management/file_from_url_wrapper_test.rb 2022-11-04 11:24:04.000000000 +0100 +++ new/yast2-configuration-management-4.5.2/test/y2configuration_management/file_from_url_wrapper_test.rb 2023-01-26 11:10:01.000000000 +0100 @@ -43,8 +43,7 @@ expect(wrapper).to receive(:get_file_from_url).with( scheme: "usb", host: "", urlpath: "/some-file.txt", - urltok: { "scheme" => "usb", "path" => "", "query" => "", "fragment" => "", - "user" => "", "pass" => "", "port" => "", "host" => "some-file.txt" }, + urltok: Hash, destdir: "/", localfile: "/tmp/local-file.txt" ) wrapper.get_file(usb, target)