Accepting request 1070877 from KDE:Frameworks5

KDE Frameworks 5.104.0 (forwarded request 1070398 from krop)

OBS-URL: https://build.opensuse.org/request/show/1070877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=114
This commit is contained in:
Dominique Leuenberger 2023-03-12 15:22:58 +00:00 committed by Git OBS Bridge
commit ec1d389ccd
6 changed files with 32 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfeoEACgkQWNDuZIpI
s7s+QAf+J6378hUugjv8U6LB4dQG6dQJbfE3I/AluzKL7RM0GJL8jCvDUw9GT2sM
eO/dIKbrNpwAwAtZqvmYkq/jVzEhmRE/+1YQElCtoXc7XiXC2Ct6gDyD9VMn86AQ
yN6yrjW2pR3NAhkWcgZWUKt/h6B0MxOHcPHVSmTdSvpjye7IbAJI7pUoBcwVIwCz
u26lFI205ffHy/MjGIG2KU7dTt0+7pA/l02aDwoQ7lpDqoi/72W9Rf0qpY7wKP5I
Ds0OjUGZznRpVFozwWOBAFEIbSubFqMJIQzSusxNjjbsF1G/gSyNdKAxSGkHAZP9
Q76wLPkuDAgy7ZiUdDCIeGrGh6XDuw==
=WIfR
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmQDJEIACgkQWNDuZIpI
s7tQrwf/fGJ3o0rjBIWB6aIGeEn5RAEvgmtmRIFP9sEhJnotVuxPbPfH2RBe4w7y
Iozfs+Ht/mTN6EvJp+DJnK5qvMe1hq1ceBFAzNhmfd8K/qLyT6BayaRf4gKqvgLn
U4u4fCTSqMI1np77tHpqK0Q7DF1csjuH241y4w5eVXnxU1X/+5Xz3pjo+i0Vu4Gk
OhVLYVf3mk3eCoUmLOtXL141553BUZx5419mXSTVKoBzwEhd1C+v3TDdPdjss4zW
c6ODrt7iKOlMfFS4nvWyVUj+I7oSD9zRkaon8ZMdy13mu/oc7J5XjDcO1dbD3v/Z
QWS/dKsj+Omu0HXGz7sq5NqUGTySbQ==
=CzTI
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Mar 6 09:07:44 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.104.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.104.0
- Changes since 5.103.0:
* Guard nullable property access, and bind instead of assigning once
* AbstractKCM: Rewrite padding expressions to be more readable
* Add import aliases, bump internal import versions as needed
* Drop unused QML imports
* [managedconfigmodule] Fix deprecation comments
* [configmodule] Deprecate constructor without metadata
* [configmodule] Deprecate setAboutData
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 8 09:12:47 UTC 2023 - Christophe Marin <christophe@krop.fr> Wed Feb 8 09:12:47 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Declarative5 %define lname libKF5Declarative5
%define _tar_path 5.103 %define _tar_path 5.104
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # 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}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without released %bcond_without released
Name: kdeclarative Name: kdeclarative
Version: 5.103.0 Version: 5.104.0
Release: 0 Release: 0
Summary: Integration of QML and KDE workspaces Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later License: LGPL-2.1-or-later