forked from pool/kcalendarcore
KDE Frameworks 5.80
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=37
This commit is contained in:
parent
f323f43ea4
commit
074406496c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b325b199549dc75d091e61b588fb14dc5160a1d259a5c734a685209a20c6ca7
|
|
||||||
size 258892
|
|
@ -1,11 +0,0 @@
|
|||||||
-----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-----
|
|
3
kcalendarcore-5.80.0.tar.xz
Normal file
3
kcalendarcore-5.80.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5cdec2ed0b2bee08e5d5395aee1dc13626e2287a235cd9f1506ad5f96d012fd
|
||||||
|
size 259748
|
11
kcalendarcore-5.80.0.tar.xz.sig
Normal file
11
kcalendarcore-5.80.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1dUACgkQWNDuZIpI
|
||||||
|
s7v1dggAnu/UM65lOuj6WIlPt0pIbVu/7sxECo2aQfVUdH1Msca5vMzyGj3hBwDJ
|
||||||
|
Uyw3HLzgxs0tYofiPA9RuQxcz8jI/pIcevuIPj5GykgvoPxi+AAX6s15Rl07iCKe
|
||||||
|
H/3Af+kl3+L1xuBIgDkhnGLM/yzEzT754RT3dHIPUsr3wqKM+bubjoPthP+NpjJG
|
||||||
|
0SVksYkM2eC1ROUeZRbSsF6McBaUPmn1oIOVshTgHuOvGs5yUkeLsQL55wF/nt2v
|
||||||
|
ReHHU1qkCFCuG/TOb/f/H1u5MP39xJ/EL863p4pHtPUa90bqRDq18LNrcfKYBOhe
|
||||||
|
3xYAzOG3KQfhhKCTn5VBfjkUeoisjA==
|
||||||
|
=UuKr
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 7 09:26:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.80.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.80.0
|
||||||
|
- Changes since 5.79.0:
|
||||||
|
* Add a flag not to update the lastModified field automatically.
|
||||||
|
* Fix enum documentation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 08:46:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Feb 8 08:46:02 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.79
|
%define _tar_path 5.80
|
||||||
# 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.79.0
|
Version: 5.80.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