Hello community, here is the log from the commit of package yast2-pkg-bindings for openSUSE:Factory checked in at 2019-03-12 09:50:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-pkg-bindings" Tue Mar 12 09:50:51 2019 rev:204 rq:682808 version:4.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes 2019-01-24 14:00:34.480245785 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.28833/yast2-pkg-bindings.changes 2019-03-12 09:50:53.407568256 +0100 @@ -1,0 +2,7 @@ +Fri Mar 8 11:44:51 UTC 2019 - [email protected] + +- zypp::TriBool now needs an explicit cast to bool (bsc#1128364) + (since boost-1.69.0) +- 4.1.2 + +------------------------------------------------------------------- Old: ---- yast2-pkg-bindings-4.1.1.tar.bz2 New: ---- yast2-pkg-bindings-4.1.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-pkg-bindings-devel-doc.spec ++++++ --- /var/tmp/diff_new_pack.EqRMMr/_old 2019-03-12 09:50:55.359567867 +0100 +++ /var/tmp/diff_new_pack.EqRMMr/_new 2019-03-12 09:50:55.383567862 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings-devel-doc -Version: 4.1.1 +Version: 4.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-pkg-bindings-%{version}.tar.bz2 ++++++ yast2-pkg-bindings.spec ++++++ --- /var/tmp/diff_new_pack.EqRMMr/_old 2019-03-12 09:50:55.659567807 +0100 +++ /var/tmp/diff_new_pack.EqRMMr/_new 2019-03-12 09:50:55.691567801 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version: 4.1.1 +Version: 4.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build ++++++ yast2-pkg-bindings-4.1.1.tar.bz2 -> yast2-pkg-bindings-4.1.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings-devel-doc.spec new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings-devel-doc.spec --- old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings-devel-doc.spec 2019-01-10 10:51:03.000000000 +0100 +++ new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings-devel-doc.spec 2019-03-08 13:05:55.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-pkg-bindings-devel-doc -Version: 4.1.1 +Version: 4.1.2 Release: 0 License: GPL-2.0-only Group: Documentation/HTML diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings.changes new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings.changes --- old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings.changes 2019-01-10 10:51:03.000000000 +0100 +++ new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings.changes 2019-03-08 13:05:55.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Fri Mar 8 11:44:51 UTC 2019 - [email protected] + +- zypp::TriBool now needs an explicit cast to bool (bsc#1128364) + (since boost-1.69.0) +- 4.1.2 + +------------------------------------------------------------------- Thu Jan 10 08:23:27 UTC 2019 - [email protected] - SourceFinishAll: drop the cached source manager to reload the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings.spec new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings.spec --- old/yast2-pkg-bindings-4.1.1/package/yast2-pkg-bindings.spec 2019-01-10 10:51:03.000000000 +0100 +++ new/yast2-pkg-bindings-4.1.2/package/yast2-pkg-bindings.spec 2019-03-08 13:05:55.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version: 4.1.1 +Version: 4.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.1.1/src/Source_Get.cc new/yast2-pkg-bindings-4.1.2/src/Source_Get.cc --- old/yast2-pkg-bindings-4.1.1/src/Source_Get.cc 2019-01-10 10:51:03.000000000 +0100 +++ new/yast2-pkg-bindings-4.1.2/src/Source_Get.cc 2019-03-08 13:05:55.000000000 +0100 @@ -166,10 +166,11 @@ data->add( YCPString("keeppackages"), YCPBoolean(repo->repoInfo().keepPackages())); // handle tribool, return nil for the indeterminate state - if (zypp::indeterminate(repo->repoInfo().validRepoSignature())) + zypp::TriBool vrs = repo->repoInfo().validRepoSignature(); + if (zypp::indeterminate(vrs)) data->add(YCPString("valid_repo_signature"), YCPVoid()); else - data->add(YCPString("valid_repo_signature"), (YCPBoolean(repo->repoInfo().validRepoSignature()))); + data->add(YCPString("valid_repo_signature"), YCPBoolean((bool)vrs)); // add Repository data zypp::Repository repository(zypp::ResPool::instance().reposFind(repo->repoInfo().alias()));
