forked from pool/kimageformats
Accepting request 526652 from KDE:Frameworks5
KDE Frameworks 5.38 OBS-URL: https://build.opensuse.org/request/show/526652 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=46
This commit is contained in:
commit
0fca4eea83
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6fb26812cd971dd23676f10096a097e2c1f1be8dee7249a7dd40cb2fb951d0ce
|
||||
size 204336
|
3
kimageformats-5.38.0.tar.xz
Normal file
3
kimageformats-5.38.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:97ca8eaa52f296e7fddde25abfe6c7707070b075e92e487da9edb3c719d4e860
|
||||
size 204624
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 12 07:11:17 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.38.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.38.0.php
|
||||
- Changes since 5.37.0:
|
||||
* None
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 12 09:23:29 UTC 2017 - christophe@krop.fr
|
||||
|
||||
|
@ -16,17 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.37
|
||||
%define _tar_path 5.38
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# 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}')}
|
||||
Name: kimageformats
|
||||
Version: 5.37.0
|
||||
Version: 5.38.0
|
||||
Release: 0
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: openexr
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: cmake(KF5Archive) >= %{_tar_path}
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
|
Loading…
Reference in New Issue
Block a user