diff --git a/kcoreaddons-5.94.0.tar.xz b/kcoreaddons-5.94.0.tar.xz deleted file mode 100644 index 7c6d6aa..0000000 --- a/kcoreaddons-5.94.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c10b6ce070d6aa9b15abe7483b67f8802cec175e0eaeefc18a27c0e01ce110b -size 456556 diff --git a/kcoreaddons-5.94.0.tar.xz.sig b/kcoreaddons-5.94.0.tar.xz.sig deleted file mode 100644 index 884c2f1..0000000 --- a/kcoreaddons-5.94.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmJ2/34ACgkQWNDuZIpI -s7tZlQgAlxiEAsUJ6+8HxtsdfMRTGk3yVYPyN9fDcC8UXk5s5NJyZzZCqOJK5dRJ -jTCxhXfehXjZTrM7FeGi3TL9qtqsIOaQ9hLpiyPaat8xmVNFdniQ5Wz6LEdr3Phn -WZyf0+oaSf1rSDoahuE0UW6bzsnBAGCV+ccqd7KYPZkgXTDhvUvrca0Bp5jYOy5K -qiYRDPm9vsyd1H9aHHDkGuLIVqB/H/eXR1gA2gkMZkphyVWNDKlxzRn3t0Ts8yOT -il+SaLE1fk7OdqIK8UZFYHNGo5QNVea4D6+TBLQIhSU8Pf/KnFdWtUJ115WoI1nb -nTWzAXQYQ9TNaIqAf9O6ewHeLgVGvQ== -=Mgcr ------END PGP SIGNATURE----- diff --git a/kcoreaddons-5.95.0.tar.xz b/kcoreaddons-5.95.0.tar.xz new file mode 100644 index 0000000..2ec0831 --- /dev/null +++ b/kcoreaddons-5.95.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fcf7be465d30f009f605b4cfa286ea6d6dca02e29d1eef6b25753b40ac73c13 +size 462716 diff --git a/kcoreaddons-5.95.0.tar.xz.sig b/kcoreaddons-5.95.0.tar.xz.sig new file mode 100644 index 0000000..bcb9a11 --- /dev/null +++ b/kcoreaddons-5.95.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKjIU0ACgkQWNDuZIpI +s7uGdwf9EGSNB90lUx++Z2pvsKFH3sEQ6b1sjKWtO+iPj6m0yBnxwVQK6WIyohL9 +kMB93SbwNlOaeGVXFcC8yh7cq/d5LC2k3cf7SG4A7Qn3/wxS0pP8DLVCBOIzczkt +OLU1p8guva22OO3LMSps5mnCqO1mqPOd5C6VAyZ+6oUFLF/P+rC3+v4MMAdy6lpK +ihwJQ5m7/OXdI4SwoSqjfqpqf1fJ7UBwdh80rQ7kJYKaObSvfNQu2dGybsfhbw0h +sV9iAehp2aqB6LaxoEms3tNay/Yacg9qVftd/prS4oVPOe4ndr8sH1/eMQeNTpgU +sRYDWLwdOh/dy9VY6BqmYnJMNNaoGw== +=9NDd +-----END PGP SIGNATURE----- diff --git a/kcoreaddons.changes b/kcoreaddons.changes index ff62c1f..a681237 100644 --- a/kcoreaddons.changes +++ b/kcoreaddons.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Jun 10 14:12:20 UTC 2022 - Christophe Giboudeaux + +- Update to 5.95.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.95.0 +- Changes since 5.94.0: + * KPluginFactory: Create un-deprecated overload to register CreateInstanceWithMetaDataFunction + * KSignalHandler: add error warnings when reading or writing signal + * Use the versionless KDE_INSTALL_FULL_KSERVICETYPESDIR variant + * port to standard C++ smart pointers where possible + * kmemoryinfo class + * KPluginFactory: Provide better context in error message if instance could not be created + * KJob: add method to check if job was started with exec() + * Add autotest for KStringHandler::lsqueeze/csqueeze/rsqueeze + * new util ksandbox + * KDirWatch: handle IN_Q_OVERFLOW events + * KProcess: wrap Qt5-only QProcess API also with Qt version check + * KListOpenFilesJob: check lsof executable exist in PATH before starting it with QProcess + * KProcess: replace an assert with a check for empty + * KAboutData: improve the API docs for LicenseKey enum + * Install KMemoryInfo headers + ------------------------------------------------------------------- Tue May 10 08:17:50 UTC 2022 - Christophe Giboudeaux diff --git a/kcoreaddons.spec b/kcoreaddons.spec index 23fe848..0c0b27e 100644 --- a/kcoreaddons.spec +++ b/kcoreaddons.spec @@ -17,14 +17,14 @@ %define lname libKF5CoreAddons5 -%define _tar_path 5.94 +%define _tar_path 5.95 # 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 released Name: kcoreaddons -Version: 5.94.0 +Version: 5.95.0 Release: 0 Summary: Utilities for core application functionality and accessing the OS License: LGPL-2.1-or-later @@ -95,12 +95,7 @@ replacement, accessing user information and many more. Development files. %endif %post -n %{lname} -p /sbin/ldconfig -%post -%mime_database_post - %postun -n %{lname} -p /sbin/ldconfig -%postun -%mime_database_postun %if %{with released} %files lang -f %{name}5.lang