forked from pool/kcalendarcore
Accepting request 747090 from KDE:Frameworks5
5.64.0 OBS-URL: https://build.opensuse.org/request/show/747090 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=2
This commit is contained in:
commit
6fb3840dcd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43dfecd3dfd0f44ee3e0029613561822f3dd3b3145b52c4dd3e72b67dae518b3
|
|
||||||
size 248500
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyS0ACgkQWNDuZIpI
|
|
||||||
s7s/3Af7BAyLSXf0YzGVMov+hnKbgO8Q9zmhn4LVFOf//ZPsgTtUJ5XpNASSzBLq
|
|
||||||
Sqw/+8Yzvb+y8UsJPYuwXKFB4n8FonS3d6IK9F1VhSdK4OzX3NgA1MbdbNKilUWD
|
|
||||||
W38p+Z0md80De1Cf84rBfJtEfMsZRzgXcPKcuEotX8RG+EbHaaY4ZiWZtLAPe+cX
|
|
||||||
OdO1R35OUDrzIpxo1DeAw963b5QhuyJOH5/WZQ8MQTtMOj97soOPRjo8yEgezdXI
|
|
||||||
7Syjpo94BgPatH/my5hh/7WSq+NxArzqzCWUoei7b5S/gDBT81lXiEJCoS571xC9
|
|
||||||
hR1ST1GIiF/UL/X5S0HMX+Mv7Afb9w==
|
|
||||||
=PxBO
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.64.0.tar.xz
Normal file
3
kcalendarcore-5.64.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:983f240a7478a780dc403d577827f027856f9f67e8c3bfe8b69d56093e5bb80e
|
||||||
|
size 249868
|
11
kcalendarcore-5.64.0.tar.xz.sig
Normal file
11
kcalendarcore-5.64.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfcACgkQWNDuZIpI
|
||||||
|
s7s/5Qf/RCpgXLEpx1q90YWEfd0+xEhRdXmblLMRWhRRxD6nBuCkQpf8kWNasQmE
|
||||||
|
szcqXLW6XP/MiE02euutK8nkS43hGc/KVebKIW0dEZeIwQx7IQlL3kQzCGrrFwwc
|
||||||
|
VXKmpz3iz2fxGF4ZSfb99W6zI58KCQZNYPVz5wDMVfNQYRd5i6wntidM0luET0+m
|
||||||
|
OII9Wwy0c4TUNn5Vz7waJXmRta9Fxh3CqBj4rxbGnIkLPOh56EmIZhJy4W072Xlw
|
||||||
|
+vK26SneycaAkwhdEDOCsPl33Iwxs68zgz0ACB52oc/OvwO4+9ewlV8ovUoDjWlc
|
||||||
|
JQkW1nasjRQhMUPpQ7gQ3D6lnKVnog==
|
||||||
|
=bC3p
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 3 15:46:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.64.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php
|
||||||
|
- Changes since 5.63.0:
|
||||||
|
* Add libical version too
|
||||||
|
* Fix typo
|
||||||
|
* Use ECMGenerateExportHeader to manage deprecated API better
|
||||||
|
* Explicitly define the Journal copy ctor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 15 19:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
Tue Oct 15 19:26:54 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.63
|
%define _tar_path 5.64
|
||||||
# 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.63.0
|
Version: 5.64.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