Hello community, here is the log from the commit of package yast2-packager for openSUSE:Factory checked in at 2020-09-18 14:32:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-packager (Old) and /work/SRC/openSUSE:Factory/.yast2-packager.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-packager" Fri Sep 18 14:32:14 2020 rev:401 rq:834919 version:4.3.7 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-packager/yast2-packager.changes 2020-08-01 12:31:52.702496152 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-packager.new.4249/yast2-packager.changes 2020-09-18 14:35:48.687703061 +0200 @@ -1,0 +2,7 @@ +Wed Sep 16 12:17:07 UTC 2020 - Ladislav Slezák <[email protected]> + +- Fixed name of the add-on repository (bsc#1175374, related + to bsc#1172477) +- 4.3.7 + +------------------------------------------------------------------- Old: ---- yast2-packager-4.3.6.tar.bz2 New: ---- yast2-packager-4.3.7.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-packager.spec ++++++ --- /var/tmp/diff_new_pack.Q2n1se/_old 2020-09-18 14:35:50.367704560 +0200 +++ /var/tmp/diff_new_pack.Q2n1se/_new 2020-09-18 14:35:50.375704567 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-packager # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: yast2-packager -Version: 4.3.6 +Version: 4.3.7 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later Group: System/YaST -Url: https://github.com/yast/yast-packager +URL: https://github.com/yast/yast-packager Source0: %{name}-%{version}.tar.bz2 ++++++ yast2-packager-4.3.6.tar.bz2 -> yast2-packager-4.3.7.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.6/package/yast2-packager.changes new/yast2-packager-4.3.7/package/yast2-packager.changes --- old/yast2-packager-4.3.6/package/yast2-packager.changes 2020-07-30 15:24:38.000000000 +0200 +++ new/yast2-packager-4.3.7/package/yast2-packager.changes 2020-09-16 15:38:48.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Wed Sep 16 12:17:07 UTC 2020 - Ladislav Slezák <[email protected]> + +- Fixed name of the add-on repository (bsc#1175374, related + to bsc#1172477) +- 4.3.7 + +------------------------------------------------------------------- Thu Jul 30 13:31:01 CEST 2020 - [email protected] - AY: Calling of post-partitioning scripts moved from dropped diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.6/package/yast2-packager.spec new/yast2-packager-4.3.7/package/yast2-packager.spec --- old/yast2-packager-4.3.6/package/yast2-packager.spec 2020-07-30 15:24:38.000000000 +0200 +++ new/yast2-packager-4.3.7/package/yast2-packager.spec 2020-09-16 15:38:48.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-packager -Version: 4.3.6 +Version: 4.3.7 Release: 0 Summary: YaST2 - Package Library License: GPL-2.0-or-later diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-packager-4.3.6/src/modules/Packages.rb new/yast2-packager-4.3.7/src/modules/Packages.rb --- old/yast2-packager-4.3.6/src/modules/Packages.rb 2020-07-30 15:24:38.000000000 +0200 +++ new/yast2-packager-4.3.7/src/modules/Packages.rb 2020-09-16 15:38:48.000000000 +0200 @@ -1550,7 +1550,7 @@ sources_set = [] Builtins.foreach(sources_got) do |one_source| if Ops.get_integer(one_source, "SrcId", -1) == src_id - Ops.set(one_source, "name", new_name) + Ops.set(one_source, "raw_name", new_name) end sources_set = Builtins.add(sources_set, one_source) end
