diff --git a/0001-Decrease-the-delay-between-change-notification-and-s.patch b/0001-Decrease-the-delay-between-change-notification-and-s.patch deleted file mode 100644 index e9cf8fd..0000000 --- a/0001-Decrease-the-delay-between-change-notification-and-s.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 7ad5c6200a0a154895b4cbf8be21d721e2b83ae2 Mon Sep 17 00:00:00 2001 -From: Fabian Vogt -Date: Sun, 18 Nov 2018 14:55:30 +0100 -Subject: [PATCH] Decrease the delay between change notification and sycoca - rebuild to 1s -References: boo#1111420 - -Currently it waits 10s before doing anything, which is too much. -If another modification happens during the delay, it's delayed further, so this -shouldn't be an issue. ---- - src/kded.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kded.cpp b/src/kded.cpp -index ed03dcd..a2f4abc 100644 ---- a/src/kded.cpp -+++ b/src/kded.cpp -@@ -556,7 +556,7 @@ void Kded::dirDeleted(const QString &path) - - void Kded::update(const QString &) - { -- m_pTimer->start(10000); -+ m_pTimer->start(1000); - } - - void Kded::readDirectory(const QString &_path) --- -2.19.0 - diff --git a/kded-5.95.0.tar.xz b/kded-5.95.0.tar.xz deleted file mode 100644 index 281e16d..0000000 --- a/kded-5.95.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:991b881483097d78097f741e914bbe6c7ba14f2009a731a4994c1b433deaae41 -size 39340 diff --git a/kded-5.95.0.tar.xz.sig b/kded-5.95.0.tar.xz.sig deleted file mode 100644 index 3fc3caa..0000000 --- a/kded-5.95.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmKiafkACgkQWNDuZIpI -s7sC3gf/UTtm9WOMhyyE8lV3btx/hTFpnDDs+SY2/1kkrRPI8hZ2J/Q1WH9RCoia -aVpxTsUXth9q88pJXYiU26JSyLhLWVh6kGMqSw8JWafLfeDtS7o8g4U1d3GLE0z+ -Qhrp0o6REi9Flvv1SF8PoOeVudDyJT7Berv7yqLOIFN6xIxuEDMdGH0xwgU1znTy -hpmaDQ1X4Fu8FSTfW9QlkTIO3DbDv6zC2ZIHO4gNCttU3ppTAOKmS4pQntFBvpNP -vEWUIREj2MVid1VCXHJn40pR+sOSUirDKY7ObIfjR9+mTl9sC6VKQhxEbjHXk+4+ -9qKTFXBnzfqpqXyaxmhpvURLaLgjYg== -=2UUA ------END PGP SIGNATURE----- diff --git a/kded-5.96.0.tar.xz b/kded-5.96.0.tar.xz new file mode 100644 index 0000000..f11c5d2 --- /dev/null +++ b/kded-5.96.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63bdf191aade3b02261b30c8a5e7f6ab9d3f6c765b4cffec254b3ed1d9f68074 +size 39316 diff --git a/kded-5.96.0.tar.xz.sig b/kded-5.96.0.tar.xz.sig new file mode 100644 index 0000000..dfd4282 --- /dev/null +++ b/kded-5.96.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLAc1AACgkQWNDuZIpI +s7ulHwf/daRr4ho1qWw7XSB6ipB2OelLCjmLwcQcVJhlL4BUrG18yTIhX02lybkI ++6OCO1llMSNair9TiNsJlAwbJqzBrlnCmxoSjNqQjh3uCYHLeuVzBPnSB0muPNq7 +utwjpbS5AMpH3TdLcaqxc5LpKh+YIwnYwOYxm6Qu07NM1q2LiwUt/Tze+mWipnjE +j446SSfhtKGm/AUv5pDh8UxjAu1Cqe4Zb1dxDmx0D1R7NCTKAx0/a5ZgMgNr3Czr +ms3tAa6YXgYSayNDGMYq5v4mHj4oNj1Ay8anUjOpXXtTtUx8l85Dyn0/lKw9ePN5 +wWGjKz+srk5wX21fiheh6fbeypqkGg== +=hMTy +-----END PGP SIGNATURE----- diff --git a/kded.changes b/kded.changes index e23ddfe..6fc1a5a 100644 --- a/kded.changes +++ b/kded.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Jul 3 11:55:53 UTC 2022 - Christophe Giboudeaux + +- Update to 5.96.0 + * New feature release + * For more details please see: + * https://kde.org/announcements/frameworks/5/5.96.0 +- Changes since 5.95.0: + * Shorten KSycoca update delay + * Bump deprecation KF version in ecm_set_disabled_deprecation_versions + +------------------------------------------------------------------- +Fri Jun 24 04:12:26 UTC 2022 - Luca Beltrame + +- Dropped patches, reimplemented upstream: + * 0001-Decrease-the-delay-between-change-notification-and-s.patch + ------------------------------------------------------------------- Fri Jun 10 14:12:23 UTC 2022 - Christophe Giboudeaux diff --git a/kded.spec b/kded.spec index 7ffb575..c6f34d0 100644 --- a/kded.spec +++ b/kded.spec @@ -16,14 +16,14 @@ # -%define _tar_path 5.95 +%define _tar_path 5.96 # 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: kded -Version: 5.95.0 +Version: 5.96.0 Release: 0 Summary: Central daemon of KDE workspaces License: LGPL-2.1-or-later @@ -34,8 +34,6 @@ Source: %{name}-%{version}.tar.xz Source1: %{name}-%{version}.tar.xz.sig Source2: frameworks.keyring %endif -# PATCH-FIX-OPENSUSE (for now mostly to get openQA's opinion) -Patch100: 0001-Decrease-the-delay-between-change-notification-and-s.patch BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem @@ -88,7 +86,7 @@ Development files. %preun %systemd_user_preun plasma-kded.service -%post +%post /sbin/ldconfig %systemd_user_post plasma-kded.service