diff --git a/purpose-5.47.0.tar.xz b/purpose-5.47.0.tar.xz deleted file mode 100644 index d75ac00..0000000 --- a/purpose-5.47.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9a009f5a637ff9ca4c9c7a26636ddf743609a4cecc02cfed7a38132fffed5eb -size 127936 diff --git a/purpose-5.48.0.tar.xz b/purpose-5.48.0.tar.xz new file mode 100644 index 0000000..4cb9054 --- /dev/null +++ b/purpose-5.48.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7772c5e138c3384a3ad9c2dd324647b15208f92d001dc46a06ef92bbe66ad04 +size 133160 diff --git a/purpose.changes b/purpose.changes index a786d3e..48609f0 100644 --- a/purpose.changes +++ b/purpose.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jul 16 04:37:48 UTC 2018 - lbeltrame@kde.org + +- Update to 5.48.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.48.0.php +- Changes since 5.47.0: + * Add Share action to Dolphin context menu + * Properly reset plugins + * Filter out duplicate plugins + ------------------------------------------------------------------- Tue Jun 12 21:26:10 UTC 2018 - lbeltrame@kde.org diff --git a/purpose.spec b/purpose.spec index ef10b3c..7405f96 100644 --- a/purpose.spec +++ b/purpose.spec @@ -17,14 +17,14 @@ %define lname libKF5Purpose5 -%define _tar_path 5.47 +%define _tar_path 5.48 # 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} +%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %bcond_without lang Name: purpose -Version: 5.47.0 +Version: 5.48.0 Release: 0 Summary: Framework to integrate services and actions in applications License: LGPL-2.1-or-later @@ -52,6 +52,7 @@ BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0 BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0 Requires: kdeclarative-components >= %{_kf5_bugfix_version} +Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version} Requires: libqt5-qtquickcontrols2 Suggests: kdeconnect-kde Recommends: %{name}-lang @@ -119,6 +120,7 @@ This package contains development files needed to build applications which rely %find_lang libpurpose_quick %{name}.lang %find_lang libpurpose_widgets %{name}.lang %find_lang purpose_email %{name}.lang + %find_lang purpose-fileitemaction %{name}.lang %find_lang purpose_kdeconnect %{name}.lang %find_lang purpose_imgur %{name}.lang %find_lang purpose_ktp-sendfile %{name}.lang