Christophe Giboudeaux 2020-02-08 00:14:41 +00:00 committed by Git OBS Bridge
parent 35ce4f04d9
commit e9a13162e0
6 changed files with 42 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxXQACgkQWNDuZIpI
s7sVGAf/QESCJp7vwV8HNYLaMWwh4XS4NLW5jMLs+w/bu1QHUKG8Yyf4w1PwE37L
9CvPp4DNHmt7m+O4CJ1ZEw7k1hNYCUZQ+Cq893Vj+oOUZkBey4Z7sI5dXFb6lReh
mLDXgCycn/IBch2EkXqB4SCyT+u66nf/TtW5rwnQn9gUxlGV45UN9j+esjMdLZ9y
VwwGH2Ny8Jv5c2nx3FX0hN3ywRkYqm2OEvT0fzeU7vPgVNBStRV+Ey3XTDNJTTkI
wJykd8ybYYgpj0a8Ay6AElOlk8cJFB9yhTb/DAK7IqcZugFnR+NcE1uFaQlsc8aq
/GJOfSgvqEYI5TNPnT4nIpVlvDEnOQ==
=35HH
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420dUACgkQWNDuZIpI
s7sVCwgAuyfU7Q0/LYeR5ahFqcH5E18XhPCJmBrmdwwP4bV3sZFeAmEkB7UqUri+
YgX7mN7kJUdwKEDTmuMM6F85g3p7lpOg2wbT7ZOiV01LdgTj77bHSIcJ7gF8E22J
qdWiDPYeOxTnKI+eF4C2PBuGDt1mVVZH2CscqllVakCzhzUayEYBRjBZmQM/ef4L
/jWadp3Hxrv161NLgRGD28fKMqWeY/DKD7yve01lH+UYW3tkrXKz9zmmQMDJSssS
TWY3WQpkpcexF0oo5roS/aENcMge7FOMRAurHls9qqmntaIPEtN3j5P7DV0ua3Fy
Nwg2r9xZ1mhi/pnZI27ZGaNG+aaFPQ==
=kY8+
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sun Feb 2 18:07:14 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Replace %make_jobs with %cmake_build.
-------------------------------------------------------------------
Sun Feb 2 14:33:02 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
- Changes since 5.66.0:
* QApplication::globalStrut() will be removed in qt6.
* [KMessageWidget] Subtract the correct margin
* [KMessageBox] Only allow selecting text in the dialog box
using the mouse (kde#416204)
* [KMessageWidget] Use devicePixelRatioF for animation pixmap (kde#415528)
-------------------------------------------------------------------
Sun Jan 5 09:02:23 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5WidgetsAddons5
%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: kwidgetsaddons
Version: 5.66.0
Version: 5.67.0
Release: 0
Summary: Large set of desktop widgets
License: LGPL-2.1-or-later
@ -40,12 +40,12 @@ BuildRequires: cmake >= 3.0
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: cmake(Qt5Test) >= 5.11.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.11.0
BuildRequires: cmake(Qt5UiTools) >= 5.11.0
BuildRequires: cmake(Qt5Widgets) >= 5.11.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.12.0
BuildRequires: cmake(Qt5UiTools) >= 5.12.0
BuildRequires: cmake(Qt5Widgets) >= 5.12.0
%if %{with lang}
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
BuildRequires: cmake(Qt5LinguistTools) >= 5.12.0
%endif
%description
@ -72,7 +72,7 @@ Summary: Large set of desktop widgets: Build Environment
Group: Development/Libraries/KDE
Requires: %{lname} = %{version}
Requires: extra-cmake-modules
Requires: cmake(Qt5Widgets) >= 5.11.0
Requires: cmake(Qt5Widgets) >= 5.12.0
%description devel
This repository contains add-on widgets and classes for applications
@ -87,7 +87,7 @@ Development files.
%build
%cmake_kf5 -d build -- -Dlconvert_executable=%{_kf5_libdir}/qt5/bin/lconvert
%make_jobs
%cmake_build
%install
%kf5_makeinstall -C build