Accepting request 931075 from KDE:Frameworks5
KDE Frameworks 5.88 (forwarded request 930745 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/931075 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=98
This commit is contained in:
commit
512fb9840c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6792f8ee5e255159d302ba8257b91e52a4ac5815fb7413fd73788f893555a47f
|
||||
size 190524
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYluUACgkQWNDuZIpI
|
||||
s7vppwf+Nx0OU85Fotd2ELNjCA7IGbuQoojyllEmmd1AQQ5lsvL92pkM9j5VKkmK
|
||||
XeitqT4hsEwMkWf7VKxqmA8R6gCv/nU3KYiO//th1vvP0cLTaMjhiBrpzkEuVYDW
|
||||
uQou+0s1BXDa/aZDnODMZXg5ETBAM6tR0LH8qavXQ4rDaGCAorfISryw2E5HIvtm
|
||||
jYVnrbetrR2OM+YGb5lidtX+A1/dUDchnFdu2CBxCtWy3K72tMFKh7IxihfCAJ4s
|
||||
0IvS3vRG0zW2A4Go99B/EThyDV018Tm6ZLBJ/Z4TIYUpI9xTwaWRCi3xYIf9H9cv
|
||||
TjPCbdxwFeOWqkH1Rd7NTVa+ZSgwPg==
|
||||
=/9BH
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.88.0.tar.xz
Normal file
3
kdeclarative-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b506b44b9f50768de9b145980a41de943c2b375defc7e5a97fbb9fc2a441e3a9
|
||||
size 191048
|
11
kdeclarative-5.88.0.tar.xz.sig
Normal file
11
kdeclarative-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjhYACgkQWNDuZIpI
|
||||
s7tvKwgAjfPTu0632i0qAho169gLo+M4Yar92Frsm/3WBG8dR3CkC7wnYlmu7lkr
|
||||
d5s7CyxVGBRjJLjrs3QskWS6vvmTchrvi+wHL8vTJJ6GZr49fRk8c2j1rIF0GSjX
|
||||
v/gyPX02/6ly+mWKG9h+cB2uqCLHwdU6LtnlWT4OpHWpV6LJQZM9zCiHIhhZX+/K
|
||||
k15MZiPJ/3AZNc9ryZGMf3YS/Q2KC7Wrye0NRciZ70aooNRwZWOQhZLmsAsOPgbn
|
||||
nQ1myLzFirkN6ZBOqjkPGgo+O1MoGC1l3NwCVpntmlsN4vntcqWhoCd6R6+umSpp
|
||||
mSths0Gh7NiyhJS2U3SDFzqOoXhOCg==
|
||||
=YGEu
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:15 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* GridDelegate: don't let labels overflow (kde#444707)
|
||||
* Use a readonly property to control KCM margins
|
||||
* [configmodule] Deprecate aboutData
|
||||
* [ConfigModule] Allow creating KCMs without KAboutData
|
||||
* [ConfigModule] Deprecate ctors that take KAboutData and KPluginMetaData
|
||||
* Don't explicitly build shared libs
|
||||
* Expose KAuthorized enum as dynamic properties to QML
|
||||
* Add FreeBSD CI
|
||||
* KCM GridDelegate: Display a blue line when the delegate has active focus
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:40 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,22 +17,22 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# 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.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user