forked from pool/kcalendarcore
KDE Frameworks 5.79
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=35
This commit is contained in:
parent
ddee62d1cd
commit
f323f43ea4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3090887fe9ea28c062530aed6f0148ad34ab610c2efea7dc6e75258715d727ed
|
||||
size 259916
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wedEACgkQWNDuZIpI
|
||||
s7sYFgf+NDfQ01fkGbXtI8UChUNt+W2DU6nETSXCUbrpRqZ6twpsZCVbGcQIR40y
|
||||
Ha0kyx+nsTcAn9wBk5G6uKFJ+G1VOnpMe+VGbRvf1eWY+0ykxsv9i5uUdd5CJWYW
|
||||
q9tRkBgUZUcVGVe3bxPy59dhRHDc4KpRz/KizvxoBDUK+2vu9gy78N2PAWpua03g
|
||||
QulDMXDWagF9o8eBbTs7/jhTanCYhWOClpcp9+Mj7U+WoZX+BRl7iYSSZ8iLUxZL
|
||||
E+wKx1rVWK0WFUZbtmKJhXVc9eAa6FA3FpkBaol4rGVgMacUlEE3Wb+3JMc6Qo6y
|
||||
JTVcR40R6j/6vTEvtpf/Cd5E2J68pA==
|
||||
=e/Xr
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.79.0.tar.xz
Normal file
3
kcalendarcore-5.79.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b325b199549dc75d091e61b588fb14dc5160a1d259a5c734a685209a20c6ca7
|
||||
size 258892
|
11
kcalendarcore-5.79.0.tar.xz.sig
Normal file
11
kcalendarcore-5.79.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6ssACgkQWNDuZIpI
|
||||
s7uq2Af9HtD0NdZu35z0B2pkE32FzdTTJIoAxrTqlv5cd/V73tKgQmIVsiIPugTz
|
||||
0ojWhFWTl2wgY0+/WDstjT1EbjE8osd747Z7f6lLngNPluPOSFQ6XGXZ9P5jKTWy
|
||||
N0nchgV0YhlX25W0ptNVmi+R70J7jtKFSgxEag+d/lgI6wYqJMU+ZGrd8d3XMFCG
|
||||
UINoQ8aGdMHE1fAVP16ytuHUupxvx1zMSbQ2ApyvYwGVaXBazc2vmr73JGQAfDlF
|
||||
N1Dq7Gews+9yuVM2pisGrI7cM8AWCnilU76dT7IKkpqsDvVTOJHxo6ESQ+ZhxWZ7
|
||||
511URacrpmP/czKUKIyjINT9uf6a0Q==
|
||||
=3JB6
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 08:46:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.79.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.79.0
|
||||
- Changes since 5.78.0:
|
||||
* Unregister MemoryCalendar as an observer when deleting an incidence.
|
||||
* Use the recurrenceId to delete the right occurrence.
|
||||
* Also clear notebook associations when closing a MemoryCalendar.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.78
|
||||
%define _tar_path 5.79
|
||||
# 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.78.0
|
||||
Version: 5.79.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