Accepting request 1064577 from KDE:Frameworks5
KDE Frameworks 5.103.0 (forwarded request 1063796 from krop) OBS-URL: https://build.opensuse.org/request/show/1064577 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=113
This commit is contained in:
commit
2b6e9fa9a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ad46234d48034da8c195fececf66392e876c61ad0a328f4ea91c72d6bc87c77
|
||||
size 2491312
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SQMACgkQWNDuZIpI
|
||||
s7t32wf9GOOvrPi1vZL69wGjh3hFuXbUMSV9CYlFGeIlbo3TipF2mGx520+IKDA8
|
||||
xydUv0enwtGLVRtVUtXw7yw9aRrzqVxmgtYdGAMPI3KQby4Rbcc7X0Ux7+pzHE93
|
||||
uA8+heNiLH9PRPfmRSMUgyM5gHaZ6eowfFAdccd9iZePnGXMjQFNNfhPwdZe+jwh
|
||||
JmE2wMD+avPj5vBhUGZZugb9JNFJw/vzv4Ka/+JyxfAMAvev3TfB+oSF8Kn2K7mk
|
||||
xBQG06ilGsGFaVbGCL6m9/Jp/ORW+MqgfPhuw8DNOUXS2jjuFdyQaSE7izOkeeh3
|
||||
27sMb7JY1m6Jo4qoZmDv9x4tj4cQow==
|
||||
=B+0V
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.103.0.tar.xz
Normal file
3
kdeclarative-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b6ca5cfb000cd1ed10af6884152fb21b5f8e9fb1041c53c36244435265ffb252
|
||||
size 2491428
|
11
kdeclarative-5.103.0.tar.xz.sig
Normal file
11
kdeclarative-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----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-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 8 09:12:47 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.103.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||
- Changes since 5.102.0:
|
||||
* Remove unused QtGraphicalEffects import
|
||||
* Fix anchors error in AbstractKCM & SimpleKCM types
|
||||
* QML/JS: Prefer const over let, and use strict === equality
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 12 08:18:42 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.102
|
||||
%define _tar_path 5.103
|
||||
# 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.102.0
|
||||
Version: 5.103.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
@ -124,12 +124,9 @@ Development files.
|
||||
|
||||
%find_lang kdeclarative5
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
%post -n libKF5QuickAddons5 -p /sbin/ldconfig
|
||||
%postun -n libKF5QuickAddons5 -p /sbin/ldconfig
|
||||
%post -n libKF5CalendarEvents5 -p /sbin/ldconfig
|
||||
%postun -n libKF5CalendarEvents5 -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %{lname}
|
||||
%ldconfig_scriptlets -n libKF5QuickAddons5
|
||||
%ldconfig_scriptlets -n libKF5CalendarEvents5
|
||||
|
||||
%files -n %{lname}-lang -f kdeclarative5.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user