Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yast2-country for openSUSE:Factory 
checked in at 2023-01-14 20:30:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-country (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-country.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-country"

Sat Jan 14 20:30:40 2023 rev:235 rq:1057784 version:4.5.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-country/yast2-country.changes      
2022-12-02 13:12:17.317572478 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-country.new.32243/yast2-country.changes   
2023-01-14 20:30:45.632873676 +0100
@@ -1,0 +2,13 @@
+Wed Jan 11 12:13:52 UTC 2023 - José Iván López González <jlo...@suse.com>
+
+- Always read local timezone database (bsc#1207000).
+- 4.5.5
+
+-------------------------------------------------------------------
+Tue Jan 10 08:53:15 UTC 2023 - Martin Vidner <mvid...@suse.com>
+
+- Stop using File.exists? which no longer works in Ruby 3.2
+  (bsc#1206419)
+- 4.5.4
+
+-------------------------------------------------------------------

Old:
----
  yast2-country-4.5.3.tar.bz2

New:
----
  yast2-country-4.5.5.tar.bz2

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

Other differences:
------------------
++++++ yast2-country.spec ++++++
--- /var/tmp/diff_new_pack.AE2Rex/_old  2023-01-14 20:30:46.192876983 +0100
+++ /var/tmp/diff_new_pack.AE2Rex/_new  2023-01-14 20:30:46.196877006 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-country
 #
-# 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-country
-Version:        4.5.3
+Version:        4.5.5
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only

++++++ yast2-country-4.5.3.tar.bz2 -> yast2-country-4.5.5.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-country-4.5.3/language/src/lib/y2country/language_dbus.rb 
new/yast2-country-4.5.5/language/src/lib/y2country/language_dbus.rb
--- old/yast2-country-4.5.3/language/src/lib/y2country/language_dbus.rb 
2022-11-24 15:18:47.000000000 +0100
+++ new/yast2-country-4.5.5/language/src/lib/y2country/language_dbus.rb 
2023-01-11 14:15:19.000000000 +0100
@@ -34,7 +34,7 @@
     # @return [Hash] locale variables
     def read_locale_conf
       # dbus not available
-      return nil unless File.exists?("/var/run/dbus/system_bus_socket")
+      return nil unless File.exist?("/var/run/dbus/system_bus_socket")
 
       begin
         require "dbus"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.5.3/package/yast2-country.changes 
new/yast2-country-4.5.5/package/yast2-country.changes
--- old/yast2-country-4.5.3/package/yast2-country.changes       2022-11-24 
15:18:47.000000000 +0100
+++ new/yast2-country-4.5.5/package/yast2-country.changes       2023-01-11 
14:15:19.000000000 +0100
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Wed Jan 11 12:13:52 UTC 2023 - José Iván López González <jlo...@suse.com>
+
+- Always read local timezone database (bsc#1207000).
+- 4.5.5
+
+-------------------------------------------------------------------
+Tue Jan 10 08:53:15 UTC 2023 - Martin Vidner <mvid...@suse.com>
+
+- Stop using File.exists? which no longer works in Ruby 3.2
+  (bsc#1206419)
+- 4.5.4
+
+-------------------------------------------------------------------
 Thu Nov 24 12:13:15 UTC 2022 - Stefan Hundhammer <shundham...@suse.com>
 
 - Update language cache when selecting new language to ensure that
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.5.3/package/yast2-country.spec 
new/yast2-country-4.5.5/package/yast2-country.spec
--- old/yast2-country-4.5.3/package/yast2-country.spec  2022-11-24 
15:18:47.000000000 +0100
+++ new/yast2-country-4.5.5/package/yast2-country.spec  2023-01-11 
14:15:19.000000000 +0100
@@ -16,7 +16,7 @@
 #
 
 Name:           yast2-country
-Version:        4.5.3
+Version:        4.5.5
 Release:        0
 Summary:        YaST2 - Country Settings (Language, Keyboard, and Timezone)
 License:        GPL-2.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-country-4.5.3/timezone/src/modules/Timezone.rb 
new/yast2-country-4.5.5/timezone/src/modules/Timezone.rb
--- old/yast2-country-4.5.3/timezone/src/modules/Timezone.rb    2022-11-24 
15:18:47.000000000 +0100
+++ new/yast2-country-4.5.5/timezone/src/modules/Timezone.rb    2023-01-11 
14:15:19.000000000 +0100
@@ -223,7 +223,7 @@
     def get_zonemap
       if Builtins.size(@zonemap) == 0
         zmap = Convert.convert(
-          Builtins.eval(SCR.Read(path(".target.yast2"), "timezone_raw.ycp")),
+          Builtins.eval(WFM.Read(path(".local.yast2"), "timezone_raw.ycp")),
           :from => "any",
           :to   => "list <map <string, any>>"
         )

Reply via email to