forked from pool/kcalendarcore
KDE Frameworks 5.78.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=33
This commit is contained in:
parent
9b20ebf521
commit
ddee62d1cd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d529aab66431daa84d506619a31287b1c628b1bdff919db4e010214675730c7
|
||||
size 260012
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/LnzIACgkQWNDuZIpI
|
||||
s7tbrgf+OxWnCNPnKlpopCOZC47jTDVnG238FD4WFkkVNNJ6s/LM8p9wYzDIzmrp
|
||||
m15JlMWTSJESYHR8+3JGq0HOHOv7pzAD0ejvAuxNyxFdaiSBX6b/1PkoAzufftLE
|
||||
f3MChVgBOvAzEbS+TnklaTeOXuOrMMbOl6b4L1aS2tSpncdavvCX80oOjG6Scqrn
|
||||
MvVb+w910Ppa4PUj62nWuJq6Akmfn1qyX8Mef13RUwgleIgUl3r7NxZ4LIl3LlVk
|
||||
n/Td+9C5clqMoN/wnQVhOZ3azhDSnBUUl4yT7IrDjNHtNWf2DmzIPlhq8LStcHYo
|
||||
U2/Gm3cfPlYMeVaiKR9YvURcoCDj6w==
|
||||
=cmOA
|
||||
-----END PGP SIGNATURE-----
|
3
kcalendarcore-5.78.0.tar.xz
Normal file
3
kcalendarcore-5.78.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3090887fe9ea28c062530aed6f0148ad34ab610c2efea7dc6e75258715d727ed
|
||||
size 259916
|
11
kcalendarcore-5.78.0.tar.xz.sig
Normal file
11
kcalendarcore-5.78.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wedEACgkQWNDuZIpI
|
||||
s7sYFgf+NDfQ01fkGbXtI8UChUNt+W2DU6nETSXCUbrpRqZ6twpsZCVbGcQIR40y
|
||||
Ha0kyx+nsTcAn9wBk5G6uKFJ+G1VOnpMe+VGbRvf1eWY+0ykxsv9i5uUdd5CJWYW
|
||||
q9tRkBgUZUcVGVe3bxPy59dhRHDc4KpRz/KizvxoBDUK+2vu9gy78N2PAWpua03g
|
||||
QulDMXDWagF9o8eBbTs7/jhTanCYhWOClpcp9+Mj7U+WoZX+BRl7iYSSZ8iLUxZL
|
||||
E+wKx1rVWK0WFUZbtmKJhXVc9eAa6FA3FpkBaol4rGVgMacUlEE3Wb+3JMc6Qo6y
|
||||
JTVcR40R6j/6vTEvtpf/Cd5E2J68pA==
|
||||
=e/Xr
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:21 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.78.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.78.0
|
||||
- Changes since 5.77.0:
|
||||
* Remove ifdefs, we require Qt 5.14 now
|
||||
* CMakeLists.txt - increase minimum libical version to 3.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 5 18:56:16 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kcalendarcore
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.77
|
||||
%define _tar_path 5.78
|
||||
# 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.77.0
|
||||
Version: 5.78.0
|
||||
Release: 0
|
||||
Summary: Library to access and handle calendar data
|
||||
License: LGPL-2.0-or-later
|
||||
@ -35,10 +35,10 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: cmake(LibIcal) >= 2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.13.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.13.0
|
||||
BuildRequires: cmake(LibIcal) >= 3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
|
||||
%description
|
||||
KCalendarCore is a library to provide access to and handling of calendar data.
|
||||
@ -58,7 +58,7 @@ scheduling standard iTIP.
|
||||
Summary: Development files for kcalendarcore, a library to handle calendar data
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: libKF5CalendarCore5 = %{version}
|
||||
Requires: cmake(LibIcal) >= 2.0
|
||||
Requires: cmake(LibIcal) >= 3.0
|
||||
# kcalcore-devel version was 19.11.70 in the unstable repo, 19.08.1 in stable
|
||||
Provides: kcalcore-devel
|
||||
Obsoletes: kcalcore-devel < 19.12
|
||||
|
Loading…
Reference in New Issue
Block a user