Next try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=206
This commit is contained in:
parent
c02f322f0c
commit
74bb4e722b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:804bc6dd1848fe38b9160a680f3d9f9b67d47150ee9683b3d2c5a07b96a12e46
|
||||
size 174812
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz3AACgkQWNDuZIpI
|
||||
s7s71Qf6A5QEBqAUY21iw9WFM+si8KbQJkoqwf2o9BB5Yt1x5kCQY+rwPwew8DcM
|
||||
rAONH7sOceY/QlyTSP7t4c2F5CdoqOyyQSeIvAU8RKQf3OIaDNM01tL7XGFSMG/p
|
||||
ntQtolsTMHNkkztFM/ZjUVt+sl5greLtism2iM/40mZ4yBYCXF5Fk6l7X17sk9bV
|
||||
qdZnDIrPsUC1iodw/DShJwNsAXWWe3Z51fEnqWSNoUM10xM8rUKORbHaCRGXjqRb
|
||||
1cRqDRXX1Nl7cgolVElAS8BlZqwtwkXXU5ZHK2Rnfxggh0M7FVDi/K55ntmT6cJe
|
||||
6XWLJUTqAlaPilm0p7rYIrBHeVkJIw==
|
||||
=qU9H
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.63.0.tar.xz
Normal file
3
kdeclarative-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c873ab1076fce137090c341c9f2c1751b5aacf85eeb62b899bdda5936bb6fc08
|
||||
size 171036
|
11
kdeclarative-5.63.0.tar.xz.sig
Normal file
11
kdeclarative-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyU0ACgkQWNDuZIpI
|
||||
s7uHHAf8CG1K5yngD8eAIsREjGrufmrrGV4iWJdwY+KLJZ2ufXJ1Xa+wsc1nbfLr
|
||||
4S0nXE/Om7cKP0PCZzVJ21dlC7qlwAh6A3ZaCSZ6pae/ctjXNOm2fzDvjXeW3x36
|
||||
iUIq2KsDe+Tov5cmWWz7vAjSyx3NDhi5/RAgJgJ8JCYGGPSUWTACMQdmTPIv77Zy
|
||||
yNXYzcqVkDFnWsAdpBnrX+3oF/fmp1RulvZqkbjkPuygDoNGt/itM7mxWCkW5P44
|
||||
l6sqwJvC+UnjD45GTMiZick4Cu7FsnKd9/0YHAjGiYS5hpfWk9iPrKn8quzUVX+Q
|
||||
4+vSJQDBHx1eTraqOkWRyZFVkX+TfA==
|
||||
=y/j0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:26:25 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.63.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||
- Changes since 5.62.0:
|
||||
* Delete QQmlObjectSharedEngine context in sync with QQmlObject
|
||||
* [KDeclarative] Port away from deprecated QWheelEvent methods
|
||||
* [KDeclarative] Port from deprecated QWheelEvent::delta() to angleDelta()
|
||||
* [KDeclarative] Port away from deprecated QQuickWindow::sendEvent
|
||||
* [KDeclarative autotests] Replace fork of old modeltest with QAbstractItemModelTester
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:37 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.62
|
||||
%define _tar_path 5.63
|
||||
# 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.62.0
|
||||
Version: 5.63.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -51,11 +51,11 @@ BuildRequires: cmake(KF5KIO) >= %{_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.6.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.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.6.0
|
||||
Requires: cmake(Qt5Qml) >= 5.11.0
|
||||
|
||||
%description devel
|
||||
KDeclarative provides integration of QML and KDE workspaces.
|
||||
|
Loading…
Reference in New Issue
Block a user