SHA256
1
0
forked from pool/kdeclarative
Wolfgang Bauer 2020-12-12 12:34:13 +00:00 committed by Git OBS Bridge
parent 77081b0c45
commit df2db34442
6 changed files with 35 additions and 22 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5GkACgkQWNDuZIpI
s7vAJgf+JTjhNcbDLKMtAnKMSqAf+5tqkdsSxZR02qr6IQS19Ou18E5EL3Yo4dGP
fhkrLNPKCHt0vwJO7AudKWEzx6VzWjzV/2VYeoKMLdp8euW6whbvxL9BpPAhrMvm
bx4crShl650Y4BXJYimqBbzzElzZPahOWbnt0dlGDI1AT31AdOPKhUpvd31Y70GO
lieGpx3aaLci7zLLt9q8LwbmX8BKOj/APnBgAIbVLllr51i7py/uLB9Vh8ihNmyT
7C6kwOi7c62k0ClkeMGi6EUHqP2xIvVHIM1jSpw/b96sgCQ9hafDSHNvSM9yad8h
+1sofAMqn0/9q7OHzZNjengiBoWAVg==
=Vz8h
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln0sACgkQWNDuZIpI
s7u+gQf/YND8I8uVrdz8dTsNTdNMbOz6ApZchwJekOpS52W1ed4OXYoE6EnrK6xa
dIUH6zKzgp335ocVl9hYihqDwi8Rm3429jcipS2uwB6tCKAmI6MetMLF7xwAY1OI
ptSrIk30dCf2NmrsQMS07knXTGYOGeCi6UfPLoLrUCxLskJ4TR511Vm9HAu+Op2a
qk2paC5X39VS16e+0CqHGzeBn6b3ZzIzdf1BlV5yiTc2AOWnLKVyWkXhilpRsS6U
F2/XLZ8MTo21Pwp2EeAQU/V2sEjAJIRluMuvmIalkc2AwtXpjHsOKRqsiDfeevgj
QFYGULHvl9awnna2aPgWneyc6xXnRA==
=BlNF
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sat Dec 5 18:56:25 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.77.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.77.0
- Changes since 5.76.0:
* Sync margins from AbstractKCM into SimpleKCM
* Remove obsolete license text
* Relicense file to LGPL-2.0-or-later
* Rewrite KeySequenceItem (and helper) to use KeySequenceRecorder (kde#407395)
-------------------------------------------------------------------
Sat Nov 7 21:34:32 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Declarative5
%define _tar_path 5.76
%define _tar_path 5.77
# 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: kdeclarative
Version: 5.76.0
Version: 5.77.0
Release: 0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later
@ -51,11 +51,11 @@ BuildRequires: cmake(KF5Notifications) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Package) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WidgetsAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5WindowSystem) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Core) >= 5.12.0
BuildRequires: cmake(Qt5Gui) >= 5.12.0
BuildRequires: cmake(Qt5Qml) >= 5.12.0
BuildRequires: cmake(Qt5Quick) >= 5.12.0
BuildRequires: cmake(Qt5Test) >= 5.12.0
BuildRequires: cmake(Qt5Core) >= 5.13.0
BuildRequires: cmake(Qt5Gui) >= 5.13.0
BuildRequires: cmake(Qt5Qml) >= 5.13.0
BuildRequires: cmake(Qt5Quick) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.13.0
%description
KDeclarative provides integration of QML and KDE workspaces.
@ -113,7 +113,7 @@ Requires: libKF5QuickAddons5 = %{version}
Requires: cmake(KF5Config) >= %{_kf5_bugfix_version}
Requires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
Requires: cmake(KF5Package) >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Qml) >= 5.12.0
Requires: cmake(Qt5Qml) >= 5.13.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.