Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libyui for openSUSE:Factory checked in at 2025-05-15 16:59:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libyui (Old) and /work/SRC/openSUSE:Factory/.libyui.new.30101 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libyui" Thu May 15 16:59:35 2025 rev:93 rq:1277165 version:4.7.1 Changes: -------- --- /work/SRC/openSUSE:Factory/libyui/libyui.changes 2024-08-10 19:06:21.746200258 +0200 +++ /work/SRC/openSUSE:Factory/.libyui.new.30101/libyui.changes 2025-05-15 16:59:43.926062993 +0200 @@ -1,0 +2,14 @@ +Tue May 13 12:19:32 UTC 2025 - Stefan Hundhammer <shundham...@suse.com> + +- Fix build failure with gcc-15: + Don't build libyui-rest-api with -Werror to complain about + wstring_convert that was deprecated without any replacement + (bsc#1241933) +- 4.7.1 + +------------------------------------------------------------------- +Thu Sep 19 08:08:26 UTC 2024 - Ladislav Slezák <lsle...@suse.com> + +- Bump version to 4.7.0 to avoid conflicts with the SLE15-SP6 version + +------------------------------------------------------------------- Old: ---- libyui-4.6.3.tar.bz2 New: ---- libyui-4.7.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libyui-bindings.spec ++++++ --- /var/tmp/diff_new_pack.8gr9SC/_old 2025-05-15 16:59:46.546172911 +0200 +++ /var/tmp/diff_new_pack.8gr9SC/_new 2025-05-15 16:59:46.574174085 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-bindings # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 4.7.1 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.8gr9SC/_old 2025-05-15 16:59:46.902187846 +0200 +++ /var/tmp/diff_new_pack.8gr9SC/_new 2025-05-15 16:59:46.926188853 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-ncurses-pkg # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 4.7.1 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.8gr9SC/_old 2025-05-15 16:59:47.930230974 +0200 +++ /var/tmp/diff_new_pack.8gr9SC/_new 2025-05-15 16:59:47.942231478 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-graph # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 4.7.1 Release: 0 %define so_version 16 ++++++ libyui-qt-pkg.spec ++++++ --- /var/tmp/diff_new_pack.8gr9SC/_old 2025-05-15 16:59:48.286245909 +0200 +++ /var/tmp/diff_new_pack.8gr9SC/_new 2025-05-15 16:59:48.302246581 +0200 @@ -1,7 +1,7 @@ # # spec file for package libyui-qt-pkg # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 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.3 +Version: 4.7.1 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.3.tar.bz2 -> libyui-4.7.1.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/VERSION.cmake new/libyui-4.7.1/VERSION.cmake --- old/libyui-4.6.3/VERSION.cmake 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/VERSION.cmake 2025-05-13 15:31:30.000000000 +0200 @@ -1,6 +1,6 @@ SET( VERSION_MAJOR "4") -SET( VERSION_MINOR "6" ) -SET( VERSION_PATCH "3" ) +SET( VERSION_MINOR "7" ) +SET( VERSION_PATCH "1" ) 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.3/libyui-rest-api/CMakeLists.txt new/libyui-4.7.1/libyui-rest-api/CMakeLists.txt --- old/libyui-4.6.3/libyui-rest-api/CMakeLists.txt 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/libyui-rest-api/CMakeLists.txt 2025-05-13 15:31:30.000000000 +0200 @@ -24,7 +24,7 @@ option( BUILD_SRC "Build in src/ subdirectory" on ) option( BUILD_DOC "Build class documentation" off ) -option( WERROR "Treat all compiler warnings as errors" on ) +option( WERROR "Treat all compiler warnings as errors" off ) #---------------------------------------------------------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-bindings.spec new/libyui-4.7.1/package/libyui-bindings.spec --- old/libyui-4.6.3/package/libyui-bindings.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-bindings.spec 2025-05-13 15:31:30.000000000 +0200 @@ -20,7 +20,7 @@ Name: libyui-bindings # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.3 +Version: 4.7.1 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.3/package/libyui-ncurses-pkg.spec new/libyui-4.7.1/package/libyui-ncurses-pkg.spec --- old/libyui-4.6.3/package/libyui-ncurses-pkg.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-ncurses-pkg.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-ncurses-rest-api.spec new/libyui-4.7.1/package/libyui-ncurses-rest-api.spec --- old/libyui-4.6.3/package/libyui-ncurses-rest-api.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-ncurses-rest-api.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-ncurses.spec new/libyui-4.7.1/package/libyui-ncurses.spec --- old/libyui-4.6.3/package/libyui-ncurses.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-ncurses.spec 2025-05-13 15:31:30.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-ncurses # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-qt-graph.spec new/libyui-4.7.1/package/libyui-qt-graph.spec --- old/libyui-4.6.3/package/libyui-qt-graph.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-qt-graph.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-qt-pkg.spec new/libyui-4.7.1/package/libyui-qt-pkg.spec --- old/libyui-4.6.3/package/libyui-qt-pkg.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-qt-pkg.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-qt-rest-api.spec new/libyui-4.7.1/package/libyui-qt-rest-api.spec --- old/libyui-4.6.3/package/libyui-qt-rest-api.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-qt-rest-api.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-qt.spec new/libyui-4.7.1/package/libyui-qt.spec --- old/libyui-4.6.3/package/libyui-qt.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-qt.spec 2025-05-13 15:31:30.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui-qt # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui-rest-api.spec new/libyui-4.7.1/package/libyui-rest-api.spec --- old/libyui-4.6.3/package/libyui-rest-api.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui-rest-api.spec 2025-05-13 15:31:30.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.3 +Version: 4.7.1 Release: 0 %define so_version 16 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui.changes new/libyui-4.7.1/package/libyui.changes --- old/libyui-4.6.3/package/libyui.changes 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui.changes 2025-05-13 15:31:30.000000000 +0200 @@ -1,4 +1,17 @@ ------------------------------------------------------------------- +Tue May 13 12:19:32 UTC 2025 - Stefan Hundhammer <shundham...@suse.com> + +- Fix build failure with gcc-15: + Don't build libyui-rest-api with -Werror to complain about + wstring_convert that was deprecated without any replacement + (bsc#1241933) + +------------------------------------------------------------------- +Thu Sep 19 08:08:26 UTC 2024 - Ladislav Slezák <lsle...@suse.com> + +- Bump version to 4.7.0 to avoid conflicts with the SLE15-SP6 version + +------------------------------------------------------------------- Fri Jul 19 14:45:02 UTC 2024 - Martin Jambor <mjam...@suse.com> - Add gcc-fortran to build requirements as a work-around to boost diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libyui-4.6.3/package/libyui.spec new/libyui-4.7.1/package/libyui.spec --- old/libyui-4.6.3/package/libyui.spec 2024-08-09 11:44:04.000000000 +0200 +++ new/libyui-4.7.1/package/libyui.spec 2025-05-13 15:31:30.000000000 +0200 @@ -19,7 +19,7 @@ Name: libyui # DO NOT manually bump the version here; instead, use rake version:bump -Version: 4.6.3 +Version: 4.7.1 Release: 0 %define so_version 16