Accepting request 630598 from KDE:Frameworks5

Update to 5.49.0

OBS-URL: https://build.opensuse.org/request/show/630598
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=57
This commit is contained in:
Dominique Leuenberger 2018-08-24 14:52:20 +00:00 committed by Git OBS Bridge
commit 7d235bd327
4 changed files with 24 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a4246a458395bf6d9770149de804884ec2e8339c153a7cfbe3843866763ca28c
size 37872

3
kded-5.49.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc7f716e2086f44410aa13b8415aad1dcf9ce1c8c78ec7250a66e875f5d0d0d0
size 37860

View File

@ -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 Mon Jul 16 04:37:37 UTC 2018 - lbeltrame@kde.org

View File

@ -16,15 +16,20 @@
# #
%bcond_without lang %define _tar_path 5.49
%define _tar_path 5.48
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang
Name: kded Name: kded
Version: 5.48.0 Version: 5.49.0
Release: 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: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
@ -46,12 +51,6 @@ BuildRequires: cmake(Qt5Xml) >= 5.6.0
%if %{with lang} %if %{with lang}
Recommends: %{name}-lang Recommends: %{name}-lang
%endif %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 %description
KDED runs in the background and performs a number of small tasks. 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. Development files.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
@ -85,7 +85,6 @@ Development files.
%endif %endif
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%if %{with lang} %if %{with lang}
@ -93,8 +92,8 @@ Development files.
%endif %endif
%files %files
%defattr(-,root,root) %license COPYING*
%doc COPYING* README* %doc README*
%{_kf5_libdir}/libkdeinit5_kded5.so %{_kf5_libdir}/libkdeinit5_kded5.so
%{_kf5_bindir}/kded5 %{_kf5_bindir}/kded5
%{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service %{_kf5_sharedir}/dbus-1/services/org.kde.kded5.service
@ -103,7 +102,6 @@ Development files.
%doc %lang(en) %{_kf5_mandir}/*/kded5.* %doc %lang(en) %{_kf5_mandir}/*/kded5.*
%files devel %files devel
%defattr(-,root,root)
%{_kf5_libdir}/cmake/KDED/ %{_kf5_libdir}/cmake/KDED/
%{_kf5_dbusinterfacesdir}/org.kde.kded5.xml %{_kf5_dbusinterfacesdir}/org.kde.kded5.xml