Wolfgang Bauer 2020-12-12 12:34:08 +00:00 committed by Git OBS Bridge
parent 1189eb2e8c
commit 48b2a4d486
6 changed files with 33 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5DwACgkQWNDuZIpI
s7shMQgAvmzj2W/HoFS1YUufI7GgFQkFhAyoioKuJAnnN4fKOfpxsCkb0bh9K5YZ
bAe/95iVJ4teKUPm5XAQjxONw0M+9tREq9rM0j5D2ShpHQoe2+DzF4SEViY9oPZt
jX7BteIUnXtsykCeNvIDjr7k2+TUJL4QRArdJ28eenNjxFflrn6g0Lo3SOLQoz2S
1E/RDWcK5KZEBP+LGdjwaJ8Cg2mgQJ4KCz3QmFz+WurwbHtVu0w4LHCjy/km1DJ9
J4YQQGCvDDNM3s+hxIdt0N6xpEF/TNtt48xE9mGIBEbWdeCsiHiDo4M90QelawHq
vUjXGbD2YAHO0MRFawYPDS6f7cz7bA==
=wwMN
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnyUACgkQWNDuZIpI
s7soggf8CaJu9H3fuElsFKRSqzRXFkxuhXyfIv++F0GGBnND8lTSbqvx6pIV4ksO
jpwWKBLDjlY9TxekPq9Mp3O57QRADmTpT6QvndKDCUIO1vhqXn8MoSroMBa/psaM
uo3eRm62lwsEy+Sh2+dlGvQgacrWntpud7cLKDy8MU32ukKlRgYXXYQQa5diWJzW
UeJWHpt9xN9jM7hZsad51nce07JLd0oduv/k0vLGqp70tT/Ie2Tyn1NmiGIGAukU
rsi1CunqgRQrwEO4/AlJ23/JuNOoTnq+w6VYZ3snbgtpo53GCt7hUi+SJqWYImgp
FcEqrL7916ECF0/WdfBtChiLbCUIPA==
=DGSu
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- No code change since 5.76.0
-------------------------------------------------------------------
Sat Nov 7 21:34:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Activities5
%define _tar_path 5.76
%define _tar_path 5.77
# 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: kactivities5
Version: 5.76.0
Version: 5.77.0
Release: 0
Summary: KDE Plasma Activities support
License: GPL-2.0-or-later
@ -45,13 +45,13 @@ BuildRequires: xz
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5Sql) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5DBus) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5Sql) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
%description
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
@ -84,7 +84,7 @@ Summary: KDE Plasma Activities support
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules >= 1.7.0
Requires: cmake(Qt5Core) >= 5.12.0
Requires: cmake(Qt5Core) >= 5.13.0
%description devel
Kactivities provides an API for using and interacting with the Plasma Activities Manager.