forked from pool/kactivities-stats
KDE Frameworks 5.95
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kactivities-stats?expand=0&rev=164
This commit is contained in:
parent
bdd2fbb2ea
commit
dcda10c601
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:83fe7d109d830f348f18432949902700ee8a6a934cbaf3f89ae7bbfb28ef2340
|
|
||||||
size 84580
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2ZbYACgkQWNDuZIpI
|
|
||||||
s7tJBAgAwXoanNt3sD2pb3RX2jd/IQqdxwopapTpNUgacNI+EnX7YDLFmKqHBd30
|
|
||||||
IL8pnTNwS/e1jgp+oxZVydMp8lix6Kg2g40ItNnAOveCdvMeeXOSWY3Ri3e2qez5
|
|
||||||
kDNBSVLulvDgQtWKorniB/YJACS+MDUKFrky0PG54A7wUtopAot0IKcLBcC86tsE
|
|
||||||
9hrVcdedldZDddsaSKooZpS8bC8c1DelhsUe3/UNuwUyarwls4RrMswgff+Tn7lj
|
|
||||||
jjBo72AdVeRaU7+QLm7HOCDN/Qrck1xDsX97cTd6QyY1+GQ2J8c0ZVkk7rfUrLLf
|
|
||||||
S/QvJxcPhYnN44JiXr/4fZJ2WINO2g==
|
|
||||||
=jGfA
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kactivities-stats-5.95.0.tar.xz
Normal file
3
kactivities-stats-5.95.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5256a3aab210b3ff68d2fab6a7e1888ed1568189e47d452aeb8d3400336aca53
|
||||||
|
size 84560
|
11
kactivities-stats-5.95.0.tar.xz.sig
Normal file
11
kactivities-stats-5.95.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiad8ACgkQWNDuZIpI
|
||||||
|
s7vvdgf/anpp5dxgVVXVnOdEpicjjWKPJ5tWi2r19+Xd4V/FfNTFMQVvFvZAPIBK
|
||||||
|
t0DzaX+MiE8J0f+eKFLEWbTXn6rcKbs1ZiC6PAHuztZT7Z1422/y7Ap/SVITXSZu
|
||||||
|
22ZlMLKdISD9rmYpEG9mSDwFt7QXdhlKmiPbtFMs++blyR3JxwwuT0FcGYyJlzRw
|
||||||
|
7+wIiITgNX0dATCi4INIxnLA+Dzq1N32hnLj1jr/yNLuVswv00edOYteo5VwT9yV
|
||||||
|
GeHCLnH4AvEwo0zaXP3vvxEbiAT2DIbHD7PaIspjpTcIeOOT/jan5HvXIAOtCLQQ
|
||||||
|
ZUH5suZwA+ah01vYfdd0EioirclnSA==
|
||||||
|
=os2a
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 10 14:12:14 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.95.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.95.0
|
||||||
|
- Changes since 5.94.0:
|
||||||
|
* port to standard C++ smart pointers where possible
|
||||||
|
* Fix clazy warnings, add missing Q_EMIT, add std::move for terms
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 10 08:17:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue May 10 08:17:44 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5ActivitiesStats1
|
%define lname libKF5ActivitiesStats1
|
||||||
%define _tar_path 5.94
|
%define _tar_path 5.95
|
||||||
# Full KF5 version (e.g. 5.33.0)
|
# Full KF5 version (e.g. 5.33.0)
|
||||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||||
# Last major and minor KF5 version (e.g. 5.33)
|
# Last major and minor KF5 version (e.g. 5.33)
|
||||||
@ -25,7 +25,7 @@
|
|||||||
# Only needed for the package signature condition
|
# Only needed for the package signature condition
|
||||||
%bcond_without released
|
%bcond_without released
|
||||||
Name: kactivities-stats
|
Name: kactivities-stats
|
||||||
Version: 5.94.0
|
Version: 5.95.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: KDE Plasma Activities support
|
Summary: KDE Plasma Activities support
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user