1
0
forked from pool/kcalendarcore

Accepting request 982244 from KDE:Frameworks5

KDE Frameworks 5.95

OBS-URL: https://build.opensuse.org/request/show/982244
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2022-06-17 19:18:58 +00:00 committed by Git OBS Bridge
commit d8f38b5317
6 changed files with 34 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bab1ae2e8214fb889b742d4a4f2c6acfd0bf40a4c4933cc91c66d21d77c042b
size 266328

View File

@ -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-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:786a6ca4fd0f52f5f02da1de6e74b08188bd9364cee442d9f12b053eef262980
size 264080

View File

@ -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-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jun 10 14:12:17 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr>

View File

@ -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