diff --git a/kcoreaddons-5.76.0.tar.xz b/kcoreaddons-5.76.0.tar.xz deleted file mode 100644 index 71a4a9e..0000000 --- a/kcoreaddons-5.76.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fbab3e3e18f42922ecdc50138ed31f62007cafa902b959d89b1233b5557282d6 -size 400428 diff --git a/kcoreaddons-5.76.0.tar.xz.sig b/kcoreaddons-5.76.0.tar.xz.sig deleted file mode 100644 index 74cf9d2..0000000 --- a/kcoreaddons-5.76.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5GAACgkQWNDuZIpI -s7uG9wf8D9NuuYsDvQsxf/zip3OX4rl3KjUGM7kmWyzT+XTX9FfoGrRaU6645fnc -Atm6Y4Cs951u4JgLy52aeEzb9c7bY0JN4DYLpW+OcdP9r5epGRuj+wQwljwhEP+/ -dfRGWhihjdTzUEewX7b2pVdl5U/iJaWCm1kbMU4Y0PsQXNX2RlX2klsuMgFSkq45 -60EicfOEfg4LePjy013XFHnYtwzrVNE+8JbUDKbWyVhzVCq+33NLXZNGzMQjsA2M -RIuCcHTKU4pCzLGls/sx/ku/Z7tn0OdE7DOcfsnFBJbgPrT6rPrABU5skgxeoMIb -RXITy41otspJgv4wy7EekM0UWRFzKw== -=tF5O ------END PGP SIGNATURE----- diff --git a/kcoreaddons-5.77.0.tar.xz b/kcoreaddons-5.77.0.tar.xz new file mode 100644 index 0000000..94c432f --- /dev/null +++ b/kcoreaddons-5.77.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:238e4cc422a62a2c3cb12915dbb52ad1a04be2ed13f59bfe3d1959266f08471d +size 402468 diff --git a/kcoreaddons-5.77.0.tar.xz.sig b/kcoreaddons-5.77.0.tar.xz.sig new file mode 100644 index 0000000..3a4379d --- /dev/null +++ b/kcoreaddons-5.77.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0QACgkQWNDuZIpI +s7s1GAf/X8Js6wkw1d3cR9uu8OzRROnQ/P513lKZxZdc6bagGAGmFGVR24QVijJM +7dra13h2FhlME+wBkc6XSkjfk1JUMcrpQOzdqGu4X12g6+uWcw1Vk6vmetY1qrtx +hPioWONk9BDYAjpGhlo1YsxDbUgBvKAkcMzUj+y1aWXMn6KBuDFbyjji7s9wBfy1 ++KGU/xKUHzAckdcVPldwvAHPy+5CfcEg1ivUzkr4HQ2k1fH5WIksfyN6JbcC8Dx9 +Y/ujPMUwGciu1QEcUPHlMy6mcKAaA0mZK71wPYUY6cbu6F89Z9yd+ZgPaQQxFMog +ljkwIaRMPkWQbVvb3LVBE1IBhKVxQw== +=ouyR +-----END PGP SIGNATURE----- diff --git a/kcoreaddons.changes b/kcoreaddons.changes index e2d3a65..cf969f2 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Dec 5 18:56:21 UTC 2020 - Christophe Giboudeaux + +- Update to 5.77.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/kde-frameworks-5.77.0 +- Changes since 5.76.0: + * Port some usage of QStringRef to QStringView + * [ktexttohtml] Add test case for empty text + * Make int to QChar conversion explicit + * Remove unused include + * Guard QRegExp include behind deprecation flag + * Fix include for NAME_MAX + * Fix test KFormatTest::formatRelativeDate + * Avoid to crash when factory is empty (when we return an error) + * KFormat: Add more relative date time cases + * Enable KPluginFactory to optionally pass KPluginMetaData to plugins + ------------------------------------------------------------------- Sat Nov 7 21:34:27 UTC 2020 - Christophe Giboudeaux diff --git a/kcoreaddons.spec b/kcoreaddons.spec index 2804ab4..d86dc52 100644 --- a/kcoreaddons.spec +++ b/kcoreaddons.spec @@ -17,14 +17,14 @@ %define lname libKF5CoreAddons5 -%define _tar_path 5.76 +%define _tar_path 5.77 # 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: kcoreaddons -Version: 5.76.0 +Version: 5.77.0 Release: 0 Summary: Utilities for core application functionality and accessing the OS License: LGPL-2.1-or-later @@ -40,10 +40,10 @@ BuildRequires: extra-cmake-modules >= %{_tar_path} BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: shared-mime-info -BuildRequires: cmake(Qt5Core) >= 5.12.0 +BuildRequires: cmake(Qt5Core) >= 5.13.0 Requires: shared-mime-info %if %{with lang} -BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0 +BuildRequires: cmake(Qt5LinguistTools) >= 5.13.0 %endif Recommends: %{name}-lang = %{version} @@ -71,7 +71,7 @@ Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: %{name} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Core) >= 5.12.0 +Requires: cmake(Qt5Core) >= 5.13.0 %description devel KCoreAddons provides classes built on top of QtCore to perform various tasks