forked from pool/kcalendarcore
KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=11
This commit is contained in:
parent
a66267d208
commit
84056d4208
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bbdb48c775ccc1e1bdba962b5ccdc0611a2d14523076d33c4507c05db3ab33d3
|
||||
size 249656
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kcalendarcore-5.67.0.tar.xz
Normal file
3
kcalendarcore-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b24642e98a0c2459a543eb910e7e964c04724816e52568ab1decbf19ea54fff4
|
||||
size 248740
|
11
kcalendarcore-5.67.0.tar.xz.sig
Normal file
11
kcalendarcore-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420RoACgkQWNDuZIpI
|
||||
s7uBWgf+N1Y5z3gVru/KaX9GeKyxNFYV1Ig/dJQF9E2z31r1KWoOl4itpO1YR6y3
|
||||
CCSun/QZf8Pj/phH/C7DlIKKFWYDohwLiTYBGptBMQFHYQR+aFjeF7P801d70VXG
|
||||
vgxVRXx8KAoPKfT5P8i2mHnR7SNIGLPPGmtPRTXoorWkBEhoATsnpTjU2cdb0B9p
|
||||
+vCBqQFuc63m5DK5XXcOWxGzfLXtXwWmengvrUB7e0ZmrrjrOXFlt8C2dGzf9JP3
|
||||
I+vEq9fIfZIDYkp3Y3tqGo52wXq2Fkyb/ceVB7bOlyASmQQBf69LgpO/QGf2gTBk
|
||||
2q/evuv028vGo5C9vxuD+MJS96yLBQ==
|
||||
=JNnZ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:45 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:31 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- No code change since 5.66.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:00 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# 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.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
@ -36,9 +36,9 @@ Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: cmake(LibIcal) >= 2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
|
||||
%description
|
||||
KCalendarCore is a library to provide access to and handling of calendar data.
|
||||
@ -77,7 +77,7 @@ develop applications making use of KCalendarCore.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
Reference in New Issue
Block a user