forked from pool/kcalendarcore
Accepting request 924415 from KDE:Frameworks5
KDE Frameworks 5.87.0 (forwarded request 924235 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/924415 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=25
This commit is contained in:
commit
e8e6269bae
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9639ed7a650e3471d58b9fdb864975e365350c3198d89dcb101ea312d40cb2b4
|
|
||||||
size 260196
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2KwACgkQWNDuZIpI
|
|
||||||
s7sO6Qf6A2tSPiuDZna7Z27qhfLbFPp80scDsBOIf8YJ80qbThJEC1TNGMw9vbO1
|
|
||||||
ggUQHHGBZB5Xl3t72l5Nu2X/3atfyS2nxOVp3kQd7imd5qe3NvVDmQdhwxUGTuz1
|
|
||||||
PEDhMQDaszX7GpHVDKylX9BdqkWxDyNlJLOQhN0wfmEDsIM0SibXJeSKKRVPQR2g
|
|
||||||
UV776fC9ITLU27ofsDgx/uUjYeyOjk1BdLrlmJ721sDOqY5KIctkfV3Fr6UFoUbP
|
|
||||||
nMN2m3N5fd6Lt7Hg4VIhT6gQvv8pBn5gj62/c96JxGBVD081+5/uOoahwVy9QqkQ
|
|
||||||
+akwLEr98ZbKoJ/j70mqKGVWzIlW/w==
|
|
||||||
=4JCU
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.87.0.tar.xz
Normal file
3
kcalendarcore-5.87.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:166054f2a4975263e83f00110d4345c53ce82bc63b9789618231b9dc1be0e245
|
||||||
|
size 260596
|
11
kcalendarcore-5.87.0.tar.xz.sig
Normal file
11
kcalendarcore-5.87.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYltIACgkQWNDuZIpI
|
||||||
|
s7sg9Af8D2zHXObvOw7j7L+K6h6HlZPMKNU/gPM41BpUYVGJ5FBAG73WY+95GaC0
|
||||||
|
ubcGnFJAX2b3e99qcOpvXxpmwckq1qBYe36aw9UPa/65KsMCUEToj8wc//3NbGUb
|
||||||
|
AlocU88cPDEKZacz+leCo8FZMbgFw5tS9oKAuMGDeL1FHHg1ScpGKt8zTNdMFDVl
|
||||||
|
Nl+eLqePJth9XHXdeNDevoVxiJC7PdYg//IqplAyGv3aFKMJYc701d70W0SswlCw
|
||||||
|
19Oni7LffXyQuG3ulGzph+QAYgHVAl7DW5HFDXnqJCxj5Nti32aNokbHdKs7F0Un
|
||||||
|
hZtsd/5xIRDwlk8/ZWxYGe/rwI5UeA==
|
||||||
|
=u0Hd
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 3 20:33:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.87.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.87.0
|
||||||
|
- Changes since 5.86.0:
|
||||||
|
* Add Gitlab CI configuration
|
||||||
|
* Set the correct last modified time when creating an exception for a recurring event.
|
||||||
|
* icalformat_p.cpp - support ATTACH parameter FILENAME (kde#436161)
|
||||||
|
* Add Qt5Gui as dependency in pkgconfig file.
|
||||||
|
* autotests/testicaltimezones.cpp - fix unused variable warning
|
||||||
|
* Read floating date time as LocalTime
|
||||||
|
* Implement PERIOD support in RDATE
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 6 06:21:54 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Mon Sep 6 06:21:54 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.86
|
%define _tar_path 5.87
|
||||||
# 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 lang
|
%bcond_without lang
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.86.0
|
Version: 5.87.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
|
||||||
|
Loading…
Reference in New Issue
Block a user