Accepting request 1133300 from KDE:Frameworks5

KDE Frameworks 5.113.0 (forwarded request 1131014 from krop)

OBS-URL: https://build.opensuse.org/request/show/1133300
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=128
This commit is contained in:
Ana Guerrero 2023-12-17 20:29:54 +00:00 committed by Git OBS Bridge
commit e20f03970e
6 changed files with 44 additions and 26 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVGG0EACgkQWNDuZIpI
s7uEQwf9HFOnGPHMP/+o4cPjAUNrb6xwMtIfFT0bG8aVIDCnts4Xcz/fDhaxAL28
tZbev2cRYzOqdxzvN/dNIykk5LqPo/KokmtjQWzfz38i+QSUVNczqZCs+wxE4n16
GQ+g252TF2pyI5Bke1+qpkacQC4kf2ApWu7F9MbGE4uNpBVIt0SqbrutQqteQp/A
4HMgnoOBTjANbsuyatKNHHuSYO7/BMIfgkk/QVoBdp+ILtncJs4GcaiYfFv4iB4d
WgLBivoJ8qUhmT942H05jzuMG8CrZx4pDK2fOK1G5TZivW5qMvmGiGhvXqneIsuF
QqFaR23RXmmchS2FsZmTfmQtkXQB6A==
=Su7p
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmVrAngACgkQWNDuZIpI
s7ssbQgAu2ZQuVoTFMPux4Ks+sL01YZfaElTMDQVYInsZdpbSCnfKfYfPWz0YB6V
MqG7Rh59FttNeRRZFSU2hqCF+BNfb/lyPlVe2c1cm/TGItaXWRT2PwcElijER3rY
cK9uijy41kmtrW3xREre507buuYGmg0WmbO9gDowYm8zmzFonW2n6pCwIxLhhIw7
3t4Px0MgtBSRlUi3NdS6tzRsSW/WUKZnSOOOKDvJGDTSdBncy/VukN99nHn5p/dN
dz01+cof4fsAkYreIdNiTNN9jWaD8Ks2gGy5wEAc5cgZJ8yZjIurDXY/fq7RG5y9
zXHsOQic/TALll9XfiLx6yq90AGVdg==
=M/Kg
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Dec 5 11:17:39 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
- Changes since 5.112.0:
* Run dump utility as a test case
* Output generic file types from dump utility
* Check if file path passed to dump utility is a readable file
* [FFmpegExtractor] Bail out on first missing component during find_package
* Bump minimum Exiv2 version to 0.26
* [TaglibExtractor] Add support for Ogg stream with FLAC (audio/x-flac+ogg)
* Generate fromName hash table programmatically from PropertyInfo table
* Use proxy class for lowercase property name lookup
* Reduce PropertyInfo::fromName overhead
* [FFMpegExtractor] Support and check video/vnd.avi
* [TaglibExtractor] Adapt code to SMI changes for audio/x-wav -> /vnd.wave
-------------------------------------------------------------------
Mon Nov 6 09:13:53 UTC 2023 - Christophe Marin <christophe@krop.fr>

View File

@ -16,15 +16,15 @@
#
%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}')}
%bcond_without ffmpeg
%define qt5_version 5.15.2
%bcond_without released
Name: kfilemetadata5
Version: 5.112.0
Version: 5.113.0
Release: 0
Summary: Library for extracting Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
@ -34,20 +34,19 @@ Source: kfilemetadata-%{version}.tar.xz
Source1: kfilemetadata-%{version}.tar.xz.sig
Source2: frameworks.keyring
%endif
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: extra-cmake-modules >= %{_kf5_version}
BuildRequires: libattr-devel
BuildRequires: libepub-devel
BuildRequires: libexiv2-devel >= 0.21
BuildRequires: pkgconfig
BuildRequires: taglib-devel >= 1.9
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Archive) >= %{_kf5_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version}
BuildRequires: cmake(QMobipocket)
BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= 5.15.0
BuildRequires: cmake(Qt5Test) >= %{qt5_version}
BuildRequires: cmake(Qt5Xml) >= %{qt5_version}
BuildRequires: pkgconfig(poppler-qt5)
%if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec)
@ -61,8 +60,7 @@ A library for extracting file metadata.
%package devel
Summary: Development package for kfilemetadata
Requires: %{name} = %{version}
Requires: extra-cmake-modules >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Core) >= 5.15.0
Requires: cmake(Qt5Core) >= %{qt5_version}
%description devel
A library for extracting file metadata. Development files