SHA256
1
0
forked from pool/kactivities5
Christophe Marin 2022-12-11 11:32:59 +00:00 committed by Git OBS Bridge
parent 4b1c05eef9
commit f6029e31ca
6 changed files with 26 additions and 21 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmTsACgkQWNDuZIpI
s7sDZwgApviCOoot49SJKPLN7J/Ytual15RYGcbKqV/FlYFOXEB1pP0BBdKB1IHb
7ikz2tuYmX0YEq4FT+wLGU7icXmbT86A2pcAHROAALfwrnB7onp1X7ZRGxGJuPoG
S36nRENNsAMPPV//7o5/itmoXiwDng2c8F5ShuAmcz55NJgfNuk+MMoweo7m67Xp
nKx9utiTNrz0vKRwuBRBfG8UIXlz4F670cO/wwHSp6tQVe5xoR6cQMPeExmcIray
Xz22/SDf3iVgoURTmo8EFiuTMivq2gae1y6GvFt9GKKYfsRGFPoCejn37nW4hJk2
FEwqzhk8vGqnovTEZkOfuXxSaR7NFw==
=ppiM
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmOLLIcACgkQWNDuZIpI
s7uKuggAnM18rMMxfHVDcCQkd/ouBO9SfVR8Ydd2cXpEjt38hPeVirKnkpC2hFgc
adj1ZvvIfZLNLrr93C89bpk8ZZraAYkzJpZ9cDWNW+ufyXpbzp9saA5f8KwaMM7Q
se2klvpCMaznpzCjbxjqrKSGbaBwyFtpVY/IGoMnMG+Q/S7+SOOq6uOADBv/rqml
gUMkT6R+UHPnZIyp35VlBZDc6+Q7zL+XwbJNa+ghr5Vw8/fFc+aJ5Ug31Q4k8nC9
wDakPszhwkPxTKNU+7plSTJ7deuEaDURKL8/lws0xa7U30rqisRljyokRpJBT3er
BufXiOrlt72AABB+u/K7ZzeQRBMnAA==
=OTFS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Dec 6 20:10:20 UTC 2022 - Christophe Marin <christophe@krop.fr>
- Update to 5.101.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.101.0
- Changes since 5.100.0:
* Port away from deprecated KWindowSystem API
-------------------------------------------------------------------
Tue Nov 8 08:34:51 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Activities5
%define _tar_path 5.100
%define _tar_path 5.101
# 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,11 +25,10 @@
# Only needed for the package signature condition
%bcond_without released
Name: kactivities5
Version: 5.100.0
Version: 5.101.0
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: kactivities-%{version}.tar.xz
%if %{with released}
@ -57,7 +56,6 @@ Kactivities provides an API for using and interacting with the Plasma Activities
%package tools
Summary: Command-line tools for Plasma Activity management
Group: System/GUI/KDE
Requires: %{lname} = %{version}
%description tools
@ -65,14 +63,12 @@ This package provides command-line tools to manipulate Plasma Activities.
%package -n %{lname}
Summary: Library for KDE's Plasma Activities support
Group: System/GUI/KDE
%description -n %{lname}
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
%package imports
Summary: KDE Plasma Activities support
Group: System/GUI/KDE
%description imports
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
@ -80,7 +76,6 @@ QML imports.
%package devel
Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules >= 1.7.0
Requires: cmake(Qt5Core) >= 5.15.0