Hello community, here is the log from the commit of package kirigami2 for openSUSE:Leap:15.2 checked in at 2020-02-16 18:27:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/kirigami2 (Old) and /work/SRC/openSUSE:Leap:15.2/.kirigami2.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kirigami2" Sun Feb 16 18:27:04 2020 rev:61 rq:773928 version:5.67.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/kirigami2/kirigami2.changes 2020-01-19 15:50:11.285798736 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.kirigami2.new.26092/kirigami2.changes 2020-02-16 18:28:05.378710750 +0100 @@ -1,0 +2,21 @@ +Mon Feb 10 21:33:36 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Add upstream patch 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch + +------------------------------------------------------------------- +Sun Feb 2 18:07:01 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Sun Feb 2 14:32:49 UTC 2020 - Christophe Giboudeaux <[email protected]> + +- Update to 5.67.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.67.0.php +- Too many changes since 5.66.0, only listing bugfixes: + * Clip the flickable parent item (kde#416877) + * proper size hint for the gridlayout (kde#416860) + +------------------------------------------------------------------- Old: ---- kirigami2-5.66.0.tar.xz kirigami2-5.66.0.tar.xz.sig New: ---- 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch kirigami2-5.67.0.tar.xz kirigami2-5.67.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kirigami2.spec ++++++ --- /var/tmp/diff_new_pack.ovwLUM/_old 2020-02-16 18:28:05.714710926 +0100 +++ /var/tmp/diff_new_pack.ovwLUM/_new 2020-02-16 18:28:05.714710926 +0100 @@ -17,14 +17,14 @@ %define lname libKF5Kirigami2-5 -%define _tar_path 5.66 +%define _tar_path 5.67 # 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 lang Name: kirigami2 -Version: 5.66.0 +Version: 5.67.0 Release: 0 Summary: Set of QtQuick components License: LGPL-2.1-or-later @@ -35,6 +35,7 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif +Patch0: 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: cmake(Qt5Core) >= 5.7.0 @@ -80,7 +81,7 @@ %build %cmake_kf5 -d build -%make_jobs +%cmake_build %install %kf5_makeinstall -C build ++++++ 0001-make-headerParent-correctly-alignedwhen-there-is-a-s.patch ++++++ >From f695cde36a6829b8b92b2fd82deff16d9385fcb9 Mon Sep 17 00:00:00 2001 From: Marco Martin <[email protected]> Date: Mon, 10 Feb 2020 11:48:50 +0100 Subject: [PATCH] make headerParent correctly alignedwhen there is a scrollbar --- src/controls/GlobalDrawer.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/controls/GlobalDrawer.qml b/src/controls/GlobalDrawer.qml index 0e8e5120..9166ad7a 100644 --- a/src/controls/GlobalDrawer.qml +++ b/src/controls/GlobalDrawer.qml @@ -301,6 +301,7 @@ OverlayDrawer { anchors { left: parent.left right: parent.right + rightMargin: Math.min(0, -scrollView.width + mainFlickable.width) } spacing: 0 y: bannerImage.visible ? Math.max(headerContainer.height, -mainFlickable.contentY) - height : 0 -- 2.25.0 ++++++ kirigami2-5.66.0.tar.xz -> kirigami2-5.67.0.tar.xz ++++++ ++++ 2366 lines of diff (skipped)
