Accepting request 861933 from KDE:Frameworks5

KDE Frameworks 5.78.0

OBS-URL: https://build.opensuse.org/request/show/861933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2021-01-13 17:16:18 +00:00 committed by Git OBS Bridge
commit 9c80a55a9a
6 changed files with 31 additions and 20 deletions

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/Ln2cACgkQWNDuZIpI
s7s9GQf+Ohj18uHC/KYj6v/sVsNVS6lwwk1S6E8spMB09qkFZHfFEPRwbiS+erBw
hlHNmN2Vd2tF/xp2EO7yMGHgSqTSkN1kO389vWYIHUB/Ldxl1l72qorueydyVttX
IxAhEj7duPrlLBl78YmWY/QmuNQpJwmiaip5EmgPPj12KPgp0BNIYtGUR6aIngSw
8qP95WXF/em8SlHuci51RBdhno7MqQkUr8WKIxdvrnPkxpKP+dITVBrHNfE2ybAQ
2oYk0IMcTj22OPdHBIL7ErLOjElbplmJ96CubPbOpAh9wRmUra6CnmdMtqIW6iOe
vXccqJ+tf0KssRuueiSxnybGLZId5w==
=FeJl
-----END PGP SIGNATURE-----

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/wegcACgkQWNDuZIpI
s7tqqAf/SLsaBSMdwth3UZEsQSBjxaTetAqeHG0a9tUGZ4u4voUHgIZQG0m1DZ0o
tXEwS8Fl3yneVhu+L8c6sl69Xtik1Z2miRCEmocX7D2tWEKEwq80HbhdrPk/JogH
gTPeHHVGS0GOWIyYZi/KH10D1X1QfHgyGMNaSD8uPz2o0FcuhFK5KiIo/EQXJ+lW
Rb8meyJauhYnwtR5qvKzzUbUaSIcqtUpsmRHz2Bnoy2El70W0izwYYvQsXkmFauv
aGpFcMGAJ8Owj970ij/PPJfuRxVWD9bZnY8sg5vhj5yweKzQqXvGYWnR1Qf54vq+
MlSNY9dEaYUBdXQM2byz8juKU6avrQ==
=khrx
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jan 6 10:47:37 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.78.0
* New feature release
* For more details please see:
* https://kde.org/announcements/kde-frameworks-5.78.0
- Changes since 5.77.0:
* Remove not implemented method
* Remove ifdefs, we require Qt 5.14 now
-------------------------------------------------------------------
Sat Dec 5 18:56:32 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
#
# spec file for package kfilemetadata5
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,7 +16,7 @@
#
%define _tar_path 5.77
%define _tar_path 5.78
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
%bcond_without ffmpeg
%bcond_without lang
Name: kfilemetadata5
Version: 5.77.0
Version: 5.78.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
@ -46,8 +46,8 @@ BuildRequires: taglib-devel >= 1.9
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
BuildRequires: cmake(Qt5Test) >= 5.13.0
BuildRequires: cmake(Qt5Xml) >= 5.13.0
BuildRequires: cmake(Qt5Test) >= 5.14.0
BuildRequires: cmake(Qt5Xml) >= 5.14.0
BuildRequires: pkgconfig(poppler-qt5)
Recommends: %{name}-lang
%if %{with ffmpeg}
@ -64,7 +64,7 @@ Summary: Development package for kfilemetadata
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules >= %{_kf5_bugfix_version}
Requires: cmake(Qt5Core) >= 5.13.0
Requires: cmake(Qt5Core) >= 5.14.0
%description devel
A library for extracting file metadata. Development files