5.62 (updated)
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kfilemetadata5?expand=0&rev=207
This commit is contained in:
parent
e17067ebdf
commit
961e5e7263
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15f20af053c71c1e5ba6c6ade90b7cce27645b27ee30f1e6e73038e81a2c958e
|
||||
size 416760
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1GAMAACgkQWNDuZIpI
|
||||
s7v5vgf+O+1gWf+zmQD04hZbPqEqs8x4Rh7JtntUw8swBjYaoJ85O+8DbuQFxkUx
|
||||
FdGk16oIf5XxACQh3iBQNovujym4/LkSF5OkQ6cPPMtx6wWyhbvBg9xlFwECAION
|
||||
JqpDuGcyIs5Ln94+bmYqIKlLxP56bkXyx5G3Zui59k/NuKjMH1bRkwAkpNbVh8oD
|
||||
c7G8LS6kGGCgWyG1DZPrYJJh5/V0+1na1Qn27a6t/Oy1C605fkLfclMEa5UPcSWw
|
||||
61HYJj30TG5AfJIn2GJw23Jqz465ddDIRzo6t3Duzuskt4woRSxMSGq3R09aqGQe
|
||||
ySlAzJR8GeeU8/is/OUNrffbDlE7sw==
|
||||
=yZai
|
||||
-----END PGP SIGNATURE-----
|
3
kfilemetadata-5.62.0.tar.xz
Normal file
3
kfilemetadata-5.62.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2d8488500b19a7d8f90712775e0353e16957857a89162d6c7b947dd5536245b0
|
||||
size 419880
|
11
kfilemetadata-5.62.0.tar.xz.sig
Normal file
11
kfilemetadata-5.62.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz5kACgkQWNDuZIpI
|
||||
s7voqAgAlFtHmr2kItl6Zh+VqVFg+kA7MB5Mh3tu7Ha4QLiuej5/dUSDs0MKjXHY
|
||||
4nBlfivzqg9NXp4R2WrDiaNYlRMaHe+JH2IzADIzZFEtsoDzTCV6Mp9XGjFwJGxG
|
||||
F9bleYy1Pdcuj0Pcu3tPZBF6IyawT4VpYUVRe08+ziGp41utfsvRp7acZbQvemjb
|
||||
vbaIRAPJu0g2hGK208QF8jGDQjC0XLf68vpyo95UWrBOzJldDuStil2oEWw9cDG3
|
||||
gfUcRn/g8Uq+gYWeVVWjRcFGI12yKa8jofn2K/YTzT7o0Q/mDFd1S9j0xYwFqJur
|
||||
7loZkXPFRdkhgAQ1gSyHB1bBxVuUzg==
|
||||
=WBzN
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 11 13:41:43 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||
|
||||
- Drop Qt5Multimedia BuildRequires, not used since KF 5.41.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:44 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.62.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php
|
||||
- Changes since 5.61.0:
|
||||
* Implement writing of images
|
||||
- Replace foo-devel with cmake(KF5Foo) in build requirements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 7 17:51:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%bcond_without ffmpeg
|
||||
%bcond_without lang
|
||||
Name: kfilemetadata5
|
||||
Version: 5.61.0
|
||||
Version: 5.62.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
|
||||
@ -37,16 +37,15 @@ Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
BuildRequires: karchive-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: libattr-devel
|
||||
BuildRequires: libepub-devel
|
||||
BuildRequires: libexiv2-devel >= 0.21
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: taglib-devel >= 1.9
|
||||
BuildRequires: cmake(Qt5Multimedia) >= 5.6.0
|
||||
BuildRequires: cmake(KF5Archive) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5CoreAddons) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5I18n) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(Qt5Test) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Xml) >= 5.6.0
|
||||
BuildRequires: pkgconfig(poppler-qt5)
|
||||
|
Loading…
Reference in New Issue
Block a user