forked from pool/kimageformats
KDE Frameworks 5.67
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kimageformats?expand=0&rev=196
This commit is contained in:
parent
2607b2c0fb
commit
8ee974c222
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3b02befbb03f25deca0c7ffafea8c8a5eb79e21d8e2e566bf6fddf4f8afe04d
|
||||
size 244464
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl4QxRoACgkQWNDuZIpI
|
||||
s7sX4gf/U7hI366uy+dCCbWGi5SkMXE/kwqjG5doR9apNrb2Ab9Zr/UqMmcJ5CMe
|
||||
OyVP+ffhevWJ/ED/GiUnmu/h+5RuKJnEwhrGyJasosun98ITMSbB/MduWH03ATUF
|
||||
KNdP8yf1kIJnYIUIX9pFvHfEqRCXZJlai4G4KUFQ+PkE/NlYVAkcl+bFIDuZzV3S
|
||||
V8vYRsilUoqGqPJL3HuBeIQSKbXm9oZ44uzBRr9o1fABdPIHDuI++Ldf9/0ODr9o
|
||||
q3NqvP/wyoFZQoVCQM3a1cZQxksXAJX+xsQ+HK41Xsk8pywZSsWrve8gHT7eGb3x
|
||||
4QbCKCYy2bCDPEuwmKBmDNuegBJEOA==
|
||||
=Ozs4
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.67.0.tar.xz
Normal file
3
kimageformats-5.67.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aedd22e3c05bb45011c369159fd99dde23ec8355a5f15d4cc5031e7928122d90
|
||||
size 244656
|
11
kimageformats-5.67.0.tar.xz.sig
Normal file
11
kimageformats-5.67.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl420XIACgkQWNDuZIpI
|
||||
s7ujKAf/RBawV0qYd7ktG0RqCHzw1UQ6uF4am6hgVbwX0XzB+/QY3Jvv4lQqLEwG
|
||||
en2DFl5O6/F1v6fNtO7xr9YVK+DfIthZpLpaehWUtcwDWSTdS3Qae/1No/LO7bKq
|
||||
HQuNKcm6Xwh0FbcRjs0Cg00jhkZf1ceFlPH/8Hrg/DzVJ/SUmTQICtlWai0/BVaP
|
||||
0NnlnUuAujBcpvUwFtGQRou9kd7yfQRKreVcCBKtYo93iPDISYfauyY+En4uksvY
|
||||
sSpqrPxon6W77yf9UmMINYv+0qUFP1cXWIefjb0XkBWtBS2GWDXnInwFuZUJMPp8
|
||||
Z0dD/rzeBhPz00or6YHR3JfhM+KBUA==
|
||||
=yPk1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 18:06:59 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Replace %make_jobs with %cmake_build.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 2 14:32:47 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.67.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.67.0.php
|
||||
- No code change since 5.66.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 5 09:02:11 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.66
|
||||
%define _tar_path 5.67
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -24,7 +24,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kimageformats
|
||||
Version: 5.66.0
|
||||
Version: 5.67.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
@ -43,12 +43,12 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: openexr
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.11.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.12.0
|
||||
%requires_ge libQt5Gui5
|
||||
%requires_ge libQt5PrintSupport5
|
||||
Recommends: libqt5-qtimageformats >= 5.11.0
|
||||
Recommends: libqt5-qtimageformats >= 5.12.0
|
||||
Suggests: %{name}-eps
|
||||
|
||||
%description
|
||||
@ -73,7 +73,7 @@ environments.
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
%make_jobs
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
Loading…
x
Reference in New Issue
Block a user