Accepting request 1002816 from KDE:Frameworks5
KDE Frameworks 5.98.0 (forwarded request 1001655 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1002816 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=108
This commit is contained in:
commit
a2789928e8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be68d2983643616e257d7a4cc07f87e5e2219abc3ce9cf5500e0fc9e46185a70
|
||||
size 207004
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmLvxr8ACgkQWNDuZIpI
|
||||
s7tNPQf/dweiRlEij74U+NCGh/dh6/1DiLwbBfxzV4a9Yma4Cn5P33d2JrkoaExy
|
||||
un6SxHvfXGed0muQcU3zAg9AC0ufTGZ8/NAehm/7of1afCX1GiX7L/vd/8ZKlSoS
|
||||
QdHqwr74LCa//ROYG6m2NKWDwwzG7VodDE8znOkIfggkzwcFA4t3QJqb8P7kDW7h
|
||||
ef6tGQZH3r/pXSSKltNKqB9Zf9Pirib5419L0JHR+RtFVwBhVYZb/2EUGgzcgA1z
|
||||
J64eGHwLGtNRwqYEx2uPxskJ4fakwlNkEw21qyE4wfa006jfwrtOLoaxpGs7aX6S
|
||||
UaLQGHWNkLGTeJ2MEsLOZBfl1ddATw==
|
||||
=gmMg
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.98.0.tar.xz
Normal file
3
kdeclarative-5.98.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0672c0b57be19d1efa2b208f9836e2f0c1f67a2aab39d3cff29bc36f5965ba78
|
||||
size 207124
|
11
kdeclarative-5.98.0.tar.xz.sig
Normal file
11
kdeclarative-5.98.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9QEACgkQWNDuZIpI
|
||||
s7uXIAf8CykFeCHaLgX+RrYsjhlKO9MD9u2XrNNXUsMT7lhnU/mulu5RRsjZqCNI
|
||||
jYKqZlElHTR0bVUsx45kDeaBAfpaEdrTPZ8PQCJGfa0GEbb3M8c38ayLeiKZH/QK
|
||||
AoFA5+gF6zOPtORwo+/zcOu0KDk6NUaNYRE4VaYk614YAOv8SFShH6dTg3tkWaqO
|
||||
v0ZOYQKrzdpF1FGjBp2jMr//JxfWXAxJWwbkp2TFjjLYtGpr+Lh7C+C7aY23mDGM
|
||||
STv0I76A3HcRbG+flS7V/38cq14I4VVItvjSEKf/8TUU0jEcaI4X/ZCl27+1ix4W
|
||||
i8rc1WCxHKZpOkL2a1I9MWKA6673AA==
|
||||
=viTn
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.98.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.98.0
|
||||
- Changes since 5.97.0:
|
||||
* KQuickAddons::ConfigModule: Call QmlObject constructor with shared pointer directly
|
||||
* KDeclarative::setupEngine: Use KQuickIconProvider
|
||||
* Deprecate KDeclarative::setupEngine
|
||||
* Do not build kpackagelauncherqml when building without deprecations
|
||||
* Deprecate KPackage related methods in QmlObject
|
||||
* Add FreeBSD Qt6 CI support
|
||||
* fallbacktaphandler remove duplicate parentheses
|
||||
* Deprecate KDeclarative::setupQmlJsDebugger
|
||||
* KDeclarative::setupEngine: Wrap code that uses deprecated method in deprecation wrappers
|
||||
* Deprecate KDeclarative::runtimePlatform and related methods
|
||||
* Port tests away from QQC1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 7 22:27:18 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.97
|
||||
%define _tar_path 5.98
|
||||
# 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 released
|
||||
Name: kdeclarative
|
||||
Version: 5.97.0
|
||||
Version: 5.98.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user