forked from pool/kactivities-stats
5.72
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities-stats?expand=0&rev=125
This commit is contained in:
parent
5c9e3feb83
commit
9314719144
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79fe4f674d7bae457ce6af0357104a8691f5822963b0ef1f99cd5a43e3666978
|
||||
size 77064
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl7dOgIACgkQWNDuZIpI
|
||||
s7sTTggAnshGqaOHF508RuIyYhw+vd35EGRmzi5+x0fSThTDQPSVB/jbiq36NrRH
|
||||
svR/4c63NzSFBhP9MGaczg8C+RkWEojWcsnOosZu8TjsUqTDAGqQvOSQbw+KoaWn
|
||||
FYCN+IF6aoauZAq5+PUn52OlN2aJOfPG9Fz10wYSfa+S3W0f1SNUQa+hT5hy9jWU
|
||||
XrOYyvuAT748KNDvIsNDILw0NZX5RPF8uvfzlVruZ5cjGfe2pul5wXlPamIZnp5i
|
||||
vCBHRVcoE26C5O08ryyw4ov7eXtKtkkFBC4vCMhqqwS8r+tummbWpwjSsePHYpLQ
|
||||
8wKoea2kLnR0UCyp4tD1f8bk9binRw==
|
||||
=FVzP
|
||||
-----END PGP SIGNATURE-----
|
3
kactivities-stats-5.72.0.tar.xz
Normal file
3
kactivities-stats-5.72.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6912e7f444b220a38afe15a188ac06c56b4824096cccc8efafcc1348436dff2e
|
||||
size 77084
|
11
kactivities-stats-5.72.0.tar.xz.sig
Normal file
11
kactivities-stats-5.72.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8Aui0ACgkQWNDuZIpI
|
||||
s7umfwgAlCEFULZBdK2yB+b0qWRH/OISECmUnR0N8XYJ30zYbSgNU4WxwKWt7oNN
|
||||
pFpx75FzIXZHwnajokL9J4n8uzHn8AnQu62J2/RWh8FIRLwgp/Q6guh9GNygvECu
|
||||
Dpn+fq0sWqrTKI0fz8lJW1iBv4rCDCxnr26bvaoLzL2ljUjcJACDsMCcwVToiffN
|
||||
AumL8ZRtNGox/cna9pNGY3mCtfs/xyK31cG2H20aL/r1FlIJSLetd4N9xniEbPW6
|
||||
crBMohwx2KSD/gJ4a3I5VmcLaaz4UDDBgXzF+LSWnYFOyHYnCZCaxtQStGcIh8hP
|
||||
E23QThK6lyewfKFFJRntguObXJNEyg==
|
||||
=KYXE
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 5 07:55:02 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.72.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.72.0
|
||||
- No code change since 5.71.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 08:06:17 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5ActivitiesStats1
|
||||
%define _tar_path 5.71
|
||||
%define _tar_path 5.72
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,7 +25,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kactivities-stats
|
||||
Version: 5.71.0
|
||||
Version: 5.72.0
|
||||
Release: 0
|
||||
Summary: KDE Plasma Activities support
|
||||
License: LGPL-2.0-or-later
|
||||
@ -37,7 +37,6 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/kactivit
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -45,9 +44,9 @@ BuildRequires: libboost_headers-devel
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(KF5Activities) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Core) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5DBus) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Sql) >= 5.12.0
|
||||
|
||||
%description
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
@ -64,7 +63,7 @@ Summary: KDE Plasma Activities support
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: extra-cmake-modules >= 1.7.0
|
||||
Requires: cmake(Qt5Core) >= 5.3.0
|
||||
Requires: cmake(Qt5Core) >= 5.12.0
|
||||
|
||||
%description devel
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
Loading…
Reference in New Issue
Block a user