forked from pool/kcalendarcore
Accepting request 899713 from KDE:Frameworks5
KDE Frameworks 5.83.0 OBS-URL: https://build.opensuse.org/request/show/899713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=20
This commit is contained in:
commit
b1dab8d850
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d24237db23ceac9a4d76aeda5c1f7a3bf1e272ab205240d8db081bb27cf1372
|
|
||||||
size 254996
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXUACgkQWNDuZIpI
|
|
||||||
s7tA2gf7BzI1wR8uonyXvnEXRQk16U37NTFNmRY+ClnLRQxQcmL/P3HPbgsYQdp1
|
|
||||||
HPLAlqddtdg7mpEKaI4kJLe/mDmhI3qydcQM6Yhbai8him/MfBLx0Bu5C/8agOZd
|
|
||||||
WLZARbaX3GK55GlHYr5sVrnNwkqzepftKgFsyROWj5m4q0ViUfvKoXFD9CxOCLGA
|
|
||||||
oPQ4VLkKyucCK7w5RxU51Sk8GhQZ2X9XoFzCyXhd0oyrYt3qRtDdJkswnAOgXaSZ
|
|
||||||
yMXGL1B0DroqwXDv6hlw9DzPpadSsP+S0gFHTh8dHDkXN9VVUMeXzwSfZsp08jmK
|
|
||||||
K9U+ap1o+467JBCSIEXM56UQaFyASA==
|
|
||||||
=lItG
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.83.0.tar.xz
Normal file
3
kcalendarcore-5.83.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ebcbe910d25c27d029fe6669e53190aebbf6b1f2a20c4ee5e45adb42c992af1f
|
||||||
|
size 255776
|
11
kcalendarcore-5.83.0.tar.xz.sig
Normal file
11
kcalendarcore-5.83.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmC7Vn8ACgkQWNDuZIpI
|
||||||
|
s7sNFgf+Kb9STL4z4vTUDE4iK1AM9g2BGazWoQl7KvE9s5Jp7GAI61ypa+drBtdT
|
||||||
|
qZtwah92hXFieeh4YJOPcfCRe9HpaxhQeji49H3KBzQK8udZl2f4pWt5z+0z5xSG
|
||||||
|
daEucg+tmejIQxH/NEt+ID1FI5fZPRbj+sKYT0cJRnHk090D2IdQ1ejSoXoqn2fa
|
||||||
|
/U/c4TUI1+v6MWEF8Kw2r47UHrz701/nRoQdKOuK/BzsKV4upFcBOk+3DorQIBlT
|
||||||
|
BYj/1knV+Dkdjr4cQndAsGKUhT0E2HDz7Hq+CxQvUaiWziEj61beWJ4+QZdOm3ke
|
||||||
|
gVgR/YMH8jmrTvF6JpMr22TeOTcw0w==
|
||||||
|
=DEzR
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jun 5 11:58:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.83.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.83.0
|
||||||
|
- Changes since 5.82.0:
|
||||||
|
* Allow sorting of todos by category (tag)
|
||||||
|
* Remove a false comment from the API docs
|
||||||
|
* Ensure not to use a timezone with the same UTC offset in test.
|
||||||
|
* Update Compat test references
|
||||||
|
* Use UTC times when calculating the transition dates of standard and dst phases.
|
||||||
|
* Bump required CMake version to 3.16
|
||||||
|
* Remove conditional compilation for libical older than 3
|
||||||
|
* Fix Compat-libical3-eGroupware.ics
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.82
|
%define _tar_path 5.83
|
||||||
# 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.82.0
|
Version: 5.83.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