Luca Beltrame 2021-05-09 07:41:53 +00:00 committed by Git OBS Bridge
parent 1051a0c09a
commit ada65a76e8
6 changed files with 34 additions and 25 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprQ4ACgkQWNDuZIpI
s7uRnQgAqylG0Mgycq2C/aQdF2IMRDnG/3DmGHjBhZz0xmN6Oj2Wyt6ihdXWas/R
5usDWGfqtf+P4qxH+oAl2K1W/XLYre7FVY2fRjzCgQscayzlc++P7Bz7bFTlNrJb
a/JkMpccwwcGPVNYeccrYZkbI//UHEGxQNZwH4vDP1riY8Wsa8p6Q3taCZNbMAwy
tRHXufryxBfRnxRquXnEZkku3nMYYHCfaJMjT+Of+cvOntUtjRHGALuetnWwKDpT
TxcKqvhUN6FU61YIgrbIAlahG9JR7E/f/O6q/jZxszIi1EltawJrQ9j/rcxSJxlt
oG6OR5EgxK9n6BoBBn9yrkbXaKF4mw==
=YyzJ
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaWkACgkQWNDuZIpI
s7vhdAf9H0N9XRdrjJTlpBgMWbktswlDVI8j8LjB0zG0lpdoRUgryVSCaZCJ4xfW
dCr6VzoDQYrgvaCuu3GksGz77f6Zz7qhGhtpBk1/DZVqHAIqQRzUqKqrypRahSgo
uEbBQUyycm/6ZDhRE2CSFvJcU3BvJJCh0SozZW17HNBw1QWaYDCzAMFTYNePhAI7
ZZfCPlrLKEfq766O/yRa9jcRP3812EHRyYUmPN65ai/U5kcfovGRw7i3Q+zE/LLz
Aw1GJkmXQRzAz7q1TC4M81KeCaEoES3OcvdPYw4NMWiReJoqMguCZpXdSXcmHcfR
j28xGtHlrUG1dQfTFTiW7g3YIfFu5w==
=W6Vt
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 1 16:40:32 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
-------------------------------------------------------------------
Mon Apr 5 07:12:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5ActivitiesStats1
%define _tar_path 5.81
%define _tar_path 5.82
# 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.81.0
Version: 5.82.0
Release: 0
Summary: KDE Plasma Activities support
License: LGPL-2.0-or-later
@ -44,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.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Sql) >= 5.14.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Sql) >= 5.15.0
%description
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
@ -63,22 +63,22 @@ Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules >= 1.7.0
Requires: cmake(Qt5Core) >= 5.14.0
Requires: cmake(Qt5Core) >= 5.15.0
%description devel
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
Development files.
%prep
%setup -q -n kactivities-stats-%{version}
%autosetup -p1 -n kactivities-stats-%{version}
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig