1
0
forked from pool/kcalendarcore
Wolfgang Bauer 2020-01-11 16:28:24 +00:00 committed by Git OBS Bridge
parent 2c2eab29fa
commit a66267d208
6 changed files with 31 additions and 17 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxMsACgkQWNDuZIpI
s7sWTQf+I+RN1DkAp0lwumih07JdzdOgrbFoetxPT3C2NJHvxFM4eBZHQmLejfEU
kMFJgaTnged9pRT+CTnc1zH5zZxnqMGw9esKfVFCqJK9W1bI/NgnkrMnlYP3auIm
xsb0gScwrBa/O9FtX/q4Av15XnJAW5VLTm7lUY0+RYumt1fMHKhgC2HglY7xz6xd
Xo7XdKUN3G0FazoT8R5yQ5r4NfbJP31w/B4fWR3qHHndARwYEPM8as9oOPFAeQ6K
wxpGHSAt4iQGjMzscXC172uOsF8rqSCm1wPHoFK0M2qO7B5NzYJNDeJl2wf/Xdk1
h54llgyBKc1IQsAdlnDxvctBfGImLQ==
=BAzC
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Jan 5 09:02:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.66.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.66.0.php
- Changes since 5.65.0:
* Remove endl. qCritical/qDebug already adds a endl.
* Improve README.md to have an Introduction section
* Make incidence geographic coordinate also accessible as a property
* Fix RRULE generation for timezones
* Update the obsolete projects.kde.org URL
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Dec 8 11:18:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr> Sun Dec 8 11:18:21 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package kcalendarcore # spec file for package kcalendarcore
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -16,14 +16,14 @@
# #
%define _tar_path 5.65 %define _tar_path 5.66
# 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.65.0 Version: 5.66.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