1
0
forked from pool/kimageformats

Accepting request 931091 from KDE:Frameworks5

KDE Frameworks 5.88 (forwarded request 930745 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/931091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kimageformats?expand=0&rev=100
This commit is contained in:
Dominique Leuenberger 2021-11-15 14:25:21 +00:00 committed by Git OBS Bridge
commit 5a3d28c63a
6 changed files with 34 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYlw0ACgkQWNDuZIpI
s7tJDwgApB3GLIRRdcfjJLH5wehHBfb3yA5tYyi6ft1z6NhygrET1yZsRn/jEpCu
P+8xSuU39XWewI9UcOf+LGzomAqe0kqbUHwjyHjR4g/AZtd5ZXrWuJEAvCpZR/SH
wEBS4610JJIkBi1ZYYOFffogvVdPWF5L+gK5DIHiuiNElwPii67rn6zdNalr6BV5
aUn/ALpluRMUrmGjyWJVdUvLGMMVehQtBnm+Fy8pQs0E0a8PGL0velH1LxwwGcMh
AFXyql74hcQN3m8ehR1cy3irbLOegRZxZ6uILFGNbCO6krjaifOQ/ZajNh/y+4At
BhDbfIMjCydRDmRTnUtd/RpDcgN+TQ==
=9em8
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjkEACgkQWNDuZIpI
s7udkwgAhBQVJ5LgQ0GTAQhz23wSxc0N9w9UCztK6Yz2HUJcmj38HIq02XA5z5gG
iUWMhVzQlmB2zPemYN+/sUsst/gxarfzbeIxWtThKHw8MlEu6zleauuz70lL2r8o
LCSqbPWdYucunUmIiy7FUEN+DIS5YbvZZiCyEYAMMjRpI9IZI3OYjaeuH2rZT+Q4
9wfGC3YqS5wrun2/irGIT1fMtkcgWBf0V91sT2iAi1A0rG5Y21BccSDoaRt2Ctot
c4fXbJCbqGAlDMAP8OqKcyNF9etHK2hG5l7E8AudDtbmMyyxfcI63j1oyVIhZr+P
F36x+Ky1jtcFpT70q26/y4rH9X7wCg==
=SMI0
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Nov 7 09:13:24 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:08:07 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.88.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.88.0
- Changes since 5.87.0:
* Add FreeBSD CI
* Add Android CI
-------------------------------------------------------------------
Sun Oct 3 20:33:49 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -22,7 +22,7 @@
%if 0%{?suse_version} > 1500 || (0%{?is_opensuse} && 0%{?sle_version} >= 150300)
%define with_heif 1
%endif
%define _tar_path 5.87
%define _tar_path 5.88
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -30,15 +30,15 @@
# Only needed for the package signature condition
%bcond_without lang
Name: kimageformats
Version: 5.87.0
Version: 5.88.0
Release: 0
Summary: Image format plugins for Qt
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
Source: %{name}-%{version}.tar.xz
%if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
Source1: %{name}-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}