Accepting request 773250 from KDE:Frameworks5

KDE Frameworks 5.67

OBS-URL: https://build.opensuse.org/request/show/773250
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kded?expand=0&rev=77
This commit is contained in:
Oliver Kurz 2020-02-14 15:32:06 +00:00 committed by Git OBS Bridge
commit fca3bb2906
6 changed files with 37 additions and 23 deletions

View File

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

View File

@ -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-----

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

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

11
kded-5.67.0.tar.xz.sig Normal file
View File

@ -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-----

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Feb 2 18:06:51 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:32:37 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr>

View File

@ -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