forked from pool/kcalendarcore
Accepting request 1002805 from KDE:Frameworks5
KDE Frameworks 5.98.0 (forwarded request 1001655 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1002805 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=36
This commit is contained in:
commit
99f5a4b503
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d8a7ae053f0620e51e36b04a29240425f293077bad5a8298ed9c09ce97f4e690
|
|
||||||
size 266780
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxq4ACgkQWNDuZIpI
|
|
||||||
s7ugqAf8CIFOxwcjAUyk5366ngWhiSdYJdJtUBhUA3TrIOuSfbKzckN927QgwKS1
|
|
||||||
W3E0vnC+ALBeI5eaLa1ruNt0X8E4qAMNqGK3RSsUT16CGX6XKT0OZkTU3y27qNK/
|
|
||||||
2YB0Ja7UkYckp8ewN73U/HnS47BclRlINw/tAkDnksWe/CZjEgl/ucGMtbFF7N5W
|
|
||||||
ZoPo6qI7jNT59NWOZYJWmbA5LcgfYQ2OiU1kw7yAt8aSi3R1yiFi2uEWFDSS+7y5
|
|
||||||
DEXeCil/nNHFqmMXh2Mh6Edzf68jYfQX9lDl+jNPKBASxUxFsXAajZvUGpTlPvjI
|
|
||||||
//D/iM0oSa7d2TVDujd7Nmyi2jup5w==
|
|
||||||
=s+Xx
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.98.0.tar.xz
Normal file
3
kcalendarcore-5.98.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d3abd98486515b91345186cc05f18531247645a428867f804d8d7ea9afa66c9a
|
||||||
|
size 268736
|
11
kcalendarcore-5.98.0.tar.xz.sig
Normal file
11
kcalendarcore-5.98.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9O8ACgkQWNDuZIpI
|
||||||
|
s7tojAf9E6RfrrCdWX45j+eG9ISb/WuuLoiO0KJkzAkXi5gVtqsFlKUNHPUNaMG6
|
||||||
|
ob9vIMYsQPOn/L54kP1IFHnG449C56Ua7piJCtBmPVMPMz8owJGnVrNZoYvjoFsz
|
||||||
|
tqy70NS/Ss1kmsytH2TTsaNOae+tmydXMIyUxsC1O0yfNmLVFdSfKteuj/ZnDOKM
|
||||||
|
MIh9z3U7TZoVP8fm4iwqSNZJlqK5SGXamGlu9HMMR1VyuFwjVYYcOUQsfT7NgvTD
|
||||||
|
oOuBR2yS+AF6J6LadnPVx9e3FUOvzCp1F2ctLa5pTzZR35QniK+gnmgddMICfess
|
||||||
|
+jZoiv2fCx5fmdE3bAfBuRQom8lSMw==
|
||||||
|
=G4dS
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 07:16:45 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.98.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.98.0
|
||||||
|
- Changes since 5.97.0:
|
||||||
|
* Ensure that status values are valid
|
||||||
|
* Fix building with deprecated API disabled
|
||||||
|
* Add FreeBSD Qt6 CI support
|
||||||
|
* Fix nesting of update()/updated() calls
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 7 22:27:12 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Aug 7 22:27:12 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.97
|
%define _tar_path 5.98
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: kcalendarcore
|
Name: kcalendarcore
|
||||||
Version: 5.97.0
|
Version: 5.98.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