Christophe Giboudeaux 2020-02-08 00:14:13 +00:00 committed by Git OBS Bridge
parent 6985d94dbc
commit 2f41314283
6 changed files with 45 additions and 31 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxPMACgkQWNDuZIpI
s7sBCQf9HN4btv6Sep/g+ORLQqESTWo5M+EDaxxJP+9CXSH3uY7YsPsLi4mNvGAi
kwi1B3UPrzzVdR2mMMnxPxZOxTVqcsWvxUrC1jUVqRjuF2/e75fEKWGjSEb8G3H7
deEPMJMd7TQkchXiVCeOO8+n49XRRTPiv0sx5vADPqyZ0r9BW6w3eIkmunr8eENk
PTLBzL2NiOuLbd5YCogUs5nHwI72tFqhsxjEXBjKlfYTaqOtKeNzYIfqTQQHfaNl
Pt6ZFbmEpvPcqzACxQdDgMfisX5FyOI4ROCLuLFi5UHLGk9Vft36Vr8swj/gwYJK
5nouaGv+x+clGHrENamAyCf3oGXDOQ==
=Rsi+
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420UQACgkQWNDuZIpI
s7sEQQgAkuiZ8xWJOiTH6VvbX+qXN/FP0iB/NzpwkXImcrLV6EeulWudi4sMyW7N
cjGGNKqTKUtBerbNif0lDTP8engZCUSM5+G3X2omgO8OY67jJ1qc1hbsX0yeKoaI
YqZhrxMJUHsV5Cg5/Fl2wjmdUA9jzZCE3WV3pYFfalgc5kkwi4QFOTrvifZQsYfn
a2kNk2GbedlT/7AiT/8UqMoVqVM4nTejDuv0udXvel6ODo5mXJl9j/AHaZsdgOT9
nNzEYcu915zx1DpohYsTfnyW/kcdfjRqztmT8sWpxkAm0DxCCqaAOLR9xF7zsw6j
XVn/4bRUqhOWK874F7ntAFISM4Uzcw==
=0FEs
-----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:38 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:15:34 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KDELibs4Support5
%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: kdelibs4support
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
@ -67,16 +67,16 @@ BuildRequires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5XmlGui) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Concurrent) >= 5.11.0
BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: cmake(Qt5DBus) >= 5.11.0
BuildRequires: cmake(Qt5Designer) >= 5.11.0
BuildRequires: cmake(Qt5Network) >= 5.11.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0
BuildRequires: cmake(Qt5Svg) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5X11Extras) >= 5.11.0
BuildRequires: cmake(Qt5Concurrent) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5DBus) >= 5.12.0
BuildRequires: cmake(Qt5Designer) >= 5.12.0
BuildRequires: cmake(Qt5Network) >= 5.12.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
BuildRequires: cmake(Qt5Svg) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
BuildRequires: cmake(Qt5X11Extras) >= 5.12.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
@ -168,10 +168,10 @@ Requires: cmake(KF5Parts) >= %{_kf5_bugfix_version}
Requires: cmake(KF5TextWidgets) >= %{_kf5_bugfix_version}
Requires: cmake(KF5UnitConversion) >= %{_kf5_bugfix_version}
Requires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Core) >= 5.11.0
Requires: cmake(Qt5DBus) >= 5.11.0
Requires: cmake(Qt5PrintSupport) >= 5.11.0
Requires: cmake(Qt5Xml) >= 5.11.0
Requires: cmake(Qt5Core) >= 5.12.0
Requires: cmake(Qt5DBus) >= 5.12.0
Requires: cmake(Qt5PrintSupport) >= 5.12.0
Requires: cmake(Qt5Xml) >= 5.12.0
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}
@ -198,7 +198,7 @@ KDEDIRS environment variable correctly. Development files.
%build
%cmake_kf5 -d build
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build