Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libyui for openSUSE:Factory checked in at 2024-07-18 19:15:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui (Old) and /work/SRC/openSUSE:Factory/.libyui.new.17339 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui" Thu Jul 18 19:15:26 2024 rev:91 rq:1188131 version:4.6.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui/libyui.changes 2023-10-13 23:13:40.984865186 +0200 +++ /work/SRC/openSUSE:Factory/.libyui.new.17339/libyui.changes 2024-07-18 19:15:32.893225124 +0200 @@ -1,0 +2,7 @@ +Tue Jul 16 12:39:55 UTC 2024 - Stefan Hundhammer <shundham...@suse.com> + +- Fix build failure with gcc-14 / C++20: template-id-cdtor error + (bsc#1225861) +- 4.6.2 + +------------------------------------------------------------------- Old: ---- libyui-4.6.1.tar.bz2 New: ---- libyui-4.6.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-bindings.spec ++++++ --- /var/tmp/diff_new_pack.Fd52jA/_old 2024-07-18 19:15:33.841262677 +0200 +++ /var/tmp/diff_new_pack.Fd52jA/_new 2024-07-18 19:15:33.845262835 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-bindings # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: libyui-bindings # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 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.Fd52jA/_old 2024-07-18 19:15:33.869263786 +0200 +++ /var/tmp/diff_new_pack.Fd52jA/_new 2024-07-18 19:15:33.869263786 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-ncurses-pkg # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: libyui-ncurses-pkg # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 libyui-ncurses-rest-api.spec: same change libyui-ncurses.spec: same change ++++++ libyui-qt-graph.spec ++++++ --- /var/tmp/diff_new_pack.Fd52jA/_old 2024-07-18 19:15:33.941266639 +0200 +++ /var/tmp/diff_new_pack.Fd52jA/_new 2024-07-18 19:15:33.945266797 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: libyui-qt-graph # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 ++++++ libyui-qt-pkg.spec ++++++ --- /var/tmp/diff_new_pack.Fd52jA/_old 2024-07-18 19:15:33.969267748 +0200 +++ /var/tmp/diff_new_pack.Fd52jA/_new 2024-07-18 19:15:33.969267748 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-pkg # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ Name: libyui-qt-pkg # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 libyui-qt-rest-api.spec: same change libyui-qt.spec: same change libyui-rest-api.spec: same change libyui.spec: same change ++++++ libyui-4.6.1.tar.bz2 -> libyui-4.6.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/VERSION.cmake new/libyui-4.6.2/VERSION.cmake --- old/libyui-4.6.1/VERSION.cmake 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/VERSION.cmake 2024-07-16 16:22:17.000000000 +0200 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "4") SET( VERSION_MINOR "6" ) -SET( VERSION_PATCH "1" ) +SET( VERSION_PATCH "2" ) SET( VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}" ) SET( SONAME_MAJOR "16" ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/libyui/src/TreeItem.h new/libyui-4.6.2/libyui/src/TreeItem.h --- old/libyui-4.6.1/libyui/src/TreeItem.h 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/libyui/src/TreeItem.h 2024-07-16 16:22:17.000000000 +0200 @@ -46,8 +46,8 @@ * ( without maintaining any meaningful sort order! ) into the children list * of "parent". **/ - TreeItem<PAYLOAD> ( const PAYLOAD & val, - TreeItem<PAYLOAD> * parent = 0 ) + TreeItem( const PAYLOAD & val, + TreeItem<PAYLOAD> * parent = 0 ) : _value( val ) , _parent( parent ) , _next(0) @@ -66,9 +66,9 @@ * for derived classes that want to maintain a specific sort order among * children. **/ - TreeItem<PAYLOAD> ( PAYLOAD val, - bool autoAddChild, - TreeItem<PAYLOAD> * parent = 0 ) + TreeItem( PAYLOAD val, + bool autoAddChild, + TreeItem<PAYLOAD> * parent = 0 ) : _value( val ) , _parent( parent ) , _next(0) @@ -84,7 +84,7 @@ * Private ( i.e. disabled ) copy constructor and operator=() * - neither makes any sense with this class. **/ - TreeItem<PAYLOAD> ( const TreeItem<PAYLOAD> & ) {} + TreeItem ( const TreeItem<PAYLOAD> & ) {} TreeItem<PAYLOAD> & operator= ( const TreeItem<PAYLOAD> & ) {} @@ -94,7 +94,7 @@ * Destructor. Takes care of children - they will be deleted along with * this item. **/ - virtual ~TreeItem<PAYLOAD> () + virtual ~TreeItem() { TreeItem<PAYLOAD> * child = firstChild(); @@ -196,8 +196,8 @@ * Constructor. Creates a new tree item with value "val" and inserts it in * ascending sort order into the children list of "parent". **/ - SortedTreeItem<PAYLOAD>( PAYLOAD val, - SortedTreeItem<PAYLOAD> * parentItem = 0 ) + SortedTreeItem( PAYLOAD val, + SortedTreeItem<PAYLOAD> * parentItem = 0 ) : TreeItem<PAYLOAD> ( val, false, parentItem ) { if ( parentItem ) @@ -217,7 +217,7 @@ /** * Destructor. **/ - virtual ~SortedTreeItem<PAYLOAD> () {} + virtual ~SortedTreeItem() {} /** @@ -283,7 +283,7 @@ * Private ( i.e. disabled ) copy constructor and operator=() * - neither makes any sense with this class. **/ - SortedTreeItem<PAYLOAD> ( const SortedTreeItem<PAYLOAD> & ) {} + SortedTreeItem ( const SortedTreeItem<PAYLOAD> & ) {} SortedTreeItem<PAYLOAD> & operator= ( const SortedTreeItem<PAYLOAD> & ) {} }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-bindings.spec new/libyui-4.6.2/package/libyui-bindings.spec --- old/libyui-4.6.1/package/libyui-bindings.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-bindings.spec 2024-07-16 16:22:17.000000000 +0200 @@ -20,7 +20,7 @@ Name: libyui-bindings # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 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.6.1/package/libyui-ncurses-pkg.spec new/libyui-4.6.2/package/libyui-ncurses-pkg.spec --- old/libyui-4.6.1/package/libyui-ncurses-pkg.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-ncurses-pkg.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-ncurses-pkg # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-ncurses-rest-api.spec new/libyui-4.6.2/package/libyui-ncurses-rest-api.spec --- old/libyui-4.6.1/package/libyui-ncurses-rest-api.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-ncurses-rest-api.spec 2024-07-16 16:22:17.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.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-ncurses.spec new/libyui-4.6.2/package/libyui-ncurses.spec --- old/libyui-4.6.1/package/libyui-ncurses.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-ncurses.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-ncurses # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-qt-graph.spec new/libyui-4.6.2/package/libyui-qt-graph.spec --- old/libyui-4.6.1/package/libyui-qt-graph.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-qt-graph.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-qt-graph # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-qt-pkg.spec new/libyui-4.6.2/package/libyui-qt-pkg.spec --- old/libyui-4.6.1/package/libyui-qt-pkg.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-qt-pkg.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-qt-pkg # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-qt-rest-api.spec new/libyui-4.6.2/package/libyui-qt-rest-api.spec --- old/libyui-4.6.1/package/libyui-qt-rest-api.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-qt-rest-api.spec 2024-07-16 16:22:17.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.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-qt.spec new/libyui-4.6.2/package/libyui-qt.spec --- old/libyui-4.6.1/package/libyui-qt.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-qt.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-qt # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui-rest-api.spec new/libyui-4.6.2/package/libyui-rest-api.spec --- old/libyui-4.6.1/package/libyui-rest-api.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui-rest-api.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-rest-api # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui.changes new/libyui-4.6.2/package/libyui.changes --- old/libyui-4.6.1/package/libyui.changes 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui.changes 2024-07-16 16:22:17.000000000 +0200 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Tue Jul 16 12:39:55 UTC 2024 - Stefan Hundhammer <shundham...@suse.com> + +- Fix build failure with gcc-14 / C++20: template-id-cdtor error + (bsc#1225861) +- 4.6.2 + +------------------------------------------------------------------- Tue Oct 10 12:49:11 UTC 2023 - Stefan Hundhammer <shundham...@suse.com> - Qt Pkg: Show patterns order column if environment variable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.1/package/libyui.spec new/libyui-4.6.2/package/libyui.spec --- old/libyui-4.6.1/package/libyui.spec 2023-10-10 16:42:49.000000000 +0200 +++ new/libyui-4.6.2/package/libyui.spec 2024-07-16 16:22:17.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.1 +Version: 4.6.2 Release: 0 %define so_version 16