Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libyui for openSUSE:Factory checked 
in at 2021-10-25 15:17:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libyui (Old)
 and      /work/SRC/openSUSE:Factory/.libyui.new.1890 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libyui"

Mon Oct 25 15:17:16 2021 rev:70 rq:926761 version:4.2.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/libyui/libyui.changes    2021-10-20 
20:23:12.633338307 +0200
+++ /work/SRC/openSUSE:Factory/.libyui.new.1890/libyui.changes  2021-10-25 
15:17:56.205694515 +0200
@@ -1,0 +2,7 @@
+Tue Oct 19 13:58:14 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Use the C++17 standard in the *-pkg plugins (libzypp uses that
+  standard by default) (related to bsc#1191829)
+- 4.2.20
+
+-------------------------------------------------------------------

Old:
----
  libyui-4.2.19.tar.bz2

New:
----
  libyui-4.2.20.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libyui-bindings.spec ++++++
--- /var/tmp/diff_new_pack.9ap8gu/_old  2021-10-25 15:17:56.649694793 +0200
+++ /var/tmp/diff_new_pack.9ap8gu/_new  2021-10-25 15:17:56.653694795 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only

++++++ libyui-ncurses-pkg.spec ++++++
--- /var/tmp/diff_new_pack.9ap8gu/_old  2021-10-25 15:17:56.665694803 +0200
+++ /var/tmp/diff_new_pack.9ap8gu/_new  2021-10-25 15:17:56.669694805 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15

libyui-ncurses-rest-api.spec: same change
libyui-ncurses.spec: same change
++++++ libyui-qt-graph.spec ++++++
--- /var/tmp/diff_new_pack.9ap8gu/_old  2021-10-25 15:17:56.713694833 +0200
+++ /var/tmp/diff_new_pack.9ap8gu/_new  2021-10-25 15:17:56.713694833 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15

++++++ libyui-qt-pkg.spec ++++++
--- /var/tmp/diff_new_pack.9ap8gu/_old  2021-10-25 15:17:56.729694843 +0200
+++ /var/tmp/diff_new_pack.9ap8gu/_new  2021-10-25 15:17:56.733694845 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15

libyui-qt-rest-api.spec: same change
libyui-qt.spec: same change
libyui-rest-api.spec: same change
libyui.spec: same change
++++++ libyui-4.2.19.tar.bz2 -> libyui-4.2.20.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/.github/workflows/ci.yml 
new/libyui-4.2.20/.github/workflows/ci.yml
--- old/libyui-4.2.19/.github/workflows/ci.yml  2021-10-19 12:28:59.000000000 
+0200
+++ new/libyui-4.2.20/.github/workflows/ci.yml  2021-10-21 14:06:23.000000000 
+0200
@@ -22,6 +22,9 @@
       run: rpm -qa | sort
 
     - name: Packages Build And Install
+      ## uncomment this to enable cmake verbose output
+      # env:
+      #   VERBOSE: "1"
       run:  scripts/ci-tasks
 
   NonRoot:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/VERSION.cmake 
new/libyui-4.2.20/VERSION.cmake
--- old/libyui-4.2.19/VERSION.cmake     2021-10-19 12:28:59.000000000 +0200
+++ new/libyui-4.2.20/VERSION.cmake     2021-10-21 14:06:23.000000000 +0200
@@ -1,6 +1,6 @@
 SET( VERSION_MAJOR "4")
 SET( VERSION_MINOR "2" )
-SET( VERSION_PATCH "19" )
+SET( VERSION_PATCH "20" )
 SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" )
 
 SET( SONAME_MAJOR "15" )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/libyui-ncurses-pkg/CMakeLists.txt 
new/libyui-4.2.20/libyui-ncurses-pkg/CMakeLists.txt
--- old/libyui-4.2.19/libyui-ncurses-pkg/CMakeLists.txt 2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/libyui-ncurses-pkg/CMakeLists.txt 2021-10-21 
14:06:23.000000000 +0200
@@ -62,6 +62,8 @@
   add_compile_options( "-Werror" )
 endif()
 
+# libzypp uses the C++17 standard
+set(CMAKE_CXX_STANDARD 17)
 
 #
 # Descend into subdirectories
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/libyui-qt-pkg/CMakeLists.txt 
new/libyui-4.2.20/libyui-qt-pkg/CMakeLists.txt
--- old/libyui-4.2.19/libyui-qt-pkg/CMakeLists.txt      2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/libyui-qt-pkg/CMakeLists.txt      2021-10-21 
14:06:23.000000000 +0200
@@ -62,6 +62,8 @@
   add_compile_options( "-Werror" )
 endif()
 
+# libzypp uses the C++17 standard
+set(CMAKE_CXX_STANDARD 17)
 
 #
 # Descend into subdirectories
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-bindings.spec 
new/libyui-4.2.20/package/libyui-bindings.spec
--- old/libyui-4.2.19/package/libyui-bindings.spec      2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-bindings.spec      2021-10-21 
14:06:23.000000000 +0200
@@ -20,7 +20,7 @@
 Name:           libyui-bindings
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 Summary:        Bindings for libyui
 License:        LGPL-2.1-only OR LGPL-3.0-only
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-ncurses-pkg.spec 
new/libyui-4.2.20/package/libyui-ncurses-pkg.spec
--- old/libyui-4.2.19/package/libyui-ncurses-pkg.spec   2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-ncurses-pkg.spec   2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-ncurses-rest-api.spec 
new/libyui-4.2.20/package/libyui-ncurses-rest-api.spec
--- old/libyui-4.2.19/package/libyui-ncurses-rest-api.spec      2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-ncurses-rest-api.spec      2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-ncurses.spec 
new/libyui-4.2.20/package/libyui-ncurses.spec
--- old/libyui-4.2.19/package/libyui-ncurses.spec       2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-ncurses.spec       2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-ncurses
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-qt-graph.spec 
new/libyui-4.2.20/package/libyui-qt-graph.spec
--- old/libyui-4.2.19/package/libyui-qt-graph.spec      2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-qt-graph.spec      2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-graph
 
 # DO NOT manually bump the version here; instead, use   rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-qt-pkg.spec 
new/libyui-4.2.20/package/libyui-qt-pkg.spec
--- old/libyui-4.2.19/package/libyui-qt-pkg.spec        2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-qt-pkg.spec        2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-pkg
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-qt-rest-api.spec 
new/libyui-4.2.20/package/libyui-qt-rest-api.spec
--- old/libyui-4.2.19/package/libyui-qt-rest-api.spec   2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-qt-rest-api.spec   2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-qt.spec 
new/libyui-4.2.20/package/libyui-qt.spec
--- old/libyui-4.2.19/package/libyui-qt.spec    2021-10-19 12:28:59.000000000 
+0200
+++ new/libyui-4.2.20/package/libyui-qt.spec    2021-10-21 14:06:23.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui-qt
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui-rest-api.spec 
new/libyui-4.2.20/package/libyui-rest-api.spec
--- old/libyui-4.2.19/package/libyui-rest-api.spec      2021-10-19 
12:28:59.000000000 +0200
+++ new/libyui-4.2.20/package/libyui-rest-api.spec      2021-10-21 
14:06:23.000000000 +0200
@@ -19,7 +19,7 @@
 Name:           libyui-rest-api
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui.changes 
new/libyui-4.2.20/package/libyui.changes
--- old/libyui-4.2.19/package/libyui.changes    2021-10-19 12:28:59.000000000 
+0200
+++ new/libyui-4.2.20/package/libyui.changes    2021-10-21 14:06:23.000000000 
+0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Tue Oct 19 13:58:14 UTC 2021 - Ladislav Slez??k <lsle...@suse.cz>
+
+- Use the C++17 standard in the *-pkg plugins (libzypp uses that
+  standard by default) (related to bsc#1191829)
+- 4.2.20
+
+-------------------------------------------------------------------
 Mon Oct 18 14:43:06 UTC 2021 - Stefan Hundhammer <shundham...@suse.com>
 
 - Fixed crash in NCurses online update when retracted packages
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libyui-4.2.19/package/libyui.spec 
new/libyui-4.2.20/package/libyui.spec
--- old/libyui-4.2.19/package/libyui.spec       2021-10-19 12:28:59.000000000 
+0200
+++ new/libyui-4.2.20/package/libyui.spec       2021-10-21 14:06:23.000000000 
+0200
@@ -19,7 +19,7 @@
 Name:           libyui
 
 # DO NOT manually bump the version here; instead, use rake version:bump
-Version:        4.2.19
+Version:        4.2.20
 Release:        0
 
 %define         so_version 15

Reply via email to