SHA256
1
0
forked from pool/kdeclarative
Wolfgang Bauer 2019-04-16 16:54:18 +00:00 committed by Git OBS Bridge
parent d917577e56
commit 1f3db9a4dd
4 changed files with 20 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Apr 14 20:21:42 UTC 2019 - lbeltrame@kde.org
- Update to 5.57.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.57.0.php
- Changes since 5.56.0:
* [kdeclarative] compile without foreach
* [GridViewKCM] Fix implicit width calculation
* move the gridview in a separate file
* Revert "export implicitCellWidth/height at top level"
* export implicitCellWidth/height at top level
* Avoid fractionals in GridDelegate sizes and alignments
-------------------------------------------------------------------
Sun Mar 10 20:15:35 UTC 2019 - lbeltrame@kde.org

View File

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