1
0
Fabian Vogt 2018-01-17 15:06:49 +00:00 committed by Git OBS Bridge
parent a65736a99f
commit bce2c05706
4 changed files with 23 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Tue Jan 16 22:50:17 CET 2018 - lbeltrame@kde.org
- Update to 5.42.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.42.0.php
- Changes since 5.41.0:
* Use more explicit
* Use more nullptr
* Use nullptr, const'ify, port some Q_FOREACH to for(..:..)
* Fix build against TagLib < 1.11
* remove extractor based on QtMultimedia
* Check for Linux instead of TagLib and avoid building the usermetadatawritertest on Windows.
* Restore # 6c9111a9 until a successful build and link without TagLib is possible.
* Remove the taglib dependency, caused by a left-over include. Also reverts commit # 6c9111a9
-------------------------------------------------------------------
Sun Dec 17 09:43:48 CET 2017 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
#
# spec file for package kfilemetadata5
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,13 +18,13 @@
%bcond_without ffmpeg
%bcond_without lang
%define _tar_path 5.41
%define _tar_path 5.42
# 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}')}
Name: kfilemetadata5
Version: 5.41.0
Version: 5.42.0
Release: 0
%define kf5_version %{version}
Summary: Extract Metadata
@ -46,7 +46,6 @@ BuildRequires: ki18n-devel >= %{_kf5_bugfix_version}
BuildRequires: libattr-devel
BuildRequires: libepub-devel
BuildRequires: libexiv2-devel >= 0.21
BuildRequires: taglib-devel >= 1.9
BuildRequires: cmake(Qt5Multimedia) >= 5.6.0
BuildRequires: cmake(Qt5Test) >= 5.6.0
BuildRequires: cmake(Qt5Xml) >= 5.6.0