forked from pool/kcalendarcore
KDE Frameworks 5.84.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=45
This commit is contained in:
parent
1843d35014
commit
c655541c08
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebcbe910d25c27d029fe6669e53190aebbf6b1f2a20c4ee5e45adb42c992af1f
|
||||
size 255776
|
@ -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-----
|
3
kcalendarcore-5.84.0.tar.xz
Normal file
3
kcalendarcore-5.84.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b116cf5dff328597b74a550a938ce3e3a64fcbf7022c692b07691a9dbf35a19
|
||||
size 256408
|
11
kcalendarcore-5.84.0.tar.xz.sig
Normal file
11
kcalendarcore-5.84.0.tar.xz.sig
Normal 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-----
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user