5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=203
This commit is contained in:
parent
50dd081963
commit
f65de8da65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:464a77f88cce72c1616654c371068c11d51e484e0de5c0c5e032126d71afedaa
|
||||
size 174692
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAJgACgkQWNDuZIpI
|
||||
s7ve8wf9FzhZOYeMnHxzrHkSKRtTDS10MHHIGIo5VMejp+u92NhDixyRYzK4r9XN
|
||||
35tbZv6/8C9qLWl4IR/wVuycqU6P3ADkJuzuOFhIgrUZJ5SxpMhrv/h6pCOLCz33
|
||||
eVN9PjF36ZB+r1xjmD6uuClNynEiu+8JGlaYauMsJpCo+NuKDTNALmKidB5O7v5F
|
||||
UyojqHn6f5w0S9m0yF8XdW48Vqwe0cw9lm1cjPeg5yrUUJdIstdeb/KbhvmRwrAD
|
||||
cX8j/GT5Ma0M2FDvAR5Y+uaRa8IwNDsSMS3hTGOYJRdm5okyAJbQSEyK2Ifb6F4P
|
||||
b6jSIq8HIE6lYn4+hgew4Q4dOM5Jxg==
|
||||
=uhga
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.62.0.tar.xz
Normal file
3
kdeclarative-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:804bc6dd1848fe38b9160a680f3d9f9b67d47150ee9683b3d2c5a07b96a12e46
|
||||
size 174812
|
11
kdeclarative-5.62.0.tar.xz.sig
Normal file
11
kdeclarative-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:37 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Warn if KPackage is invalid
|
||||
* Remove unused includes
|
||||
* [GridDelegate] Don't select unselected item when clicking on any of its
|
||||
action buttons (kde#404536)
|
||||
* [ColorButton] Forward accepted signal from ColorDialog
|
||||
* use zero-based coordinate system on the plot
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:16 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kdeclarative
|
||||
Version: 5.61.0
|
||||
Version: 5.62.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -39,18 +39,18 @@ Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: kglobalaccel-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kguiaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kiconthemes-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kio-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kpackage-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwidgetsaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kwindowsystem-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: libepoxy-devel
|
||||
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GlobalAccel) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5GuiAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5IconThemes) >= %{_kf5_bugfix_version}
|
||||
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
|
||||
@ -62,9 +62,9 @@ KDeclarative provides integration of QML and KDE workspaces.
|
||||
|
||||
%package -n %{lname}
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
Group: System/GUI/KDE
|
||||
# QQmlPropertyMap leaks private but exported QObjectPrivate symbol
|
||||
# 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}
|
||||
@ -108,11 +108,11 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name}-components = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: kconfig-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
Requires: kpackage-devel >= %{_kf5_bugfix_version}
|
||||
Requires: libKF5CalendarEvents5 = %{version}
|
||||
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
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user