1
0
Luca Beltrame 2021-05-09 07:41:57 +00:00 committed by Git OBS Bridge
parent 3663f2c8de
commit a2ef8518d2
6 changed files with 44 additions and 35 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprToACgkQWNDuZIpI
s7ufkgf6Aj2gCKDA/47DykhkzAc227bLg3dFD0Vy1u6OdmQJ+sRaooNLRIcMEcYn
AcHbgWehJ1r475XY4U0sJI+mUMaEBVHnuvMBh+/eO7FcVMuHqJ/UDUpzmDiWiFGv
y4Lbij4LymyXHJy2RcuGtWPhDpHOaKkyoDs3XNkndRefaQhwBg6Fja3Y3J+sjYpA
s+lN8XbHuLUJ3Neja3PITixBgqnS4XUZr+7hlyp2XhIPMpYcTqk1YBKMELBCRQJ2
crhHedJf8W5I4zlSEu+A5jQ+fklML+5cQ1eIsVX419FlXQqWiDNL36sZNgfKodRy
IGn4rFNapVG6x6lQlzodZVO7Vy1Hbg==
=7m9p
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCNaZoACgkQWNDuZIpI
s7t89gf/SZnlsus5/pHek4GJ6Nbx/thivUxGMutJ4JwiWXWyYS7m+bfaLL/Z6XoT
JMCElVpXscI1SHIaheyEV64QfhG765oet7zoPOwYFNGsyibhVm99HNp3QAhIqlmO
zVhTUApg9vFfERXDSB7WsYEyj20qkpASpQBo27KjehuZ2h6Ysu18ihi6N7nL2QkI
YeHMS+INDkJ5p8jiAl7A57ra46DJpyiCGQVsLmnPgMT9Ut7PxgN4nNFDQ+JRQQvv
uKu3trFNKXnozW09JlIw9D0xV4lw9vvMTqr5c1xmKTXI9rA/6VYXN81AVosGYPgQ
TefkXh5i3Ktp91L7ZMleqqoVCf8oAA==
=rHaV
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat May 1 16:40:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.82.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.82.0
- No code change since 5.81.0
-------------------------------------------------------------------
Mon Apr 5 07:12:19 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5KDELibs4Support5
%define _tar_path 5.81
%define _tar_path 5.82
# 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.81.0
Version: 5.82.0
Release: 0
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1-or-later
@ -66,16 +66,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.14.0
BuildRequires: cmake(Qt5Core) >= 5.14.0
BuildRequires: cmake(Qt5DBus) >= 5.14.0
BuildRequires: cmake(Qt5Designer) >= 5.14.0
BuildRequires: cmake(Qt5Network) >= 5.14.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.14.0
BuildRequires: cmake(Qt5Svg) >= 5.14.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Widgets) >= 5.14.0
BuildRequires: cmake(Qt5X11Extras) >= 5.14.0
BuildRequires: cmake(Qt5Concurrent) >= 5.15.0
BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5DBus) >= 5.15.0
BuildRequires: cmake(Qt5Designer) >= 5.15.0
BuildRequires: cmake(Qt5Network) >= 5.15.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
BuildRequires: cmake(Qt5Svg) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
BuildRequires: cmake(Qt5X11Extras) >= 5.15.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(x11)
@ -167,10 +167,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.14.0
Requires: cmake(Qt5DBus) >= 5.14.0
Requires: cmake(Qt5PrintSupport) >= 5.14.0
Requires: cmake(Qt5Xml) >= 5.14.0
Requires: cmake(Qt5Core) >= 5.15.0
Requires: cmake(Qt5DBus) >= 5.15.0
Requires: cmake(Qt5PrintSupport) >= 5.15.0
Requires: cmake(Qt5Xml) >= 5.15.0
Provides: kde4support-devel = %{version}
Obsoletes: kde4support-devel < %{version}
@ -193,15 +193,15 @@ KDEDIRS environment variable correctly. Development files.
%lang_package
%prep
%setup -q
%autosetup -p1
%build
%cmake_kf5 -d build
%cmake_build
%cmake_kf5 -d build
%cmake_build
%install
%kf5_makeinstall -C build
%fdupes %{buildroot}
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%find_lang %{name} --with-man --all-name