SHA256
1
0
forked from pool/purpose

Accepting request 861977 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861977
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=43
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:18:34 +00:00 committed by Git OBS Bridge
commit 3022a3c0da
6 changed files with 36 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc48dbaa200336dafb5519ff63adf01c6bd22737a8c8423103e9c2d305f0f674
size 158016

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LoH4ACgkQWNDuZIpI
s7sA8gf/ReEekpiYc9cPGsPYCUgvaSHq3UsFQhbFZs5CNJzpZQPJ7gXxwJomGNCL
hWormdj4Ro4DRmz6jWlD3Swxc1r3xyT74V1kLun92YWJAv9jOmNEkAxroAy1hiMv
JClqoOPm+8vcmqT8qPVX6kv4jT+g0NX9zh3vPgGEEHaPZeRtV5ZbPAoGAutVN7+W
VyXaobGKmWuLvfis97ddNhhPb/xBTR0+jxBs3mKgUpjFN+yq9tIwPu9ZnHL0Ulpm
VEqSE8NXi4ZXF3jc+LPGa8tz12dnwbHs7T4YdXaYGD0q04dLThwKaF0JSa4YFzJa
B/d846DAVpxYcDG7zgQP3+TI9F3EVQ==
=O7hc
-----END PGP SIGNATURE-----

3
purpose-5.78.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:498017bdbd1f46773963d2b97bfb8b7d9e480fa6d958a83ce629c7d327e1628f
size 158484

11
purpose-5.78.0.tar.xz.sig Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wezQACgkQWNDuZIpI
s7vqoAf/QzpXaxiX+Jr8nDdG99gF85PtuFKAIKY6gWR1wwnFR3b/W1LBrvTYh5y9
zrxTDdpt9t4gRyvg7DfPYvyTty3OfoneznJvdBFInIOFpAwO2HsTGH2MuZ1GZ3W0
tQWM//1viHCMPMG7yWMAPWnm5qL/296M/pGvBxCFOatiUEPcbcsIqsxxiLOwrtz/
oUBwk7gxiqXoHhsHP+rJVaGQq5LAp15RkbcDbWxm6O4uiD3iEwVT1KfgoZXEkHuE
8sMEhMZjvzBkrFAzwGesWcESnJL3Og9DpnET1mUL7FGBy9fisjLaxUe5QX64ZUsJ
hPTJiRSFVAMHhIQhDmyoPsoJYGbdqg==
=XwHa
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 6 10:48:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Remove not implemented method
* autotests: fix ctest not exiting because of kio_http_cache_cleaner
* KFileItemActions: add menu windowflag
* Share fileitemplugin: use parent Widget as menu parent
-------------------------------------------------------------------
Mon Dec 7 17:14:54 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package purpose
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5Purpose5
%define _tar_path 5.77
%define _tar_path 5.78
# 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: purpose
Version: 5.77.0
Version: 5.78.0
Release: 0
Summary: Framework to integrate services and actions in applications
License: LGPL-2.1-or-later
@ -50,12 +50,12 @@ BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5KIO) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Kirigami2) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Network) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Widgets) >= 5.13.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5Gui) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5Qml) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
Requires: kdeclarative-components >= %{_kf5_bugfix_version}
Requires: libKF5QuickAddons5 >= %{_kf5_bugfix_version}
Requires: libqt5-qtquickcontrols2