1
0
forked from pool/kcalendarcore

Accepting request 757013 from KDE:Frameworks5

KDE Frameworks 5.65.0

OBS-URL: https://build.opensuse.org/request/show/757013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2019-12-18 13:40:06 +00:00 committed by Git OBS Bridge
commit 89dcd1c4c9
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:983f240a7478a780dc403d577827f027856f9f67e8c3bfe8b69d56093e5bb80e
size 249868

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2+yfcACgkQWNDuZIpI
s7s/5Qf/RCpgXLEpx1q90YWEfd0+xEhRdXmblLMRWhRRxD6nBuCkQpf8kWNasQmE
szcqXLW6XP/MiE02euutK8nkS43hGc/KVebKIW0dEZeIwQx7IQlL3kQzCGrrFwwc
VXKmpz3iz2fxGF4ZSfb99W6zI58KCQZNYPVz5wDMVfNQYRd5i6wntidM0luET0+m
OII9Wwy0c4TUNn5Vz7waJXmRta9Fxh3CqBj4rxbGnIkLPOh56EmIZhJy4W072Xlw
+vK26SneycaAkwhdEDOCsPl33Iwxs68zgz0ACB52oc/OvwO4+9ewlV8ovUoDjWlc
JQkW1nasjRQhMUPpQ7gQ3D6lnKVnog==
=bC3p
-----END PGP SIGNATURE-----

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.64
%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.64.0
Version: 5.65.0
Release: 0
Summary: Library to access and handle calendar data
License: LGPL-2.0-or-later