forked from pool/kcalendarcore
KDE Frameworks 5.92
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=54
This commit is contained in:
parent
dcfe324cd0
commit
d81f97cf60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37f6975c0ebc8d1983f7c8bef96104dbad705a6a0fc59be53548fd317f05763e
|
||||
size 263700
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/ke4ACgkQWNDuZIpI
|
||||
s7u3zAf+KfZ5fl567E+jMsDHZibpH3JGn5nkMH6XYPp0SErFAioYrZe0kqlIhw5U
|
||||
utlQ8v3UyyRpQtQES9+WxzjIWnIxsuyYabz3orSzfzuFOIPAL+S9MKNExVnU49wY
|
||||
qHYbGk+9cBFESN4ybiXGwhDxrWl7T/9emI6G6rngFtDIyusqa1Ku0BQ0LYgxDtew
|
||||
7MHsL9gm8hmZD9wVIc8PF+CLouuc19hSPs/YxUqtep9SU6NoJvtXVE1/3HKDoqc/
|
||||
QmguxbYZ9uFK9JW5C38J5kxadFJsKMkRxzbllC9xz7zdGKtcYTAqhhqhAiU+u5Cx
|
||||
TTKIhsC7pw/V/Zpd8FJY8mtxRI22hQ==
|
||||
=rmTg
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.92.0.tar.xz
Normal file
3
kcalendarcore-5.92.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ff2e68dfb8b92e0f181f3f19d20991bfd589b4a047b313af908c41391560b3a
|
||||
size 263032
|
11
kcalendarcore-5.92.0.tar.xz.sig
Normal file
11
kcalendarcore-5.92.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 7 09:26:43 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.92.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.92.0
|
||||
- Changes since 5.91.0:
|
||||
* Compare timeSpecs when comparing incidences for equality
|
||||
* Add Qt6 Android CI
|
||||
* Preserve timeSpec of all-day event's dtEnd
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 6 10:16:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.91
|
||||
%define _tar_path 5.92
|
||||
# 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.91.0
|
||||
Version: 5.92.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