Accepting request 596860 from KDE:Frameworks5
KDE Frameworks 5.45 OBS-URL: https://build.opensuse.org/request/show/596860 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=54
This commit is contained in:
commit
9a736b24f0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40d2108b28c59ca0e486b1a7540d6b46a43b5177e0a40b298e40d9e9ba7acf2f
|
|
||||||
size 170956
|
|
3
kdeclarative-5.45.0.tar.xz
Normal file
3
kdeclarative-5.45.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4f6f49392ba7dfaba0971c61b29fb0cfc1a16d26fb7b2b36fae7a5d14b50441
|
||||||
|
size 171092
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 14 13:19:03 CEST 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.45.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.45.0.php
|
||||||
|
- Changes since 5.44.0:
|
||||||
|
* Remove useless QT_VERSION_CHECK
|
||||||
|
* Remove not necessary QtCore and co
|
||||||
|
* Setup QQmlEngine only once in QmlObject
|
||||||
|
* Minor: Fix -Wmismatched-tags warning
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
|
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,19 +18,16 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.44
|
%define _tar_path 5.45
|
||||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.44.0
|
Version: 5.45.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
Summary: Integration of QML and KDE workspaces
|
Summary: Integration of QML and KDE workspaces
|
||||||
# Note for legal: GPL-2.0+ files relicensed upstream with permission from the authors
|
|
||||||
# See commits g7482bef08, g62b8e46 and gaf91457 in the upstream KDE repository.
|
|
||||||
# They will be part of the next release (5.39)
|
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
|
Loading…
Reference in New Issue
Block a user