SHA256
1
0
forked from pool/kdeclarative

Accepting request 848541 from KDE:Frameworks5

KDE Frameworks 5.76

OBS-URL: https://build.opensuse.org/request/show/848541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=86
This commit is contained in:
Dominique Leuenberger 2020-11-19 10:50:18 +00:00 committed by Git OBS Bridge
commit 31064cadb7
6 changed files with 35 additions and 16 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl96NHQACgkQWNDuZIpI
s7tKIAgAp27Sl70qeWHzAgWn6PWRY0Myn+X5w+4EMw04QqRswXPIMRWcw85J2N2n
Kd/sUhpOZ24NlUuvKnG5w/zHaRTW09CL4C8wv0539GsBgpL+eZzPw+U3b/DNzanE
b0Mygot0D/7j9DAMUKfIH4pwb+MIf0Xs2fdQu8PStUKWG32kTfNm5M/ebnXbrMCc
fLr8Fej9ePG3OQJI7eEOOpq9txcTluxsD4ZMgCmVYMJxE6blg+EKzUiPMokLvGGT
iguFKnyWbeMdftjS0LKeMQH8KSfrVMav8XqD2h9dmuvgwmGCqkOC1Iaibbrr/Uhn
fNecWQEcGux3rrkkMv9DkT4YBfyLsw==
=Xg6b
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl+m5GkACgkQWNDuZIpI
s7vAJgf+JTjhNcbDLKMtAnKMSqAf+5tqkdsSxZR02qr6IQS19Ou18E5EL3Yo4dGP
fhkrLNPKCHt0vwJO7AudKWEzx6VzWjzV/2VYeoKMLdp8euW6whbvxL9BpPAhrMvm
bx4crShl650Y4BXJYimqBbzzElzZPahOWbnt0dlGDI1AT31AdOPKhUpvd31Y70GO
lieGpx3aaLci7zLLt9q8LwbmX8BKOj/APnBgAIbVLllr51i7py/uLB9Vh8ihNmyT
7C6kwOi7c62k0ClkeMGi6EUHqP2xIvVHIM1jSpw/b96sgCQ9hafDSHNvSM9yad8h
+1sofAMqn0/9q7OHzZNjengiBoWAVg==
=Vz8h
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Nov 7 21:34:32 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.76.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.76.0
- Changes since 5.75.0:
* [abstractkcm] Set explicit padding
* [abstractkcm] Don't remove padding on mobile
* [simplekcm] Remove custom padding handling
* [kcmcontrols] Remove duplicated code
* Add source to KDeclarativeMouseEvent
* If include is define in .h remove it if it's defined in .cpp too (scripted)
* reparent overlaysheets to the root
* Make GridViewKCM and ScrollVieKCM inherit from AbstractKCM
* Use consistent margins
* Add getter method for subPages
-------------------------------------------------------------------
Mon Oct 5 08:33:04 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,14 +17,14 @@
%define lname libKF5Declarative5
%define _tar_path 5.75
%define _tar_path 5.76
# 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.75.0
Version: 5.76.0
Release: 0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1-or-later