Accepting request 642316 from KDE:Frameworks5

KDE Frameworks 5.51

OBS-URL: https://build.opensuse.org/request/show/642316
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2018-10-22 09:11:39 +00:00 committed by Git OBS Bridge
commit a6a6cccbf5
4 changed files with 27 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Oct 16 08:02:08 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
- Run spec-cleaner
-------------------------------------------------------------------
Mon Oct 15 11:50:34 UTC 2018 - lbeltrame@kde.org
- Update to 5.51.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
- Changes since 5.50.0:
* remove own implementation of QString to TString conversion for taglibwriter
* increase test coverage of taglibwriter
* implement more basic tags for taglibwriter
* remove usage of own TString to QString conversion function
* bump required taglib version to 1.11.1
* implement reading of the replaygain tags
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 13 21:58:45 UTC 2018 - lbeltrame@kde.org Thu Sep 13 21:58:45 UTC 2018 - lbeltrame@kde.org

View File

@ -12,11 +12,11 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
%define _tar_path 5.50 %define _tar_path 5.51
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -24,12 +24,12 @@
%bcond_without ffmpeg %bcond_without ffmpeg
%bcond_without lang %bcond_without lang
Name: kfilemetadata5 Name: kfilemetadata5
Version: 5.50.0 Version: 5.51.0
Release: 0 Release: 0
Summary: Extract Metadata Summary: Extract Metadata
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only License: GPL-2.0-or-later AND LGPL-2.1-or-later AND LGPL-3.0-only
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
URL: http://www.kde.org/ URL: https://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz Source: http://download.kde.org/stable/frameworks/%{_tar_path}/kfilemetadata-%{version}.tar.xz
Source1: baselibs.conf Source1: baselibs.conf
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}