Luca Beltrame 2017-12-22 16:25:23 +00:00 committed by Git OBS Bridge
parent 28fa797242
commit a65736a99f
4 changed files with 22 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Dec 17 09:43:48 CET 2017 - lbeltrame@kde.org
- Update to 5.41.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.41.0.php
- Changes since 5.40.0:
* The usermetadatawritertest requires Taglib. Therefore if Taglib isn't around, we shouldn't try to build something that requires it. This fixes the build on Windows.
* Port to debug category
* Fix UserMetaData unit tests.
* User meta data (xattr key-value) unit tests.
* Simplify empty rating check.
* If the property value is null, remove the user.xdg.tag attribute. (kde#376117)
* Open files in TagLib extractor readonly
-------------------------------------------------------------------
Mon Nov 13 07:01:14 CET 2017 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without ffmpeg
%bcond_without lang
%define _tar_path 5.40
%define _tar_path 5.41
# 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.40.0
Version: 5.41.0
Release: 0
%define kf5_version %{version}
Summary: Extract Metadata
@ -94,6 +94,7 @@ A library for extracting file metadata. Development files
%doc COPYING*
%{_kf5_plugindir}/
%{_kf5_libdir}/libKF5FileMetaData.so.*
%{_kf5_debugdir}/*.categories
%files devel
%defattr(-,root,root)