Accepting request 630606 from KDE:Frameworks5

Update to 5.49.0

OBS-URL: https://build.opensuse.org/request/show/630606
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2018-08-24 14:53:03 +00:00 committed by Git OBS Bridge
commit 55b25e43b8
4 changed files with 29 additions and 21 deletions

View File

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

View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 19 09:19:03 UTC 2018 - christophe@krop.fr
- Update to 5.49.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.49.0.php
- Changes since 5.48.0:
* API dox: add @file to functions-only header to have doxygen cover those
-------------------------------------------------------------------
Thu Aug 9 11:42:56 UTC 2018 - fabian@ritter-vogt.de

View File

@ -16,41 +16,41 @@
#
%bcond_without ffmpeg
%bcond_without lang
%define _tar_path 5.48
%define _tar_path 5.49
# 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
%bcond_without lang
Name: kfilemetadata5
Version: 5.48.0
Version: 5.49.0
Release: 0
Summary: Extract Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
Group: Development/Libraries/KDE
Url: http://www.kde.org/
URL: http://www.kde.org/
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}
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(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5Xml) >= 5.6.0
BuildRequires: pkgconfig(poppler-qt5)
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if %{with ffmpeg}
BuildRequires: pkgconfig(libavcodec)
BuildRequires: pkgconfig(libavformat)
BuildRequires: pkgconfig(libavutil)
%endif
%description
A library for extracting file metadata.
@ -66,6 +66,7 @@ Requires: cmake(Qt5Core) >= 5.6.0
A library for extracting file metadata. Development files
%lang_package
%prep
%setup -q -n kfilemetadata-%{version}
@ -76,23 +77,20 @@ A library for extracting file metadata. Development files
%install
%kf5_makeinstall -C build
%if %{with lang}
%kf5_find_lang
%{kf5_find_lang}
%endif
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_plugindir}/
%{_kf5_libdir}/libKF5FileMetaData.so.*
%{_kf5_debugdir}/*.categories
%files devel
%defattr(-,root,root)
%doc COPYING*
%license COPYING*
%{_kf5_libdir}/libKF5FileMetaData.so
%{_kf5_includedir}/KFileMetaData/
%{_kf5_libdir}/cmake/KF5FileMetaData/
@ -100,7 +98,7 @@ A library for extracting file metadata. Development files
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%license COPYING*
%endif
%changelog