diff --git a/kcalendarcore-5.81.0.tar.xz b/kcalendarcore-5.81.0.tar.xz deleted file mode 100644 index ba5e7ea..0000000 --- a/kcalendarcore-5.81.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bac828b363a7b406b3ccdc98854fb3ebd4d06b503c298dc676215a4612451529 -size 257536 diff --git a/kcalendarcore-5.81.0.tar.xz.sig b/kcalendarcore-5.81.0.tar.xz.sig deleted file mode 100644 index 29184a5..0000000 --- a/kcalendarcore-5.81.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kcalendarcore-5.82.0.tar.xz b/kcalendarcore-5.82.0.tar.xz new file mode 100644 index 0000000..81dd8fe --- /dev/null +++ b/kcalendarcore-5.82.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d24237db23ceac9a4d76aeda5c1f7a3bf1e272ab205240d8db081bb27cf1372 +size 254996 diff --git a/kcalendarcore-5.82.0.tar.xz.sig b/kcalendarcore-5.82.0.tar.xz.sig new file mode 100644 index 0000000..3c0414e --- /dev/null +++ b/kcalendarcore-5.82.0.tar.xz.sig @@ -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----- diff --git a/kcalendarcore.changes b/kcalendarcore.changes index af26714..e207bc8 100644 --- a/kcalendarcore.changes +++ b/kcalendarcore.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat May 1 16:40:36 UTC 2021 - Christophe Giboudeaux + +- 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 diff --git a/kcalendarcore.spec b/kcalendarcore.spec index 21fae39..5dd0879 100644 --- a/kcalendarcore.spec +++ b/kcalendarcore.spec @@ -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