Accepting request 386952 from KDE:Frameworks5

Update to 5.21.0

OBS-URL: https://build.opensuse.org/request/show/386952
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2016-04-12 17:13:37 +00:00 committed by Git OBS Bridge
commit d8fc33c953
4 changed files with 21 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Apr 4 14:19:41 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.21.0 (boo#974793)
* Uniform use of std::numeric_limits
* [DeclarativeDragArea] Don't override "text" of mime data
* Upgrade Qt version requirement to 5.4.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.21.0.php
-------------------------------------------------------------------
Sun Mar 6 09:55:53 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Declarative5
%define _tar_path 5.20
%define _tar_path 5.21
Name: kdeclarative
Version: 5.20.0
Version: 5.21.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
@ -38,11 +38,11 @@ BuildRequires: kpackage-devel >= %{_tar_path}
BuildRequires: kwidgetsaddons-devel >= %{_tar_path}
BuildRequires: kwindowsystem-devel >= %{_tar_path}
BuildRequires: libepoxy-devel
BuildRequires: cmake(Qt5Core) >= 5.3.0
BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: cmake(Qt5Qml) >= 5.3.0
BuildRequires: cmake(Qt5Quick) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5Core) >= 5.4.0
BuildRequires: cmake(Qt5Gui) >= 5.4.0
BuildRequires: cmake(Qt5Qml) >= 5.4.0
BuildRequires: cmake(Qt5Quick) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
Summary: Integration of QML and KDE workspaces
License: LGPL-2.1+
Group: System/GUI/KDE
@ -106,7 +106,7 @@ Requires: kcoreaddons-devel >= %{_tar_path}
Requires: kpackage-devel >= %{_tar_path}
Requires: libKF5CalendarEvents5 = %{version}
Requires: libKF5QuickAddons5 = %{version}
Requires: cmake(Qt5Qml) >= 5.3.0
Requires: cmake(Qt5Qml) >= 5.4.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.