From 4d2220400d67427744bed5baa0f2f4acb96466310b2765d36a73d420b2148a55 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:58:43 +0000 Subject: [PATCH] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kirigami2?expand=0&rev=56 --- kirigami2-5.48.0.tar.xz | 3 --- kirigami2-5.49.0.tar.xz | 3 +++ kirigami2.changes | 32 ++++++++++++++++++++++++++++++++ kirigami2.spec | 22 +++++++++++----------- 4 files changed, 46 insertions(+), 14 deletions(-) delete mode 100644 kirigami2-5.48.0.tar.xz create mode 100644 kirigami2-5.49.0.tar.xz diff --git a/kirigami2-5.48.0.tar.xz b/kirigami2-5.48.0.tar.xz deleted file mode 100644 index f5553fd..0000000 --- a/kirigami2-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d8bfbf79f33c03793631e9f3575b7c3043e09d282b0e56ad878bfdbfcd0138 -size 324176 diff --git a/kirigami2-5.49.0.tar.xz b/kirigami2-5.49.0.tar.xz new file mode 100644 index 0000000..18af51b --- /dev/null +++ b/kirigami2-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fd1c7fb34faa9d739967d24a261be85a9d8a908a54927ddf7fbcb3d0f4c56f1 +size 326532 diff --git a/kirigami2.changes b/kirigami2.changes index ec8b5ff..0e38a67 100644 --- a/kirigami2.changes +++ b/kirigami2.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun Aug 19 09:19:12 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * support dynamically adding and removing title (kde#396417) + * introduce actionsVisible (kde#396413) + * Fix documentation typo + * adapt margins when scrollbar appears/disappear + * better management of the size (kde#396983) + * Optimise setting up the palette + * AbstractApplciationItem shouldn't have its own size, only implicit + * new signals pagePushed/pageRemoved + * fix logic + * add ScenePosition element (kde#396877) + * No need to emit the intermediary palette for every state + * hide->show + * Collapsible Sidebar Mode + * kirigami_package_breeze_icons: don't treat lists as elements + * fix searc/replace regexp (kde#396294) + * animating a color produces a rater unpleasant effect (kde#389534) + * color focused item for keyboard navigation + * remove quit shortcut + * Remove long-time deprecated Encoding=UTF-8 from desktop format file + * fix toolbar size (kde#396521) + * fix handle sizing + * Honor BUILD_TESTING + * Show icons for actions that have an icon source rather than an icon name + ------------------------------------------------------------------- Mon Jul 16 04:37:41 UTC 2018 - lbeltrame@kde.org diff --git a/kirigami2.spec b/kirigami2.spec index 645b67a..cefc56d 100644 --- a/kirigami2.spec +++ b/kirigami2.spec @@ -17,22 +17,22 @@ %define lname libKF5Kirigami2-5 -%define _tar_path 5.48 -%bcond_without lang -Name: kirigami2 -Version: 5.48.0 -Release: 0 +%define _tar_path 5.49 # 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.49.0 +Release: 0 Summary: Set of QtQuick components License: LGPL-2.1-or-later Group: Development/Libraries/KDE -Url: http://www.kde.org/ +URL: http://www.kde.org/ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE -Patch: fix-build-with-gcc48.patch +Patch0: fix-build-with-gcc48.patch BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: kf5-filesystem BuildRequires: cmake(Qt5Core) >= 5.7.0 @@ -42,12 +42,12 @@ BuildRequires: cmake(Qt5Quick) >= 5.7.0 BuildRequires: cmake(Qt5QuickControls2) >= 5.7.0 BuildRequires: cmake(Qt5Svg) >= 5.7.0 BuildRequires: cmake(Qt5Test) >= 5.7.0 -%if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0 -%endif Requires: libqt5-qtgraphicaleffects Requires: libqt5-qtquickcontrols2 Recommends: %{name}-lang = %{version} +%if %{with lang} +BuildRequires: cmake(Qt5LinguistTools) >= 5.7.0 +%endif %description QtQuick plugins to build user interfaces based on the KDE UX guidelines. @@ -75,7 +75,7 @@ Development files. %prep %setup -q %if 0%{?suse_version} < 1500 -%patch -p1 +%patch0 -p1 %endif %build