1
0
forked from pool/kimageformats

Accepting request 1133308 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=129
This commit is contained in:
Ana Guerrero 2023-12-17 20:30:04 +00:00 committed by Git OBS Bridge
commit f591a55820
6 changed files with 30 additions and 23 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGG3EACgkQWNDuZIpI
s7tNiAf+ODnka/JoJR+eA+rYUc96vksYLaViN3neZKLnGZE77rJtvqfIVZBR6Xvv
0XuPA7E1imgYo9vjyJFPfYHH6VKC9XOt8dcbGhSjKQ+gMwSh37AgcBB1NAHHqomj
bEyvYxLo2eDFUYXXdmIaRsnkTiJ3LG91kOlUfzCap4C+yCgGhfmSFMbAyEnd9BmN
gjMnP3xXhr3l/eq+ZKurWel58XBVF0D45a0ic8It+FrRHPQ0pdhM2VkQead9t6WK
C+Venr40b3zV4u9AsVCouufnzVqj3w38T8pQoQiEZmzXq/xm+WLQaXy4NU0zTXJT
5elK4a3Y8pt3vP6ASi5aalJlev1WkA==
=a/Hi
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAqcACgkQWNDuZIpI
s7sOywf+J09983lLxjmZhiEY5ZcYalycXW1LrwaNWtpuS13kY8j4ExfzQp1OW8b6
A0CTRNhXjQAMSL4yV/5RolJyhGoBb4UvqmyZF/bBSJ/NYHGgzZBZ2jxZ2EK5hFUw
cA6zcK+SsTZh4CI5F4JbyXZtjoxg8cy1gDtHLr7DWL1JPQmEj9hPFxcmStFbcPhK
5visjO+Z64NdBWq/z2aXJ9rguKnTWWnRaERdvPzrMrimvTfEAtDbbEdoDpLBV3Tf
ucz35WBnmS61yDSMCVB7zjrR0mcvV0mFXnU/o2OV2CW1+4+w/6bbg5dLMN3Dofxw
LXTabGDIXJ24A4xspzHaGEPKIOGfbg==
=FUpQ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:45 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Update to 5.113.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.113.0
- No code change since 5.112.0
-------------------------------------------------------------------
Mon Nov 6 09:13:57 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -25,15 +25,14 @@
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} > 150400)
%define with_jxl 1
%endif
%define _tar_path 5.103
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
# Only needed for the package signature condition
%define qt5_version 5.15.2
%bcond_without released
Name: kimageformats
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Image format plugins for Qt
License: LGPL-2.1-or-later
@ -43,14 +42,13 @@ Source: %{name}-%{version}.tar.xz
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: fdupes
BuildRequires: kf5-filesystem
BuildRequires: openexr-devel
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Gui) >= 5.15.2
BuildRequires: cmake(Qt5PrintSupport) >= 5.15.2
BuildRequires: cmake(Qt5Test) >= 5.15.2
BuildRequires: cmake(KF5Archive) >= %{_kf5_version}
BuildRequires: cmake(Qt5Gui) >= %{qt5_version}
BuildRequires: cmake(Qt5PrintSupport) >= %{qt5_version}
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
%if 0%{?with_avif}
BuildRequires: cmake(libavif) >= 0.8.2
%endif