Accepting request 658562 from KDE:Frameworks5

KDE Frameworks 5.53

OBS-URL: https://build.opensuse.org/request/show/658562
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=66
This commit is contained in:
Dominique Leuenberger 2018-12-19 12:40:59 +00:00 committed by Git OBS Bridge
commit ae9e822bbb
4 changed files with 36 additions and 5 deletions

View File

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

View File

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

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Sun Dec 09 19:43:43 UTC 2018 - lbeltrame@kde.org
- Update to 5.53.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.53.0.php
- Changes since 5.52.0:
* Use isEmpty()
* Adapt to the FindExiv2 -> FindLibExiv2 name change in ECM.
* Use the new FindExiv2 module from ECM.
* Revive 'Description' property for DublinCore metadata
* add a description property to KFileMetaData
* [KFileMetaData] Add extractor for DSC conforming (Encapsulated) Postscript
* rename variable
* remove unneeded comment
* cleanup the test for embedded image extraction
* Add missing override
* [ExtractorCollection] Avoid dependency of kcoreaddons for CI tests
* Add support for speex files to taglibextractor
* add two more internet sources regarding tagging information
* fix alphabetical order
* remove unused include
* use qlatin1 for embedded image extractor
* move supported mimetypes to static string list
* create a separate test file for embedded images test
* simplify handling of id3 tags
* add explicit to constructors
* add missing license information
* [XmlExtractor] Use QXmlStreamReader for better performance
-------------------------------------------------------------------
Sun Nov 11 19:48:04 UTC 2018 - lbeltrame@kde.org

View File

@ -16,7 +16,7 @@
#
%define _tar_path 5.52
%define _tar_path 5.53
# Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33)
@ -24,7 +24,7 @@
%bcond_without ffmpeg
%bcond_without lang
Name: kfilemetadata5
Version: 5.52.0
Version: 5.53.0
Release: 0
Summary: Extract Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only