KDE Frameworks 5.68.
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=13
This commit is contained in:
parent
3f334f926a
commit
55ca948ca7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b24642e98a0c2459a543eb910e7e964c04724816e52568ab1decbf19ea54fff4
|
|
||||||
size 248740
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RoACgkQWNDuZIpI
|
|
||||||
s7uBWgf+N1Y5z3gVru/KaX9GeKyxNFYV1Ig/dJQF9E2z31r1KWoOl4itpO1YR6y3
|
|
||||||
CCSun/QZf8Pj/phH/C7DlIKKFWYDohwLiTYBGptBMQFHYQR+aFjeF7P801d70VXG
|
|
||||||
vgxVRXx8KAoPKfT5P8i2mHnR7SNIGLPPGmtPRTXoorWkBEhoATsnpTjU2cdb0B9p
|
|
||||||
+vCBqQFuc63m5DK5XXcOWxGzfLXtXwWmengvrUB7e0ZmrrjrOXFlt8C2dGzf9JP3
|
|
||||||
I+vEq9fIfZIDYkp3Y3tqGo52wXq2Fkyb/ceVB7bOlyASmQQBf69LgpO/QGf2gTBk
|
|
||||||
2q/evuv028vGo5C9vxuD+MJS96yLBQ==
|
|
||||||
=JNnZ
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.68.0.tar.xz
Normal file
3
kcalendarcore-5.68.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:50ffbe4feb9a602c09e130d6f10f0f260fa7625bc266003697895e1d716d6ba9
|
||||||
|
size 254580
|
11
kcalendarcore-5.68.0.tar.xz.sig
Normal file
11
kcalendarcore-5.68.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl5jlwAACgkQWNDuZIpI
|
||||||
|
s7tiiwf/QUOQe7HV59Gr5eRfDEfmgJKwitr8CQvX8CgQleNtufu2uYWW+AEySHAc
|
||||||
|
ygyFmlxXJcphBDS52S1Z4BG55JVifsFZgDJwvlOiTiXSWMSu5ArWa2wBNhDMfCHm
|
||||||
|
yi/SpWdUVwHlPDiJnDHDDgriAeZrbFK+nyQhoMcJOW0mifmVmu07S4kmkPXUbjGp
|
||||||
|
QBDn+atOFrRlAHwfJRjs8ZRXsq269ZtQDqD6O6DfI+NKOky3SzLf/Yf6QG386SIt
|
||||||
|
6TedBW+I5JaHkreFXJ7HK1XvtmVT3MAB7RgpLiqd8vpUc44R/GUi3OXO0gxYVHxc
|
||||||
|
S1+pT2AHWWIQvVUZIi0mqjsVXdtntQ==
|
||||||
|
=j0+f
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 8 09:17:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.68.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.68.0.php
|
||||||
|
- Changes since 5.67.0:
|
||||||
|
* Fix mismatching iterator types
|
||||||
|
* Update visibility cache when notebook visibility is changed
|
||||||
|
* Make it compile against qt5.15. SkipEmptyParts is part of Qt::.
|
||||||
|
* KCalendarCore: Convert license statements to SPDX markers
|
||||||
|
* Use ecm_qt_install_logging_categories over manual categories files
|
||||||
|
* Port QRegExp to QRegularExpression
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 2 18:06:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Feb 2 18:06:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.67
|
%define _tar_path 5.68
|
||||||
# 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.67.0
|
Version: 5.68.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