Christophe Marin 2024-01-14 15:36:47 +00:00 committed by Git OBS Bridge
parent 4ef4b23b78
commit dfba07dda8
6 changed files with 34 additions and 24 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmWZJvsACgkQWNDuZIpI
s7sObwf/ec415o2x0virtSi98dUZjtlhNEll3tmd0+GUIHUtBGB/3uO238o1PLp9
jb7iHJt+FRPY8fuX/PN4YsYc2ek5hrxG7eN91vPFEr0NktxCn4fuM/AGa8W+HxAm
N0vTpfRoPClyoOk2zGt68P4JHV4+PDFs7fLZKxu8tlqwi8Jzy6QjVZCJ2H0RRmnh
e2Jl+pN4Q48XXgQZg6pcz5lzEw+yXX9LhHZp+sDKNiOjzYpEuxFxox9L6rD/TTnE
N3cilGGot6vHSTVCvhcgxOS6E3eQ/Y4cjHufOrBXmpeHqgNuqT12Ysp7SbaM0uYH
x5BFIj+F2TwM7rK6+H+EcWiavzxGLw==
=rELk
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Jan 13 11:21:35 UTC 2024 - Christophe Marin <christophe@krop.fr>
- Update to 5.114.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.114.0
- No code change since 5.113.0
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 5 11:17:39 UTC 2023 - Christophe Marin <christophe@krop.fr> Tue Dec 5 11:17:39 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) # 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)
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without ffmpeg %bcond_without ffmpeg
%define qt5_version 5.15.2
%bcond_without released %bcond_without released
Name: kfilemetadata5 Name: kfilemetadata5
Version: 5.113.0 Version: 5.114.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
@ -34,19 +34,20 @@ Source: kfilemetadata-%{version}.tar.xz
Source1: kfilemetadata-%{version}.tar.xz.sig Source1: kfilemetadata-%{version}.tar.xz.sig
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
BuildRequires: extra-cmake-modules >= %{_kf5_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: kf5-filesystem
BuildRequires: libattr-devel BuildRequires: libattr-devel
BuildRequires: libepub-devel BuildRequires: libepub-devel
BuildRequires: libexiv2-devel >= 0.21 BuildRequires: libexiv2-devel >= 0.21
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: taglib-devel >= 1.9 BuildRequires: taglib-devel >= 1.9
BuildRequires: cmake(KF5Archive) >= %{_kf5_version} BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_version} BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5Config) >= %{_kf5_version} BuildRequires: cmake(KF5Config) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_version} BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(QMobipocket) BuildRequires: cmake(QMobipocket)
BuildRequires: cmake(Qt5Test) >= %{qt5_version} BuildRequires: cmake(Qt5Test) >= 5.15.0
BuildRequires: cmake(Qt5Xml) >= %{qt5_version} BuildRequires: cmake(Qt5Xml) >= 5.15.0
BuildRequires: pkgconfig(poppler-qt5) BuildRequires: pkgconfig(poppler-qt5)
%if %{with ffmpeg} %if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec) BuildRequires: pkgconfig(libavcodec)
@ -60,7 +61,7 @@ A library for extracting file metadata.
%package devel %package devel
Summary: Development package for kfilemetadata Summary: Development package for kfilemetadata
Requires: %{name} = %{version} Requires: %{name} = %{version}
Requires: cmake(Qt5Core) >= %{qt5_version} Requires: cmake(Qt5Core) >= 5.15.0
%description devel %description devel
A library for extracting file metadata. Development files A library for extracting file metadata. Development files