From b970311f120b2d45c727a3c52283732f58f61fa7bd6317ef601edb13058e9709 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Mon, 20 Aug 2018 12:58:37 +0000 Subject: [PATCH] Update to 5.49.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kded?expand=0&rev=153 --- kded-5.48.0.tar.xz | 3 --- kded-5.49.0.tar.xz | 3 +++ kded.changes | 10 ++++++++++ kded.spec | 24 +++++++++++------------- 4 files changed, 24 insertions(+), 16 deletions(-) delete mode 100644 kded-5.48.0.tar.xz create mode 100644 kded-5.49.0.tar.xz diff --git a/kded-5.48.0.tar.xz b/kded-5.48.0.tar.xz deleted file mode 100644 index 646a211..0000000 --- a/kded-5.48.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a4246a458395bf6d9770149de804884ec2e8339c153a7cfbe3843866763ca28c -size 37872 diff --git a/kded-5.49.0.tar.xz b/kded-5.49.0.tar.xz new file mode 100644 index 0000000..dcce143 --- /dev/null +++ b/kded-5.49.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc7f716e2086f44410aa13b8415aad1dcf9ce1c8c78ec7250a66e875f5d0d0d0 +size 37860 diff --git a/kded.changes b/kded.changes index 4a12ec8..c823721 100644 --- a/kded.changes +++ b/kded.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Aug 19 09:18:58 UTC 2018 - christophe@krop.fr + +- Update to 5.49.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.49.0.php +- Changes since 5.48.0: + * None + ------------------------------------------------------------------- Mon Jul 16 04:37:37 UTC 2018 - lbeltrame@kde.org diff --git a/kded.spec b/kded.spec index 8aa0815..566a7c1 100644 --- a/kded.spec +++ b/kded.spec @@ -16,15 +16,20 @@ # -%bcond_without lang -%define _tar_path 5.48 +%define _tar_path 5.49 # 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.48.0 +Version: 5.49.0 Release: 0 +Summary: Central daemon of KDE workspaces +License: LGPL-2.1-or-later +Group: System/GUI/KDE +URL: http://www.kde.org +Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz BuildRequires: cmake >= 3.0 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes @@ -46,12 +51,6 @@ BuildRequires: cmake(Qt5Xml) >= 5.6.0 %if %{with lang} Recommends: %{name}-lang %endif -Summary: Central daemon of KDE workspaces -License: LGPL-2.1-or-later -Group: System/GUI/KDE -Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description KDED runs in the background and performs a number of small tasks. @@ -69,6 +68,7 @@ Some of these tasks are built in, others are started on demand. Development files. %lang_package + %prep %setup -q @@ -85,7 +85,6 @@ Development files. %endif %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %if %{with lang} @@ -93,8 +92,8 @@ Development files. %endif %files -%defattr(-,root,root) -%doc COPYING* README* +%license COPYING* +%doc README* %{_kf5_libdir}/libkdeinit5_kded5.so %{_kf5_bindir}/kded5 %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service @@ -103,7 +102,6 @@ Development files. %doc %lang(en) %{_kf5_mandir}/*/kded5.* %files devel -%defattr(-,root,root) %{_kf5_libdir}/cmake/KDED/ %{_kf5_dbusinterfacesdir}/org.kde.kded5.xml