Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package layer-shell-qt6 for openSUSE:Factory checked in at 2025-02-10 17:24:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/layer-shell-qt6 (Old) and /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "layer-shell-qt6" Mon Feb 10 17:24:10 2025 rev:18 rq:1244587 version:6.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/layer-shell-qt6/layer-shell-qt6.changes 2025-01-03 14:16:47.553105606 +0100 +++ /work/SRC/openSUSE:Factory/.layer-shell-qt6.new.19470/layer-shell-qt6.changes 2025-02-10 18:12:18.287036783 +0100 @@ -1,0 +2,29 @@ +Thu Feb 6 13:46:55 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.3.0: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.3.0 +- Changes since 6.2.91: + * update version for new release + +------------------------------------------------------------------- +Thu Jan 23 13:45:56 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.91: + * New bugfix release + * For more details see https://kde.org/announcements/plasma/6/6.2.91 +- Changes since 6.2.90: + * update version for new release + +------------------------------------------------------------------- +Sat Jan 11 18:27:45 UTC 2025 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 6.2.90: + * New feature release + * For more details see https://kde.org/announcements/plasma/6/6.2.90 +- Changes since 6.2.5: + * update version for new release + * It compiles without deprecated methods + * update version for new release + +------------------------------------------------------------------- Old: ---- layer-shell-qt-6.2.5.tar.xz layer-shell-qt-6.2.5.tar.xz.sig New: ---- layer-shell-qt-6.3.0.tar.xz layer-shell-qt-6.3.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ layer-shell-qt6.spec ++++++ --- /var/tmp/diff_new_pack.yUTgDR/_old 2025-02-10 18:12:20.119113417 +0100 +++ /var/tmp/diff_new_pack.yUTgDR/_new 2025-02-10 18:12:20.147114589 +0100 @@ -1,7 +1,7 @@ # # spec file for package layer-shell-qt6 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # Copyright (c) 2021 Fabian Vogt # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -%define kf6_version 6.5.0 +%define kf6_version 6.10.0 %define qt6_version 6.7.0 # Full Plasma 6 version (e.g. 6.0.0) @@ -27,14 +27,14 @@ %define rname layer-shell-qt %bcond_without released Name: layer-shell-qt6 -Version: 6.2.5 +Version: 6.3.0 Release: 0 Summary: wlr-layer-shell integration for Qt License: LGPL-3.0-or-later URL: https://www.kde.org -Source: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz +Source: %{rname}-%{version}.tar.xz %if %{with released} -Source1: https://download.kde.org/stable/plasma/%{version}/%{rname}-%{version}.tar.xz.sig +Source1: %{rname}-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: kf6-extra-cmake-modules >= %{kf6_version} ++++++ layer-shell-qt-6.2.5.tar.xz -> layer-shell-qt-6.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/layer-shell-qt-6.2.5/CMakeLists.txt new/layer-shell-qt-6.3.0/CMakeLists.txt --- old/layer-shell-qt-6.2.5/CMakeLists.txt 2024-12-30 19:57:21.000000000 +0100 +++ new/layer-shell-qt-6.3.0/CMakeLists.txt 2025-02-06 12:02:03.000000000 +0100 @@ -4,13 +4,13 @@ cmake_minimum_required(VERSION 3.16) project(layershellqt) -set(PROJECT_VERSION "6.2.5") +set(PROJECT_VERSION "6.3.0") set(PROJECT_VERSION_MAJOR 6) set(CMAKE_C_STANDARD 99) set(QT_MIN_VERSION "6.7.0") -set(KF6_MIN_VERSION "6.5.0") +set(KF6_MIN_VERSION "6.10.0") set(KDE_COMPILERSETTINGS_LEVEL "5.82") set(CMAKE_CXX_STANDARD 20) @@ -55,8 +55,8 @@ kde_configure_git_pre_commit_hook(CHECKS CLANG_FORMAT) -ecm_set_disabled_deprecation_versions(QT 6.5 - KF 5.240 +ecm_set_disabled_deprecation_versions(QT 6.8.1 + KF 6.9.0 ) add_subdirectory(src)