Hello community, here is the log from the commit of package kfilemetadata5 for openSUSE:Factory checked in at 2018-07-21 10:12:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kfilemetadata5 (Old) and /work/SRC/openSUSE:Factory/.kfilemetadata5.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kfilemetadata5" Sat Jul 21 10:12:39 2018 rev:60 rq:623280 version:5.48.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kfilemetadata5/kfilemetadata5.changes 2018-06-22 13:19:52.633039531 +0200 +++ /work/SRC/openSUSE:Factory/.kfilemetadata5.new/kfilemetadata5.changes 2018-07-21 10:12:41.247136283 +0200 @@ -1,0 +2,21 @@ +Mon Jul 16 04:37:39 UTC 2018 - lbeltr...@kde.org + +- Update to 5.48.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.48.0.php +- Changes since 5.47.0: + * Avoid compiler warnings for taglib headers + * PopplerExtractor: use directly QByteArray() args instead of 0 pointers + * Use more nullptr + * taglibextractor: Restore extracting audio props without tags existing + * OdfExtractor: deal with non-common prefix names + * Don't add -ltag to the public link interface. + * implement the lyrics tag for taglibextractor + * OdfExtractor: fix typo with dc:language + * automatic tests: do not embed EmbeddedImageData already in the library + * add ability to read embedded cover files + * implement reading of rating tag + * check for needed version of libavcode, libavformat and libavutil + +------------------------------------------------------------------- Old: ---- kfilemetadata-5.47.0.tar.xz New: ---- kfilemetadata-5.48.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kfilemetadata5.spec ++++++ --- /var/tmp/diff_new_pack.Kj55Ce/_old 2018-07-21 10:12:41.799136154 +0200 +++ /var/tmp/diff_new_pack.Kj55Ce/_new 2018-07-21 10:12:41.799136154 +0200 @@ -16,16 +16,16 @@ # +%bcond_without ffmpeg %bcond_without lang -%define _tar_path 5.47 +%define _tar_path 5.48 # 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: %global _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}')} Name: kfilemetadata5 -Version: 5.47.0 +Version: 5.48.0 Release: 0 -%define kf5_version %{version} Summary: Extract Metadata License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only Group: Development/Libraries/KDE @@ -33,6 +33,11 @@ Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz Source1: baselibs.conf BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} +%if %{with ffmpeg} +BuildRequires: pkgconfig(libavcodec) +BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(libavutil) +%endif BuildRequires: karchive-devel >= %{_kf5_bugfix_version} BuildRequires: kf5-filesystem BuildRequires: ki18n-devel >= %{_kf5_bugfix_version} @@ -43,9 +48,6 @@ BuildRequires: cmake(Qt5Multimedia) >= 5.6.0 BuildRequires: cmake(Qt5Test) >= 5.6.0 BuildRequires: cmake(Qt5Xml) >= 5.6.0 -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavformat) -BuildRequires: pkgconfig(libavutil) BuildRequires: pkgconfig(poppler-qt5) Recommends: catdoc Recommends: %{name}-lang @@ -65,7 +67,6 @@ A library for extracting file metadata. Development files %lang_package - %prep %setup -q -n kfilemetadata-%{version} ++++++ kfilemetadata-5.47.0.tar.xz -> kfilemetadata-5.48.0.tar.xz ++++++ ++++ 6370 lines of diff (skipped)