Christophe Giboudeaux 2021-11-12 12:20:54 +00:00 committed by Git OBS Bridge
parent 1edc841499
commit a073274d6e
6 changed files with 39 additions and 18 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYlvsACgkQWNDuZIpI
s7vXfggAhCj+8mNfOSvKXFG1WjobfOQHXEHDmtI4gOf7tBun87kwV+53RHu5LmB6
6+z0f1VYF0iHkDx1JN04cvj4oHStlkrHv/Bf0ZElbZF/ieW8HisO7UwpkDNLvNfh
bl+6EM+EiTf9oABm+E/4zPUNcK8NdJhDQ8NjV7UDq6TkVjLBu8isZZDoZGhCQjHJ
Hroct/i3Gk0N0ImN5qB8Oi7p9StBocxyBnJ4ZaMI0JWFEOTZJyI8yiGgTqy2ffhM
IW/NE1W4fHeeyUk88bloiJTORGsDBfF1WlT7EW7EWgscIc0tzeUMw2W5fVhyI7fi
Ow/ghQ2WTof7Cu6nNTrSPmp3Eqb18w==
=vagj
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGji0ACgkQWNDuZIpI
s7vI+wgAv+/SZnAWjz89WFKhALANcVwM6Arc/YRgbUdrEO/ynqLpEbmNn2uCnJCD
N1vdcTAGP1+saUW7otYNRCmxv7UoXB7RrJP6/TFvK1x2HSnTszG0M8PVIeWCVeKT
PaKfDf4yPf5y2uiMpU+VhL7clOeQ65gZts2v/Ehsf7neNylJSkgSpYfEEuQVeLQV
i2qMyZpsCb4tmY42LsOZEfaM5Kc809m9YxEcWvMK8/2HBg/gRjxOB+WhITFYVlRN
1rWdyy5NZS8ilu1iO37pV+eX4G9Vj+BLyru2VLzppi5UzXtH13nWrWyWQdOzWhln
8j+y1x3RUZ2izP7qDfdyKEKVMagnSw==
=Lr/b
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Nov 7 09:13:20 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Strip 'Source' URL for faster submissions
-------------------------------------------------------------------
Sun Nov 7 09:08:03 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:
* Fix wrong testcase.
* Port QStringRef (deprecated) to QStringView
* [FFmpegExtractor] Remove FFmpeg 2.x/3.0 support, handle deprecations
* Fix version checks in FindFFmpeg.cmake
* [DublinCore] Also test terms namespace
* [PopplerExtractor] directly use getters provided by poppler
* Add FreeBSD CI
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Oct 3 20:33:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr> Sun Oct 3 20:33:45 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -16,7 +16,7 @@
# #
%define _tar_path 5.87 %define _tar_path 5.88
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -24,15 +24,15 @@
%bcond_without ffmpeg %bcond_without ffmpeg
%bcond_without lang %bcond_without lang
Name: kfilemetadata5 Name: kfilemetadata5
Version: 5.87.0 Version: 5.88.0
Release: 0 Release: 0
Summary: Library for extracting Metadata Summary: Library for extracting Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
URL: https://www.kde.org URL: https://www.kde.org
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz Source: kfilemetadata-%{version}.tar.xz
%if %{with lang} %if %{with lang}
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz.sig Source1: kfilemetadata-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}