Frameworks 5.65 with respins

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=7
This commit is contained in:
Wolfgang Bauer 2019-12-13 15:17:20 +00:00 committed by Git OBS Bridge
parent 4961839503
commit c1b7f251d5
4 changed files with 32 additions and 3 deletions

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl3sQTgACgkQWNDuZIpI
s7vJuwgAge+hfLuuRJbL3RVihZE7MNULvP3SZC+uAM7pYGoeOsJ7zOt79khIl6+Y
Gzs7FDFIJ3TAWdfZake0ojI12as6Dz0wN6ezFUf4864yF2HCyXnH2oieotpGBIRH
adufmpL1XQgLhFF+XNeb2ebJtNJ6gGt0FiGHUAIJb4imsbOq7e5c3hUOTUISroDX
vUSltBSpOwmw4oEkjog/Gyve5xSNdflzrksVVIxpSibsGIJcSwvADhDpoB6Swhej
Tdmfz/Pwhk0b2hLMvPkUe/xsYnKvJuqlQlb8UTHbWt9sM5Ue5OO1rvc//lr7qrla
EXeFjvw26ZRF4FKGSJBJ35xi6gs2BQ==
=1mMs
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Dec 8 11:18:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php
- Changes since 5.64.0:
* autotests: Find perl executable on all platforms
* Add some test to ensure local time handling in recurrences.
* Fallback to system time zone on calendar creation with an invalid one.
* Memory Calendar: avoid code duplication
* Use QDate as key in mIncidencesForDate in MemoryCalendar
* Handle incidences in different time zones in MemoryCalendar.
-------------------------------------------------------------------
Sun Nov 3 15:46:50 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kcalendarcore
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,14 @@
#
%define _tar_path 5.63
%define _tar_path 5.65
# 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.63.0
Version: 5.65.0
Release: 0
Summary: Library to access and handle calendar data
License: LGPL-2.0-or-later