forked from pool/kcalendarcore
KDE Frameworks 5.85.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=46
This commit is contained in:
parent
c655541c08
commit
54bd1ba527
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b116cf5dff328597b74a550a938ce3e3a64fcbf7022c692b07691a9dbf35a19
|
||||
size 256408
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgiooACgkQWNDuZIpI
|
||||
s7ul/Af+J3MAF7bHJPh7CVK13ZzyBQh4Gs8LqPKmL3iBGaZM/MbjiWRmi1tyNDD4
|
||||
IksXatxvFVu8Q0wljb5GYo4egjdRbhDIl+2R4Pe7dQDALdhvDFDtxE/gL0lMx8UC
|
||||
UJyIcJMIRILoiduK2Jh1ZcSzk8tqPY4+Dh1Oc7309SOgJt91mwOLgVdzNSAtvINc
|
||||
hagqJDH31Oy+QV5l3q3N/P/Z3is7GSIlnc/5zMVJpY0IvWcN0mMkocZpGi5E2y89
|
||||
oM9IeJxTgqYpd6FzPnTQnZY/fyK7efF6LL6Rei1FBBN/v+GLKfVUqXOnokVb12aj
|
||||
YupulatwzyBHYqgrzusBOSx6HBaDDw==
|
||||
=J3OV
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.85.0.tar.xz
Normal file
3
kcalendarcore-5.85.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:58fb1df9adac73fe8fd73f8a74ffe2c9ba8e7a6d196046aba56497471a77d912
|
||||
size 258044
|
11
kcalendarcore-5.85.0.tar.xz.sig
Normal file
11
kcalendarcore-5.85.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBTwACgkQWNDuZIpI
|
||||
s7sIHwf/aFr233BFjlhqiKDzcAqxhomCioG+Y1yuFB9O9RATEvFscdtekoE2m6Bj
|
||||
CYg1T0Rbgue9KLHeh3ujWxjQVjtioNhWKuoBCE8FHhXg43lOjkmqEa+XWWjcb0Qc
|
||||
ZLknW6ndkZCeHaL3m3iIqmJ9FQpuEg0VwRhY/JkptnjM3Tcor5JknQqLCKcH1aPe
|
||||
3gAVmgQz7f6rtcKniupVbsl68ZqU+mLJS0IOvMFM7r6HB3N6EGHhnDz7MzyWu5DT
|
||||
pww8ukbhaSFvtPGGO5lVJY60FftCkZjzPfOT5bfQW7XGfoGkbZK6QVaPqqdmEz6i
|
||||
ypZpqncQ/+XkmDkYY60NhkNq9knPxA==
|
||||
=q6vY
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:11:29 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.85.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.85.0
|
||||
- Changes since 5.84.0:
|
||||
* Fixup include dir into pkgconfig file
|
||||
* Hide fields, to enforce uniform use of setFieldDirty()
|
||||
* Fix formating in apidoc for free busy
|
||||
* Add ownerChanged signal
|
||||
* Add metadata properties to calendar
|
||||
* Add base class for calendar plugins
|
||||
* More completion field consistency and dirtyness checks
|
||||
* Mark mCompleted as dirty if it changes, and also reset status
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 4 07:45:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.84
|
||||
%define _tar_path 5.85
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kcalendarcore
|
||||
Version: 5.84.0
|
||||
Version: 5.85.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user