Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kirigami2 for openSUSE:Factory checked in at 2022-12-12 17:38:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kirigami2 (Old) and /work/SRC/openSUSE:Factory/.kirigami2.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kirigami2" Mon Dec 12 17:38:25 2022 rev:73 rq:1042133 version:5.101.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kirigami2/kirigami2.changes 2022-11-15 13:19:38.832305946 +0100 +++ /work/SRC/openSUSE:Factory/.kirigami2.new.1835/kirigami2.changes 2022-12-12 17:40:10.845325659 +0100 @@ -1,0 +2,9 @@ +Tue Dec 6 20:10:46 UTC 2022 - Christophe Marin <christo...@krop.fr> + +- Update to 5.101.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.101.0 +- Too many changes to list here. + +------------------------------------------------------------------- Old: ---- kirigami2-5.100.0.tar.xz kirigami2-5.100.0.tar.xz.sig New: ---- kirigami2-5.101.0.tar.xz kirigami2-5.101.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kirigami2.spec ++++++ --- /var/tmp/diff_new_pack.OV93PI/_old 2022-12-12 17:40:11.237327636 +0100 +++ /var/tmp/diff_new_pack.OV93PI/_new 2022-12-12 17:40:11.241327657 +0100 @@ -17,18 +17,17 @@ %define lname libKF5Kirigami2-5 -%define _tar_path 5.100 +%define _tar_path 5.101 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without released Name: kirigami2 -Version: 5.100.0 +Version: 5.101.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1-or-later -Group: Development/Libraries/KDE URL: https://www.kde.org Source: %{name}-%{version}.tar.xz %if %{with released} @@ -36,6 +35,10 @@ Source2: frameworks.keyring %endif BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +%if 0%{?suse_version} == 1500 +BuildRequires: gcc10-c++ +BuildRequires: gcc10-PIE +%endif BuildRequires: kf5-filesystem BuildRequires: libQt5Gui-private-headers-devel BuildRequires: cmake(Qt5Concurrent) >= 5.15.0 @@ -55,7 +58,6 @@ %package -n %{lname} Summary: Set of QtQuick components -Group: System/Libraries Recommends: %{name} = %{version} %description -n %{lname} @@ -64,7 +66,6 @@ %package devel Summary: Development package for kirigami -Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: %{name} = %{version} @@ -78,6 +79,10 @@ %autosetup -p1 %build +%if 0%{?suse_version} == 1500 +export CXX=g++-10 +%endif + %cmake_kf5 -d build %cmake_build ++++++ kirigami2-5.100.0.tar.xz -> kirigami2-5.101.0.tar.xz ++++++ ++++ 16229 lines of diff (skipped)