Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2023-08-05 12:54:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.22712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Sat Aug 5 12:54:44 2023 rev:523 rq:1102323 version:4.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2023-07-12 17:26:26.790177904 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.22712/yast2-installation.changes 2023-08-05 12:54:52.780568617 +0200 @@ -1,0 +2,8 @@ +Fri Aug 4 07:09:13 UTC 2023 - Michal Filka <mfi...@suse.com> + +- bsc#1213959 + - Change status label properly when toggling status in the + "Previousy used repositories" dialog. +- 4.6.6 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.6.5.tar.bz2 New: ---- yast2-installation-4.6.6.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.d6QHjs/_old 2023-08-05 12:54:53.608573913 +0200 +++ /var/tmp/diff_new_pack.d6QHjs/_new 2023-08-05 12:54:53.612573938 +0200 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.6.5 +Version: 4.6.6 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.6.5.tar.bz2 -> yast2-installation-4.6.6.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.6.5/package/yast2-installation.changes new/yast2-installation-4.6.6/package/yast2-installation.changes --- old/yast2-installation-4.6.5/package/yast2-installation.changes 2023-07-11 14:43:05.000000000 +0200 +++ new/yast2-installation-4.6.6/package/yast2-installation.changes 2023-08-04 11:19:56.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Aug 4 07:09:13 UTC 2023 - Michal Filka <mfi...@suse.com> + +- bsc#1213959 + - Change status label properly when toggling status in the + "Previousy used repositories" dialog. +- 4.6.6 + +------------------------------------------------------------------- Tue Jul 11 07:20:29 UTC 2023 - Ladislav Slezák <lsle...@suse.com> - Fixed yupdate script to properly run pre/post scripts diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.6.5/package/yast2-installation.spec new/yast2-installation-4.6.6/package/yast2-installation.spec --- old/yast2-installation-4.6.5/package/yast2-installation.spec 2023-07-11 14:43:05.000000000 +0200 +++ new/yast2-installation-4.6.6/package/yast2-installation.spec 2023-08-04 11:19:56.000000000 +0200 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.6.5 +Version: 4.6.6 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.6.5/src/lib/installation/clients/inst_upgrade_urls.rb new/yast2-installation-4.6.6/src/lib/installation/clients/inst_upgrade_urls.rb --- old/yast2-installation-4.6.5/src/lib/installation/clients/inst_upgrade_urls.rb 2023-07-11 14:43:05.000000000 +0200 +++ new/yast2-installation-4.6.6/src/lib/installation/clients/inst_upgrade_urls.rb 2023-08-04 11:19:56.000000000 +0200 @@ -150,10 +150,10 @@ when :removed # TRANSLATORS: The action to perform with a repository _("Remove") - when :disable + when :disabled # TRANSLATORS: The action to perform with a repository _("Disable") - when :enable + when :enabled # TRANSLATORS: The action to perform with a repository _("Enable") else