forked from pool/kcalendarcore
Accepting request 954230 from KDE:Frameworks5
KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/954230 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=29
This commit is contained in:
commit
d61c62dba1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1ca94b91bbbc377be462bdf005392e187a6e5adb3ac2bc2fc7396da9bdd06d61
|
|
||||||
size 261148
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQVzgACgkQWNDuZIpI
|
|
||||||
s7tfQQf/WzeksEJdOubrAtt7q+8RB8WM0Nq9DMbbWHDQ01i4mTCceKUqWBTzRuiW
|
|
||||||
WmHKG+XevRALx6pQtCiQviK02bw+aoPFLxqfsbb0tDrYHBWiFN8nIz9GsEmnQl52
|
|
||||||
To3Zlpv7G6l2lqQaRRya/3EZd40IOqIrtmOq3R2ESc0+aKD+qJB+8zE06msSVq/4
|
|
||||||
+B5WWFCgFpl8rXGyuCdYLRNQezqHxGTuscrXP0iYi8tT0LUV4MoZr/XeMKOQmh28
|
|
||||||
4K9c5Wqzq+trtDHWSt9X+K+buwsHIGLammKScE2zaDu0yIZ0tU+Ux5tdnny2z9NO
|
|
||||||
LA7kH7ZuuE9LNAOwV115eSLwwNQv2A==
|
|
||||||
=8j8f
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.91.0.tar.xz
Normal file
3
kcalendarcore-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:37f6975c0ebc8d1983f7c8bef96104dbad705a6a0fc59be53548fd317f05763e
|
||||||
|
size 263700
|
11
kcalendarcore-5.91.0.tar.xz.sig
Normal file
11
kcalendarcore-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/ke4ACgkQWNDuZIpI
|
||||||
|
s7u3zAf+KfZ5fl567E+jMsDHZibpH3JGn5nkMH6XYPp0SErFAioYrZe0kqlIhw5U
|
||||||
|
utlQ8v3UyyRpQtQES9+WxzjIWnIxsuyYabz3orSzfzuFOIPAL+S9MKNExVnU49wY
|
||||||
|
qHYbGk+9cBFESN4ybiXGwhDxrWl7T/9emI6G6rngFtDIyusqa1Ku0BQ0LYgxDtew
|
||||||
|
7MHsL9gm8hmZD9wVIc8PF+CLouuc19hSPs/YxUqtep9SU6NoJvtXVE1/3HKDoqc/
|
||||||
|
QmguxbYZ9uFK9JW5C38J5kxadFJsKMkRxzbllC9xz7zdGKtcYTAqhhqhAiU+u5Cx
|
||||||
|
TTKIhsC7pw/V/Zpd8FJY8mtxRI22hQ==
|
||||||
|
=rmTg
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 6 10:16:49 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.91.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||||
|
- Changes since 5.90.0:
|
||||||
|
* Don't use the current date for recurring todo completion test
|
||||||
|
* Revert "Honour STATUS:CANCELLED"
|
||||||
|
* Serialize container sizes as 32bit integers
|
||||||
|
* Compare timeSpec() for the due date/time, too
|
||||||
|
* Set the local timezone in testevent
|
||||||
|
* Fix geo coordinate unit test without deprecated API
|
||||||
|
* Fix generate pkg file
|
||||||
|
* Add CI qt6 support
|
||||||
|
* Remove FreeBusyPrivate::q
|
||||||
|
* Remove TodoPrivate::q
|
||||||
|
* T12270: create an inheritance hierarchy of private types
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 3 12:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Jan 3 12:47:16 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.90
|
%define _tar_path 5.91
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.90.0
|
Version: 5.91.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
|
||||||
@ -102,7 +102,6 @@ develop applications making use of KCalendarCore.
|
|||||||
%{_kf5_cmakedir}/KF5CalendarCore/
|
%{_kf5_cmakedir}/KF5CalendarCore/
|
||||||
%{_kf5_includedir}/KCalendarCore/
|
%{_kf5_includedir}/KCalendarCore/
|
||||||
%{_kf5_includedir}/kcalcore_version.h
|
%{_kf5_includedir}/kcalcore_version.h
|
||||||
%{_kf5_includedir}/kcalendarcore_version.h
|
|
||||||
%{_kf5_libdir}/libKF5CalendarCore.so
|
%{_kf5_libdir}/libKF5CalendarCore.so
|
||||||
%{_kf5_libdir}/pkgconfig/KF5CalendarCore.pc
|
%{_kf5_libdir}/pkgconfig/KF5CalendarCore.pc
|
||||||
%{_kf5_mkspecsdir}/qt_KCalendarCore.pri
|
%{_kf5_mkspecsdir}/qt_KCalendarCore.pri
|
||||||
|
Loading…
Reference in New Issue
Block a user