diff --git a/kded-5.66.0.tar.xz b/kded-5.66.0.tar.xz deleted file mode 100644 index c71275c..0000000 --- a/kded-5.66.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52223e641c4e8e3158220ed7b6c48e4c3f3e67f882603ada0e3757b4136255a4 -size 38056 diff --git a/kded-5.66.0.tar.xz.sig b/kded-5.66.0.tar.xz.sig deleted file mode 100644 index ebc263d..0000000 --- a/kded-5.66.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxOcACgkQWNDuZIpI -s7uhsQf+N8KLoKhFH94UTvqIhr1INtPUxrLcjLxZSrxPBuAM3Ui2TW3veOitdxKe -GgVGixvReo3imeCk88FqaoYVKfZNA4AEztB8TtQhTEZl1BW53U3Y4Yteuhs+B+xb -dhwu1WqagRAma0Y45zbbl/cNWCIPh4nkpPgDSYx+qxYDyNT4EQWirFXbrwj8eDwd -56QEW14uGiP5/yP7wPMw3LYh+dscyZEE1YZqcdgS9k71RV48t9m6dS/rJv8QCqLs -zMksVB7Os1VhMcPHYIVdJ5eX4DUQIAy7Tzttoqp7GVdSVSBG4ZE9uMvr/Vi1VSAd -aEisJXPoP3kF/Dcgr0c4+1ij0v/CNQ== -=dF9D ------END PGP SIGNATURE----- diff --git a/kded-5.67.0.tar.xz b/kded-5.67.0.tar.xz new file mode 100644 index 0000000..4caa4f9 --- /dev/null +++ b/kded-5.67.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71229aaaf37aa3c6ca85c692c873fcbf6902da52d1ce0ca92404f84bf7b4a7b7 +size 38028 diff --git a/kded-5.67.0.tar.xz.sig b/kded-5.67.0.tar.xz.sig new file mode 100644 index 0000000..7d7f74d --- /dev/null +++ b/kded-5.67.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420TgACgkQWNDuZIpI +s7vzFwf+OMdZDopXroG5e3pi8Fh4mk9S//7tVp1ttsnfoT6tDRWc6ikZTtIW94E6 +34xJQKaLcdmE+wrjmuTFow44YRddZGcHhBXJJEa2On3WKtTvR7aUeRxtl7tJyiCs +2CYEf587MH6cngW4zl7/Pizy+il59MR7BSTfGf3CFBfl4JfLD0T1rw5jOO/QoSdo +KgIMWMixIvXqdxamVx9XbijimP+Pz8BTSNmotqOlUqN1T6ExRh+3B8n5NaROu2my +5rUMuufZSMD+6KUFBRIwxASsr4RV9O1uh4smAkk8FWkAvDkuTBn4BhCP7T/Tttj6 +zjvkONDjMbyJ9uOfnHwBhzww13gw2A== +=8pt1 +-----END PGP SIGNATURE----- diff --git a/kded.changes b/kded.changes index bfcd69d..fad2741 100644 --- a/kded.changes +++ b/kded.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Feb 2 18:06:51 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Sun Feb 2 14:32:37 UTC 2020 - Christophe Giboudeaux + +- Update to 5.67.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.67.0.php +- No code change since 5.66.0 + ------------------------------------------------------------------- Sun Jan 5 09:02:05 UTC 2020 - Christophe Giboudeaux diff --git a/kded.spec b/kded.spec index 3bbbb6a..46dada0 100644 --- a/kded.spec +++ b/kded.spec @@ -16,14 +16,14 @@ # -%define _tar_path 5.66 +%define _tar_path 5.67 # 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: kded -Version: 5.66.0 +Version: 5.67.0 Release: 0 Summary: Central daemon of KDE workspaces License: LGPL-2.1-or-later @@ -47,12 +47,12 @@ BuildRequires: cmake(KF5DocTools) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5Service) >= %{_kf5_bugfix_version} BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version} -BuildRequires: cmake(Qt5Core) >= 5.11.0 -BuildRequires: cmake(Qt5DBus) >= 5.11.0 -BuildRequires: cmake(Qt5Network) >= 5.11.0 -BuildRequires: cmake(Qt5Test) >= 5.11.0 -BuildRequires: cmake(Qt5Widgets) >= 5.11.0 -BuildRequires: cmake(Qt5Xml) >= 5.11.0 +BuildRequires: cmake(Qt5Core) >= 5.12.0 +BuildRequires: cmake(Qt5DBus) >= 5.12.0 +BuildRequires: cmake(Qt5Network) >= 5.12.0 +BuildRequires: cmake(Qt5Test) >= 5.12.0 +BuildRequires: cmake(Qt5Widgets) >= 5.12.0 +BuildRequires: cmake(Qt5Xml) >= 5.12.0 %if %{with lang} Recommends: %{name}-lang %endif @@ -79,7 +79,7 @@ Development files. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build