forked from pool/kcalendarcore
KDE Frameworks 5.93.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=56
This commit is contained in:
parent
d81f97cf60
commit
f1f58e345e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ff2e68dfb8b92e0f181f3f19d20991bfd589b4a047b313af908c41391560b3a
|
||||
size 263032
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmIjwkMACgkQWNDuZIpI
|
||||
s7v7Dgf/RImB9KIlRns3/PmXtqgpRg3laxlDUKhJ5ZA/YPqp5BS4pCcxH9d8Fp/K
|
||||
vQNJKQ5UXWa2Fq/d//YvZLk2dBPVMbSaeECvBbuJQpbTgdFqgCnUVqAV7NXHbnUr
|
||||
aQXevRzvMV6lycTu3VpdYvIKe4nNmBYhh0094zv5T5ZZjFyARXImrNDddU14ljKk
|
||||
4u3kTaH+0A3dC1ICqS4jDdeQenVO+JJb1uNPlRcGqH9YWTgKCtmEcPUwD0RNmoae
|
||||
eqrLm6sXYAppdqVDyUorwpCPmpERnqn9FI1YH8+m7weZ+yFK93zNgNy9CKdH3jrJ
|
||||
a8uuX4s4se2dlDWDu7jaXA/qdM9ZDg==
|
||||
=X+vI
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.93.0.tar.xz
Normal file
3
kcalendarcore-5.93.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1609bc141739fce0abed59a353a0e356f4fa7a1b3659d3bc77737010875c1d3f
|
||||
size 264260
|
11
kcalendarcore-5.93.0.tar.xz.sig
Normal file
11
kcalendarcore-5.93.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJIS74ACgkQWNDuZIpI
|
||||
s7vTOQf/b+hbJYsuOlLqjadmbKT3HKsP5RXwxoiJONlbMmsC8c12xbrQd/GjYgNX
|
||||
fCFlfAJhjk+mlcFlH7f1JwcowF8maQIEBQuHxuNHvX1x6SxZ0zN5cb6N1NRHFGJo
|
||||
8YGV3zX06tL61onwZvaPeIEg5ptWzpvTd4fZW1aSry1VmUstUPKqkg5hlnPAUHjw
|
||||
aHqz4A+dkFdtZ0xAdtEy9EWdaFkjEMmsuhAYz1exnmf9b8/BR5w5WOm0MBgx6F4B
|
||||
PDV9owaxcG6kkkIqz4fmi1bJZAnEW6IQNmp+tkDIhAK8RNB4XlyG7cGLStbwRAMj
|
||||
AyfXwb3GOBtLI4GbYWTwSsEgHJzf6g==
|
||||
=hc+d
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 3 10:47:01 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.93.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.93.0
|
||||
- Changes since 5.92.0:
|
||||
* Notify on notebook change for exceptions.
|
||||
* Note use of low-level libical function
|
||||
* Print more information about errors when loading vCalendars
|
||||
* Implement notebook association when parsing iCal data.
|
||||
* Correct a comment
|
||||
* Fix storing of times with UTC offsets
|
||||
* Second attempt to make testTodoCompletedOnce work all year
|
||||
* Revert "Don't use the current date for recurring todo completion test"
|
||||
* Compare QDateTime times, timespecs, and timezones
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 09:26:43 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.92
|
||||
%define _tar_path 5.93
|
||||
# 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 released
|
||||
Name: kcalendarcore
|
||||
Version: 5.92.0
|
||||
Version: 5.93.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