diff --git a/kimageformats-5.66.0.tar.xz b/kimageformats-5.66.0.tar.xz deleted file mode 100644 index 30ac1e6..0000000 --- a/kimageformats-5.66.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3b02befbb03f25deca0c7ffafea8c8a5eb79e21d8e2e566bf6fddf4f8afe04d -size 244464 diff --git a/kimageformats-5.66.0.tar.xz.sig b/kimageformats-5.66.0.tar.xz.sig deleted file mode 100644 index d556b37..0000000 --- a/kimageformats-5.66.0.tar.xz.sig +++ /dev/null @@ -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----- diff --git a/kimageformats-5.67.0.tar.xz b/kimageformats-5.67.0.tar.xz new file mode 100644 index 0000000..9da915d --- /dev/null +++ b/kimageformats-5.67.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedd22e3c05bb45011c369159fd99dde23ec8355a5f15d4cc5031e7928122d90 +size 244656 diff --git a/kimageformats-5.67.0.tar.xz.sig b/kimageformats-5.67.0.tar.xz.sig new file mode 100644 index 0000000..f883d1b --- /dev/null +++ b/kimageformats-5.67.0.tar.xz.sig @@ -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----- diff --git a/kimageformats.changes b/kimageformats.changes index f330099..c50ae8e 100644 --- a/kimageformats.changes +++ b/kimageformats.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Feb 2 18:06:59 UTC 2020 - Christophe Giboudeaux + +- Replace %make_jobs with %cmake_build. + +------------------------------------------------------------------- +Sun Feb 2 14:32:47 UTC 2020 - Christophe Giboudeaux + +- 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 diff --git a/kimageformats.spec b/kimageformats.spec index 2847556..cc5fffc 100644 --- a/kimageformats.spec +++ b/kimageformats.spec @@ -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