[yast-commit] [ci_new_pac] JFYI yast2-slp -> sle12
Script 'mail_helper' called by ro Hello packager, This is just FYI. Your package was checked in in distribution "sle12" by autobuild-member: ro. Here comes the log... ---------------------------%<------------------------------ Hi, here is the log from ci_new_pac /mounts/work_src_done/SLE12/yast2-slp -> sle12 Changes: -------- --- /work/SRC/SUSE:SLE-12:GA/yast2-slp/yast2-slp.changes 2014-02-04 15:04:32.000000000 +0100 +++ /mounts/work_src_done/SLE12/yast2-slp/yast2-slp.changes 2014-02-12 10:42:59.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 7 08:57:31 UTC 2014 - vmoravec@suse.com + +- Improve protocol resolution +- 3.1.3 + +------------------------------------------------------------------- calling whatdependson for sle12-i586 Packages directly triggered for rebuild: - yast2-product-creator - yast2-slp ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/SUSE:SLE-12:GA/yast2-slp (Old) and /mounts/work_src_done/SLE12/yast2-slp (BS:build ID:32478 MAIL:yast-commit@opensuse.org) (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-slp", Maintainer is "yast-commit@opensuse.org" Old: ---- yast2-slp-3.1.2.tar.bz2 New: ---- yast2-slp-3.1.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-slp.spec ++++++ --- /var/tmp/diff_new_pack.zsxy85/_old 2014-02-12 11:51:03.000000000 +0100 +++ /var/tmp/diff_new_pack.zsxy85/_new 2014-02-12 11:51:03.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-slp -Version: 3.1.2 +Version: 3.1.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-slp-3.1.2.tar.bz2 -> yast2-slp-3.1.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.2/package/yast2-slp.changes new/yast2-slp-3.1.3/package/yast2-slp.changes --- old/yast2-slp-3.1.2/package/yast2-slp.changes 2014-02-04 11:38:29.000000000 +0100 +++ new/yast2-slp-3.1.3/package/yast2-slp.changes 2014-02-12 10:40:24.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Fri Feb 7 08:57:31 UTC 2014 - vmoravec@suse.com + +- Improve protocol resolution +- 3.1.3 + +------------------------------------------------------------------- Fri Jan 31 10:18:53 UTC 2014 - vmoravec@suse.com - Add SlpService module (fate#316384) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.2/package/yast2-slp.spec new/yast2-slp-3.1.3/package/yast2-slp.spec --- old/yast2-slp-3.1.2/package/yast2-slp.spec 2014-02-04 11:38:29.000000000 +0100 +++ new/yast2-slp-3.1.3/package/yast2-slp.spec 2014-02-12 10:40:24.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-slp -Version: 3.1.2 +Version: 3.1.3 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-slp-3.1.2/src/modules/SlpService.rb new/yast2-slp-3.1.3/src/modules/SlpService.rb --- old/yast2-slp-3.1.2/src/modules/SlpService.rb 2014-02-04 11:38:29.000000000 +0100 +++ new/yast2-slp-3.1.3/src/modules/SlpService.rb 2014-02-12 10:40:24.000000000 +0100 @@ -40,9 +40,6 @@ # puts type.name # puts type.protocol # end -# -# The rule is: if the service name is equal to protocol name, don't pass the protocol -# name as parameter to the search query (this is typical i.e. for ntp, ssh or ldap services). require 'resolv' require 'ostruct' @@ -87,7 +84,13 @@ private def create_service_type(service_name, protocol) - [SCHEME, service_name, protocol].compact.join(DELIMITER) + # This check is due to possible duplication in abstract and concrete service types + # http://www.ietf.org/rfc/rfc2608.txt, Section 4.1, Service: URLs + if service_name == protocol + [SCHEME, service_name].join(DELIMITER) + else + [SCHEME, service_name, protocol].compact.join(DELIMITER) + end end def parse_slp_type(service_type) @@ -129,7 +132,7 @@ @port = slp_data['pcPort'] @slp_type = slp_data['pcSrvType'] @slp_url = slp_data['srvurl'] - @protocol = params.delete(:protocol) || slp_type.split(DELIMITER).last + @protocol = slp_type.split(DELIMITER).last @host = DnsCache.resolve(ip) @lifetime = slp_data['lifetime'] @attributes = OpenStruct.new(SLP.GetUnicastAttrMap(slp_url, ip)) continue with "q"... Checked in at Wed Feb 12 11:51:15 CET 2014 by ro Remember to have fun... -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
ro