Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-pkg-bindings for openSUSE:Factory checked in at 2021-10-20 20:23:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-pkg-bindings (Old) and /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-pkg-bindings" Wed Oct 20 20:23:10 2021 rev:222 rq:926302 version:4.4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-pkg-bindings/yast2-pkg-bindings.changes 2021-05-07 16:45:38.364308247 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-pkg-bindings.new.1890/yast2-pkg-bindings.changes 2021-10-20 20:23:46.405359154 +0200 @@ -1,0 +2,7 @@ +Tue Oct 19 12:24:39 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Use the C++17 standard, required by the latest libzypp + (bsc#1191829) +- 4.4.3 + +------------------------------------------------------------------- Old: ---- yast2-pkg-bindings-4.4.2.tar.bz2 New: ---- yast2-pkg-bindings-4.4.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-pkg-bindings-devel-doc.spec ++++++ --- /var/tmp/diff_new_pack.kvRKXk/_old 2021-10-20 20:23:46.921359472 +0200 +++ /var/tmp/diff_new_pack.kvRKXk/_new 2021-10-20 20:23:46.921359472 +0200 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings-devel-doc -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Documentation for yast2-pkg-bindings package License: GPL-2.0-only yast2-pkg-bindings.spec: same change ++++++ yast2-pkg-bindings-4.4.2.tar.bz2 -> yast2-pkg-bindings-4.4.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/.github/workflows/ci.yml new/yast2-pkg-bindings-4.4.3/.github/workflows/ci.yml --- old/yast2-pkg-bindings-4.4.2/.github/workflows/ci.yml 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/.github/workflows/ci.yml 2021-10-19 14:53:09.000000000 +0200 @@ -8,7 +8,9 @@ jobs: Package: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-cpp:latest + container: + image: registry.opensuse.org/yast/head/containers/yast-cpp:latest + options: --privileged steps: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/.github/workflows/surge.yml new/yast2-pkg-bindings-4.4.3/.github/workflows/surge.yml --- old/yast2-pkg-bindings-4.4.2/.github/workflows/surge.yml 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/.github/workflows/surge.yml 2021-10-19 14:53:09.000000000 +0200 @@ -13,7 +13,9 @@ jobs: publish: runs-on: ubuntu-latest - container: registry.opensuse.org/yast/head/containers/yast-cpp:latest + container: + image: registry.opensuse.org/yast/head/containers/yast-cpp:latest + options: --privileged steps: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/configure.in.in new/yast2-pkg-bindings-4.4.3/configure.in.in --- old/yast2-pkg-bindings-4.4.2/configure.in.in 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/configure.in.in 2021-10-19 14:53:09.000000000 +0200 @@ -27,5 +27,9 @@ fi AX_CHECK_DOCBOOK + +# libzypp uses the C++17 standard +CXXFLAGS="${CXXFLAGS} -std=c++17" + ## and generate the output @YAST2-OUTPUT@ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings-devel-doc.spec new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings-devel-doc.spec --- old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings-devel-doc.spec 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings-devel-doc.spec 2021-10-19 14:53:09.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings-devel-doc -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Documentation for yast2-pkg-bindings package License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings.changes new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings.changes --- old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings.changes 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings.changes 2021-10-19 14:53:09.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Oct 19 12:24:39 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> + +- Use the C++17 standard, required by the latest libzypp + (bsc#1191829) +- 4.4.3 + +------------------------------------------------------------------- Wed May 5 06:53:20 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz> - Pkg.ProvidePackage() - download the latest package version from diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings.spec new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings.spec --- old/yast2-pkg-bindings-4.4.2/package/yast2-pkg-bindings.spec 2021-05-05 09:51:49.000000000 +0200 +++ new/yast2-pkg-bindings-4.4.3/package/yast2-pkg-bindings.spec 2021-10-19 14:53:09.000000000 +0200 @@ -17,7 +17,7 @@ Name: yast2-pkg-bindings -Version: 4.4.2 +Version: 4.4.3 Release: 0 Summary: YaST2 - Package Manager Access License: GPL-2.0-only