Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2 for openSUSE:Factory checked in at 2022-09-17 20:10:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2 (Old) and /work/SRC/openSUSE:Factory/.yast2.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2" Sat Sep 17 20:10:10 2022 rev:539 rq:1004081 version:4.5.14 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2/yast2.changes 2022-09-10 20:17:06.072799639 +0200 +++ /work/SRC/openSUSE:Factory/.yast2.new.2083/yast2.changes 2022-09-17 20:10:12.641134487 +0200 @@ -1,0 +2,8 @@ +Fri Sep 16 10:12:41 UTC 2022 - Michal Filka <mfi...@suse.com> + +- bsc#1200016 + - by_pattern moved into http_server moduleas it is the only + user +- 4.5.14 + +------------------------------------------------------------------- Old: ---- yast2-4.5.13.tar.bz2 New: ---- yast2-4.5.14.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2.spec ++++++ --- /var/tmp/diff_new_pack.CqN6C6/_old 2022-09-17 20:10:13.533137060 +0200 +++ /var/tmp/diff_new_pack.CqN6C6/_new 2022-09-17 20:10:13.557137129 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.13 +Version: 4.5.14 Release: 0 Summary: YaST2 Main Package ++++++ yast2-4.5.13.tar.bz2 -> yast2-4.5.14.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.13/library/packages/src/modules/Package.rb new/yast2-4.5.14/library/packages/src/modules/Package.rb --- old/yast2-4.5.13/library/packages/src/modules/Package.rb 2022-09-09 12:18:04.000000000 +0200 +++ new/yast2-4.5.14/library/packages/src/modules/Package.rb 2022-09-16 12:22:45.000000000 +0200 @@ -224,25 +224,6 @@ @removed_packages.clear end - # Tries to find a package according to the pattern - # - # @param pattern [String] a regex pattern to match, no escaping done - # @return list of matching package names - def by_pattern(pattern) - raise ArgumentError, "Missing search pattern" if pattern.nil? || pattern.empty? - - init_packager - - # NOTE: Resolvable.find - # - takes POSIX regexp, later select uses Ruby regexp - # - supports regexps only for dependencies, so we need to filter result - # according to package name - Y2Packager::Resolvable.find({ provides_regexp: "^#{pattern}$" }, [:name]) - .select { |p| p.name =~ /\A#{pattern}\z/ } - .map(&:name) - .uniq - end - # Are all of these packages available? # @param [Array<String>] packages list of packages # @return [Boolean] true if yes (nil = an error occurred) @@ -495,7 +476,6 @@ publish function: :RemoveAllMsg, type: "boolean (list <string>, string)" publish function: :RemoveMsg, type: "boolean (string, string)" publish function: :IsTransactionalSystem, type: "boolean ()" - publish function: :by_pattern, type: "list <string> (string)" private diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.13/package/yast2.changes new/yast2-4.5.14/package/yast2.changes --- old/yast2-4.5.13/package/yast2.changes 2022-09-09 12:18:04.000000000 +0200 +++ new/yast2-4.5.14/package/yast2.changes 2022-09-16 12:22:45.000000000 +0200 @@ -1,4 +1,12 @@ ------------------------------------------------------------------- +Fri Sep 16 10:12:41 UTC 2022 - Michal Filka <mfi...@suse.com> + +- bsc#1200016 + - by_pattern moved into http_server moduleas it is the only + user +- 4.5.14 + +------------------------------------------------------------------- Fri Sep 9 08:18:15 UTC 2022 - Michal Filka <mfi...@suse.com> - bsc#1203227 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-4.5.13/package/yast2.spec new/yast2-4.5.14/package/yast2.spec --- old/yast2-4.5.13/package/yast2.spec 2022-09-09 12:18:04.000000000 +0200 +++ new/yast2-4.5.14/package/yast2.spec 2022-09-16 12:22:45.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2 -Version: 4.5.13 +Version: 4.5.14 Release: 0 Summary: YaST2 Main Package