1
0
forked from pool/kimageformats
Hrvoje Senjan 2016-04-04 14:20:50 +00:00 committed by Git OBS Bridge
parent 9908113fca
commit 06759e12f9
4 changed files with 17 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Apr 4 14:20:47 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:58:36 UTC 2016 - hrvoje.senjan@gmail.com

View File

@ -16,9 +16,9 @@
#
%define _tar_path 5.20
%define _tar_path 5.21
Name: kimageformats
Version: 5.20.0
Version: 5.21.0
Release: 0
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= %{_tar_path}
@ -27,12 +27,12 @@ BuildRequires: kf5-filesystem
BuildRequires: openexr
BuildRequires: openexr-devel
BuildRequires: cmake(KF5Archive) >= %{_tar_path}
BuildRequires: cmake(Qt5Gui) >= 5.3.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.3.0
BuildRequires: cmake(Qt5Test) >= 5.3.0
BuildRequires: cmake(Qt5Gui) >= 5.4.0
BuildRequires: cmake(Qt5PrintSupport) >= 5.4.0
BuildRequires: cmake(Qt5Test) >= 5.4.0
%requires_ge libQt5Gui5
%requires_ge libQt5PrintSupport5
Recommends: libqt5-qtimageformats >= 5.3.0
Recommends: libqt5-qtimageformats >= 5.4.0
Summary: Image format plugins for Qt
License: LGPL-2.1+
Group: System/GUI/KDE