forked from pool/kimageformats
Accepting request 891758 from KDE:Frameworks5
KDE Frameworks 5.82 (forwarded request 891438 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/891758 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=92
This commit is contained in:
commit
275079e906
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a332a0d708417c6e973b19d8b3aec006f3c1c57ef17851dc00e4921d7c43864e
|
||||
size 590004
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmBprV0ACgkQWNDuZIpI
|
||||
s7t38wgArHjSN9rqo5TxvFGNhwvO11pCtMk3HGt3cRmGCvR8FxPylv++RubJcxam
|
||||
jSof0PJbvxcVdKRKHvyp3/MkLY+FxN39G3/QdfT7u4QbdFDKbgW0yPxaIMbRYJbP
|
||||
aSC4mhicI0GnD3dPwjraVq8VeEb2PCKaN4GZAHE0t5bMBtSF0+OaWGKcajcJLClQ
|
||||
WbUBusqQRQwVhXqXnx1oUEuQaJqj+OIsIBdB6Cew+szmUtY9h1dksnL5ePCRzEOD
|
||||
ulvgVPRoKljrWz0zLEOzVN3HQgtUNpurFktK7VQT/tpBIeSEOd9SijZh8l65VhsR
|
||||
s9to3+btPMtMO6+Gs41dOp9kYw1foQ==
|
||||
=wQdJ
|
||||
-----END PGP SIGNATURE-----
|
3
kimageformats-5.82.0.tar.xz
Normal file
3
kimageformats-5.82.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e7852b85f2a2e5d7136548747b5fd75b8c81e99c9f691bb8a168ce72bb1057d
|
||||
size 590128
|
11
kimageformats-5.82.0.tar.xz.sig
Normal file
11
kimageformats-5.82.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmCOdjkACgkQWNDuZIpI
|
||||
s7vTXgf/W9B7dwAjWEJl2c8NQbkmwKCGLI+EpMSjPOJfUjJtAkxCb8ZUXvcYQzBt
|
||||
/GwXYmMt9wcAP5/5PYox0vDz+W8aoxvfqudKPwOegM23R7vydYlANlG1yWAKMe9Q
|
||||
tMSJtFow15fmI+q6nE98szbH/s0E+F3XYbbFR/sfGJb/9T/F7lDBs/ea5SjaDJzK
|
||||
TxonPCJ2g6DZJiRhOmJ98qCxV+cS9t71gObg6Qvnb7Lj2lO/PWmeP6aG4VUo/KYf
|
||||
tpt9sSI/fea986Vizl6kGPJYL00/DmCAKyAO0mignj5i7aALxmTOL3ePc/hQW8vs
|
||||
6bkAdGE5RbOr4JAdVTLlmGTTjEzoUQ==
|
||||
=6LpL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 1 16:40:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.82.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.82.0
|
||||
- Changes since 5.81.0:
|
||||
* Support building with OpenEXR 3
|
||||
* test: imageconverter: add a way to list mimes instead of formats
|
||||
* xcf: fix new[]/delete mismatch, as detected by ASAN
|
||||
* ani: convert +1 to -1 so we don't do a potential integer overflow
|
||||
* xcf: Fix Stack-buffer-overflow WRITE on broken files
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 5 07:12:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%if 0%{?suse_version} > 1500
|
||||
%define with_avif 1
|
||||
%endif
|
||||
%define _tar_path 5.81
|
||||
%define _tar_path 5.82
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -27,7 +27,7 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: kimageformats
|
||||
Version: 5.81.0
|
||||
Version: 5.82.0
|
||||
Release: 0
|
||||
Summary: Image format plugins for Qt
|
||||
License: LGPL-2.1-or-later
|
||||
@ -44,9 +44,9 @@ BuildRequires: kf5-filesystem
|
||||
BuildRequires: openexr
|
||||
BuildRequires: openexr-devel
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.14.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.15.0
|
||||
%if 0%{?with_avif}
|
||||
BuildRequires: cmake(libavif) >= 0.8.2
|
||||
%endif
|
||||
@ -73,7 +73,7 @@ it invokes ghostscript for conversion, it should only be used in trusted
|
||||
environments.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user