Hrvoje Senjan 2016-08-07 21:51:38 +00:00 committed by Git OBS Bridge
parent d570f1110b
commit a4eab25ec8
4 changed files with 18 additions and 11 deletions

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Aug 7 21:51:33 UTC 2016 - hrvoje.senjan@gmail.com
- Update to 5.25.0
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.25.0.php
-------------------------------------------------------------------
Wed Jul 6 15:02:47 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -18,9 +18,9 @@
%bcond_without lang
%define lname libKF5Declarative5
%define _tar_path 5.24
%define _tar_path 5.25
Name: kdeclarative
Version: 5.24.0
Version: 5.25.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.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
BuildRequires: cmake(Qt5Core) >= 5.5.0
BuildRequires: cmake(Qt5Gui) >= 5.5.0
BuildRequires: cmake(Qt5Qml) >= 5.5.0
BuildRequires: cmake(Qt5Quick) >= 5.5.0
BuildRequires: cmake(Qt5Test) >= 5.5.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.4.0
Requires: cmake(Qt5Qml) >= 5.5.0
%description devel
KDeclarative provides integration of QML and KDE workspaces.