start with 5.21.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=96
This commit is contained in:
parent
b3f63c41fd
commit
831a295eef
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:292c6b24148f7eacfbdcfe4e6b3a1a642601d6161767abae1efab465bfaccc87
|
||||
size 167316
|
3
kdeclarative-5.21.0.tar.xz
Normal file
3
kdeclarative-5.21.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:72e2b2d3bd4b2639a1a6b56cc88544d24330d05e45f76d40082eda369196c1d4
|
||||
size 167344
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 14:19:41 UTC 2016 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.21.0
|
||||
* 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
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user