forked from pool/kcalendarcore
Accepting request 884235 from KDE:Frameworks5
KDE Frameworks 5.81.0 OBS-URL: https://build.opensuse.org/request/show/884235 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcalendarcore?expand=0&rev=18
This commit is contained in:
commit
93de4b08bc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e5cdec2ed0b2bee08e5d5395aee1dc13626e2287a235cd9f1506ad5f96d012fd
|
|
||||||
size 259748
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBD1dUACgkQWNDuZIpI
|
|
||||||
s7v1dggAnu/UM65lOuj6WIlPt0pIbVu/7sxECo2aQfVUdH1Msca5vMzyGj3hBwDJ
|
|
||||||
Uyw3HLzgxs0tYofiPA9RuQxcz8jI/pIcevuIPj5GykgvoPxi+AAX6s15Rl07iCKe
|
|
||||||
H/3Af+kl3+L1xuBIgDkhnGLM/yzEzT754RT3dHIPUsr3wqKM+bubjoPthP+NpjJG
|
|
||||||
0SVksYkM2eC1ROUeZRbSsF6McBaUPmn1oIOVshTgHuOvGs5yUkeLsQL55wF/nt2v
|
|
||||||
ReHHU1qkCFCuG/TOb/f/H1u5MP39xJ/EL863p4pHtPUa90bqRDq18LNrcfKYBOhe
|
|
||||||
3xYAzOG3KQfhhKCTn5VBfjkUeoisjA==
|
|
||||||
=UuKr
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
kcalendarcore-5.81.0.tar.xz
Normal file
3
kcalendarcore-5.81.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bac828b363a7b406b3ccdc98854fb3ebd4d06b503c298dc676215a4612451529
|
||||||
|
size 257536
|
11
kcalendarcore-5.81.0.tar.xz.sig
Normal file
11
kcalendarcore-5.81.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprRgACgkQWNDuZIpI
|
||||||
|
s7vctwf/SqLeDfzi6eydN1NS4M2nFh3jctYOk3jUc8EBqLacMwtN7txwf8M527FS
|
||||||
|
3lg+ccxw3MpHlDhZW3E01hrHtrqVcmhmWeiGfrRqFJ4pvGZRcBUJyFReVSfOYRNJ
|
||||||
|
SQSMli+gVGBgB075l1CuF3dna8sq2ipYAynShWMNt4cDBdeOjDhg6pXqOB2Mhf/w
|
||||||
|
oNGA8a3ModRowwBUBDT/YvLntupYqN0tSuWE6l8uyqIoM7RxPi9rxSDb7cfZP/t5
|
||||||
|
nQ7iJZa1Sv2sb/C4/mztjMSHr3g+qKv3ac1+PaKa9kugZLPRc8gegjwPdz3eP057
|
||||||
|
YUG817PHdJbl55Xpt8tPQaV7F/tpsw==
|
||||||
|
=6DGM
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 5 07:12:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.81.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.81.0
|
||||||
|
- Changes since 5.80.0:
|
||||||
|
* Run clang-format
|
||||||
|
* Add clang-format configuration
|
||||||
|
* Add trailing comma to enum
|
||||||
|
* Don't use qMakePair for implementing qHash
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 7 09:26:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
Sun Mar 7 09:26:35 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define _tar_path 5.80
|
%define _tar_path 5.81
|
||||||
# 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.80.0
|
Version: 5.81.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