This commit is contained in:
parent
95a6296e0b
commit
6bbda2056c
3
kcalendarcore-5.64.0.tar.xz
Normal file
3
kcalendarcore-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:983f240a7478a780dc403d577827f027856f9f67e8c3bfe8b69d56093e5bb80e
|
||||||
|
size 249868
|
11
kcalendarcore-5.64.0.tar.xz.sig
Normal file
11
kcalendarcore-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfcACgkQWNDuZIpI
|
||||||
|
s7s/5Qf/RCpgXLEpx1q90YWEfd0+xEhRdXmblLMRWhRRxD6nBuCkQpf8kWNasQmE
|
||||||
|
szcqXLW6XP/MiE02euutK8nkS43hGc/KVebKIW0dEZeIwQx7IQlL3kQzCGrrFwwc
|
||||||
|
VXKmpz3iz2fxGF4ZSfb99W6zI58KCQZNYPVz5wDMVfNQYRd5i6wntidM0luET0+m
|
||||||
|
OII9Wwy0c4TUNn5Vz7waJXmRta9Fxh3CqBj4rxbGnIkLPOh56EmIZhJy4W072Xlw
|
||||||
|
+vK26SneycaAkwhdEDOCsPl33Iwxs68zgz0ACB52oc/OvwO4+9ewlV8ovUoDjWlc
|
||||||
|
JQkW1nasjRQhMUPpQ7gQ3D6lnKVnog==
|
||||||
|
=bC3p
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 15:46:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
Update to 5.64.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||||
|
- Changes since 5.63.0:
|
||||||
|
* Add libical version too
|
||||||
|
* Fix typo
|
||||||
|
* Use ECMGenerateExportHeader to manage deprecated API better
|
||||||
|
* Explicitly define the Journal copy ctor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 19:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Oct 15 19:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.63
|
%define _tar_path 5.64
|
||||||
# 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)
|
||||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.63.0
|
Version: 5.64.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access and handle calendar data
|
Summary: Library to access and handle calendar data
|
||||||
License: LGPL-2.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user