diff --git a/kcalendarcore-5.94.0.tar.xz b/kcalendarcore-5.94.0.tar.xz deleted file mode 100644 index 2513243..0000000 --- a/kcalendarcore-5.94.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bab1ae2e8214fb889b742d4a4f2c6acfd0bf40a4c4933cc91c66d21d77c042b -size 266328 diff --git a/kcalendarcore-5.94.0.tar.xz.sig b/kcalendarcore-5.94.0.tar.xz.sig deleted file mode 100644 index 28919dd..0000000 --- a/kcalendarcore-5.94.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2ZcAACgkQWNDuZIpI -s7uMiQf/QJ4buiScBgT9QztAGuusW33GvI7IhXT0EC2Mjw7oBufeLTOITat5+1PT -XiFq7VeNEzMw5L5KGVceYyU7S/hnI7tl2jBcv5Pdf+R7ztZjJCszb/d7Ei3NQRgJ -F+WC5QcS97hiJrdghNIwh1VeIwO1GiHCrl1c1vhkZxDc/o64y3T9ZqHscnm2tX7/ -Ke/AaBvChK0BCzvljh+enphBl1y36Yv2AqAXObsGxZ3nJvyt5cdRpZOcO4owxvh3 -S0RhLJT3oD5aQkT7Vj8FDnrekqVBFAwF19au/8dz83UTJIbHJ7bxL41/JX2Pbz/x -+N/4grrZirlXiZ2BWT6L1AE+rJC7KQ== -=Qcig ------END PGP SIGNATURE----- diff --git a/kcalendarcore-5.95.0.tar.xz b/kcalendarcore-5.95.0.tar.xz new file mode 100644 index 0000000..0ab747e --- /dev/null +++ b/kcalendarcore-5.95.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786a6ca4fd0f52f5f02da1de6e74b08188bd9364cee442d9f12b053eef262980 +size 264080 diff --git a/kcalendarcore-5.95.0.tar.xz.sig b/kcalendarcore-5.95.0.tar.xz.sig new file mode 100644 index 0000000..3bf0a39 --- /dev/null +++ b/kcalendarcore-5.95.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiaecACgkQWNDuZIpI +s7s04gf8CVj+AMzsmpE4pHPyonzcgPz2E18pTNKamPGypE1y4YDN/9ecUtFoEWvS +aeo1wl6AahF/336oanWogQGfsDqB9oH43MkEyxNnYiik9KBQwyVYzJTUAtc/aaT+ +HM+QMVxDqWS2YcXZR1UwQnkjjQLWq9KIIWyj2FdBI09SVtwDzFC5IUTd13ltRxvM +WhSxStdmicC3zsyeo+R1PjPdID51gFvPqV4MgNh+0rJ1x1H7HcO1ju/emK8NPYz+ +3e3lT7C7mNXy5M7REYNxgfz46/igGk/ZkEXWOegUW54/6C33Apq8K6514rQEpTVe +IBOXUgMuFlva5N5g2ENDZD4p2D102w== +=leeg +-----END PGP SIGNATURE----- diff --git a/kcalendarcore.changes b/kcalendarcore.changes index 02890b2..dfe759d 100644 --- a/kcalendarcore.changes +++ b/kcalendarcore.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Jun 10 14:12:17 UTC 2022 - Christophe Giboudeaux + +- Update to 5.95.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.95.0 +- Changes since 5.94.0: + * Make the Calendar::accessMode property actually accessible from QML + * Don't heap allocate ICalFormatImpl in ICalFormat::Private + * Remove unnecessary and largely unused d pointers in the Compat* classes + * Remove ICalFormatImpl d pointer and vtable + * Don't remove the hasGeo property for Qt6, just make it read-only + * Change Calendar::sortX() methods to work in-place + * Initialize all fields in a default constructed Attendee object + * Add Duration <-> iCal string conversion methods to ICalFormat + * Deprecate largely unused rawEventsForDate overload + ------------------------------------------------------------------- Tue May 10 08:17:47 UTC 2022 - Christophe Giboudeaux diff --git a/kcalendarcore.spec b/kcalendarcore.spec index acc1d22..7318c12 100644 --- a/kcalendarcore.spec +++ b/kcalendarcore.spec @@ -16,14 +16,14 @@ # -%define _tar_path 5.94 +%define _tar_path 5.95 # 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.94.0 +Version: 5.95.0 Release: 0 Summary: Library to access and handle calendar data License: LGPL-2.0-or-later