Christophe Giboudeaux 2022-01-09 10:15:01 +00:00 committed by Git OBS Bridge
parent 944c02ba63
commit 52e3b6be9d
6 changed files with 35 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGrv8wACgkQWNDuZIpI
s7sEzQf+LoP+MUI3TKB00HjDPjb4d8HPG9XD0NY99LZ4dM8iKyxER0CHwv2Zm3eY
vGvt4A0noOSA4dF2LmGp+n7cvvrbl7zNWDJ6P50l1afYGWyDOgkXEfxItV9319VS
N6Mq7XyE0G7YBoSEBx4xPG6QtjZaaa8jw0jZtROPO9xQK5B2qXLZNkFlg7UuDoRW
lvHV+1KbaUczVJLYg2M9Md8dCA5EivMTlgKvWY9Yx34AWlV0rOaJv23j8kVTVC1V
bFPTI980sMFyH8m9HPO6Uo6aHl3gxE12e8/iyXSCwRNumCSMeIKRAq+bPPx7xJMJ
x/fF+6ZOlreRFP+mkKFbEgOEO+Y6Lw==
=/nuI
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV0oACgkQWNDuZIpI
s7udJwgAj/xY3Ys9tsgLUPYSDsPidQ4RB/iqMBv47RT/2CP59bNuno8KqKIaLK3f
7FX0sjUhCxwEHLhmW2YWOsQ4drKPynE6fkxdnqgxmPgxXb027Bita3Wvf8T7PrbS
ToYiB+AJN3ByfKP/55HlpMMofelHv78EzqBpDGbZAHwt3IXLAcIYFMJr1sxH0xDy
+lEkc80ZeRlo/Oob8jlb2s6GIaaj2bCvGmdO/B2R0SyIUdDYjwXuJnQiH8VKSnAQ
v9NjUqtIwJG59JSBPIABFzaHEwoyyXuQAFeoYh0nJ9FBHUpMQr4laZ/ediBMUtnV
fefpq/cVGc3Ke2UWeSuvwhjMvGoN9w==
=UM7W
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 3 12:47:25 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:
* Add a few Qt6 compilation fixes
* Drop lib prefix when building for Windows
* follow method name changes in kglobalaccel
* Need include here (qt6 build)
* Use "frameless" style for grid and scroll view QtQuick KCMs by default
* Detect overlapping shortcuts
-------------------------------------------------------------------
Sat Dec 4 22:56:29 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,21 +17,21 @@
%define lname libKF5Declarative5
%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: kdeclarative
Version: 5.89.0
Version: 5.90.0
Release: 0
Summary: Integration of QML and KDE workspaces
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
@ -65,9 +65,6 @@ Summary: Integration of QML and KDE workspaces
# https://bugreports.qt.io/browse/QTBUG-46433 and https://bugs.launchpad.net/bugs/1426335
Group: System/GUI/KDE
%requires_eq libQt5Core5
%if %{with lang}
Recommends: %{lname}-lang = %{version}
%endif
%description -n %{lname}
KDeclarative provides integration of QML and KDE workspaces.
@ -131,7 +128,7 @@ Development files.
%kf5_makeinstall -C build
%fdupes %{buildroot}
%if %{with lang}
%if %{with released}
%find_lang %{name}5
%endif
@ -142,7 +139,7 @@ Development files.
%post -n libKF5CalendarEvents5 -p /sbin/ldconfig
%postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
%if %{with lang}
%if %{with released}
%files -n %{lname}-lang -f %{name}5.lang
%endif