forked from pool/kcalendarcore
KDE Frameworks 5.82
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcalendarcore?expand=0&rev=41
This commit is contained in:
parent
70c72839b6
commit
f15b3ae873
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bac828b363a7b406b3ccdc98854fb3ebd4d06b503c298dc676215a4612451529
|
||||
size 257536
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
kcalendarcore-5.82.0.tar.xz
Normal file
3
kcalendarcore-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d24237db23ceac9a4d76aeda5c1f7a3bf1e272ab205240d8db081bb27cf1372
|
||||
size 254996
|
11
kcalendarcore-5.82.0.tar.xz.sig
Normal file
11
kcalendarcore-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaXUACgkQWNDuZIpI
|
||||
s7tA2gf7BzI1wR8uonyXvnEXRQk16U37NTFNmRY+ClnLRQxQcmL/P3HPbgsYQdp1
|
||||
HPLAlqddtdg7mpEKaI4kJLe/mDmhI3qydcQM6Yhbai8him/MfBLx0Bu5C/8agOZd
|
||||
WLZARbaX3GK55GlHYr5sVrnNwkqzepftKgFsyROWj5m4q0ViUfvKoXFD9CxOCLGA
|
||||
oPQ4VLkKyucCK7w5RxU51Sk8GhQZ2X9XoFzCyXhd0oyrYt3qRtDdJkswnAOgXaSZ
|
||||
yMXGL1B0DroqwXDv6hlw9DzPpadSsP+S0gFHTh8dHDkXN9VVUMeXzwSfZsp08jmK
|
||||
K9U+ap1o+467JBCSIEXM56UQaFyASA==
|
||||
=lItG
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* Fix mem leak found by asan
|
||||
* Don't export UTC timezone as TZID=UTC
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:10 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# 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.81.0
|
||||
Version: 5.82.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) >= 3.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
|
||||
%description
|
||||
KCalendarCore is a library to provide access to and handling of calendar data.
|
||||
@ -73,14 +73,14 @@ scheduling standard iTIP. This package contains the headers necessary to
|
||||
develop applications making use of KCalendarCore.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
%cmake_kf5 -d build
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%post -n libKF5CalendarCore5 -p /sbin/ldconfig
|
||||
%postun -n libKF5CalendarCore5 -p /sbin/ldconfig
|
||||
|
Loading…
Reference in New Issue
Block a user