Christophe Giboudeaux 2022-01-09 10:15:09 +00:00 committed by Git OBS Bridge
parent f7cdf7171d
commit ad74b5b562
6 changed files with 36 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrwDYACgkQWNDuZIpI
s7ubnggAm62greJdP8UfGVR4x63hqbrLvJGyeK+C8GV5XM2mUDgp+R/ysHYxPF2h
o7i0iZL30WZvolqi81zsSVfK3vUkQodIq2DaLy85MY4Ut7/+Qb7YKitbEMHXm6gS
PY84hquQNKmhvYVztxhjj7W1DPu+953XJRc28NRPnUOxOJeMEm3CQRbJoO0ypKvm
L2kzLJenb5w4c1xlBcW4io4sQkZI/Gn5gzj8cyksxgjCxRdEJmS7ezK5YJQTllJr
dSELAngZSXblJQJ1Ki2ZoRPCfDjXyU0QsNBclWuKlcAVlWR13gV5RvrM6Qpk0LV9
2f56Z76sU2tgNqmRIi203eUomGijEA==
=Yyo/
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV7cACgkQWNDuZIpI
s7tPsAf/QfMdBPy0oSGq+WVixZCKhNuSa5Te6Aq3i7EMjh5qMoNU9bIpkGAonxTN
YGq3vTF0ZPiGCjUFg3Kt+0Jkb7ybV45Ol3fuY11sP8P5k5pSZI3n37Z8ImETcHRa
+J74D9fcM5tMI1jWpRakQhmTVBb/Fal6tGlt6DNT7ZNyp/qi03E9zq0ygG1UONV7
jV5wYHpWmaXvLmaViGDj5dGXVnJkNleeV2+xy2D0L9BmKOSLUbfEa7eHva2kwLCb
6JcG+dWLCFe3a6nwzHFTtA08IGUNkED2nESMwZza3twFF9T+Ob7twIqjmxzitqND
91k12m3TrRTB4Iff3pb6EWtRsM2Ueg==
=LVV2
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:59 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.90.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.90.0
- Changes since 5.89.0:
* Fix year format in heading of KDatePicker
* Replace QTouchDevice with QPointingDevice to build with Qt6 in autotests
* Change the build system to enable building with Qt 6
* Added comments to KSelectAction::setMenu()
* Localise numbers displayed in KDatePicker
* [KMessageWidget] Ignore resize event when doing `animatedShow()`
-------------------------------------------------------------------
Sat Dec 4 22:57:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5WidgetsAddons5
%define _tar_path 5.89
%define _tar_path 5.90
# 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
%bcond_without released
Name: kwidgetsaddons
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Large set of desktop widgets
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: %{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
@ -42,7 +42,7 @@ BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5UiPlugin) >= 5.15.0
BuildRequires: cmake(Qt5UiTools) >= 5.15.0
BuildRequires: cmake(Qt5Widgets) >= 5.15.0
%if %{with lang}
%if %{with released}
BuildRequires: cmake(Qt5LinguistTools) >= 5.15.0
%endif
@ -56,9 +56,6 @@ Summary: Large set of desktop widgets
Group: System/GUI/KDE
%requires_ge libQt5Widgets5
Obsoletes: libKF5WidgetsAddons4
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
This repository contains add-on widgets and classes for applications
@ -91,14 +88,14 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name}5 --with-qt --without-mo
%endif
%post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif