1
0
forked from pool/kcalendarcore
Christophe Giboudeaux 2021-07-10 11:49:46 +00:00 committed by Git OBS Bridge
parent 1843d35014
commit c655541c08
6 changed files with 32 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vn8ACgkQWNDuZIpI
s7sNFgf+Kb9STL4z4vTUDE4iK1AM9g2BGazWoQl7KvE9s5Jp7GAI61ypa+drBtdT
qZtwah92hXFieeh4YJOPcfCRe9HpaxhQeji49H3KBzQK8udZl2f4pWt5z+0z5xSG
daEucg+tmejIQxH/NEt+ID1FI5fZPRbj+sKYT0cJRnHk090D2IdQ1ejSoXoqn2fa
/U/c4TUI1+v6MWEF8Kw2r47UHrz701/nRoQdKOuK/BzsKV4upFcBOk+3DorQIBlT
BYj/1knV+Dkdjr4cQndAsGKUhT0E2HDz7Hq+CxQvUaiWziEj61beWJ4+QZdOm3ke
gVgR/YMH8jmrTvF6JpMr22TeOTcw0w==
=DEzR
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmDgiooACgkQWNDuZIpI
s7ul/Af+J3MAF7bHJPh7CVK13ZzyBQh4Gs8LqPKmL3iBGaZM/MbjiWRmi1tyNDD4
IksXatxvFVu8Q0wljb5GYo4egjdRbhDIl+2R4Pe7dQDALdhvDFDtxE/gL0lMx8UC
UJyIcJMIRILoiduK2Jh1ZcSzk8tqPY4+Dh1Oc7309SOgJt91mwOLgVdzNSAtvINc
hagqJDH31Oy+QV5l3q3N/P/Z3is7GSIlnc/5zMVJpY0IvWcN0mMkocZpGi5E2y89
oM9IeJxTgqYpd6FzPnTQnZY/fyK7efF6LL6Rei1FBBN/v+GLKfVUqXOnokVb12aj
YupulatwzyBHYqgrzusBOSx6HBaDDw==
=J3OV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jul 4 07:45:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.84.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.84.0
- Changes since 5.83.0:
* Assign and compare more Incidence::Private members (kde#437670)
* When sorting to-dos, treat undefined dtDues as later than defined dtDues
* Generate pkgconfig file
* Remove unused includes
* Return start datetimes for non-recurring incidences (kde#396570)
- Only install the license files once
-------------------------------------------------------------------
Sat Jun 5 11:58:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,14 +16,14 @@
#
%define _tar_path 5.83
%define _tar_path 5.84
# 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 lang
Name: kcalendarcore
Version: 5.83.0
Version: 5.84.0
Release: 0
Summary: Library to access and handle calendar data
License: LGPL-2.0-or-later
@ -92,12 +92,12 @@ develop applications making use of KCalendarCore.
%{_kf5_libdir}/libKF5CalendarCore.so.*
%files devel
%license LICENSES/*
%{_kf5_cmakedir}/KF5CalendarCore/
%{_kf5_includedir}/KCalendarCore/
%{_kf5_includedir}/kcalcore_version.h
%{_kf5_includedir}/kcalendarcore_version.h
%{_kf5_libdir}/libKF5CalendarCore.so
%{_kf5_libdir}/pkgconfig/KF5CalendarCore.pc
%{_kf5_mkspecsdir}/qt_KCalendarCore.pri
%changelog