Accepting request 567245 from KDE:Frameworks5
KDE Frameworks 5.42 OBS-URL: https://build.opensuse.org/request/show/567245 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kfilemetadata5?expand=0&rev=54
This commit is contained in:
commit
07e2bf2d0e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:714b78e075023a8047595ae8821d073e373e1bc0c283c044741a29bc50503e79
|
||||
size 220236
|
3
kfilemetadata-5.42.0.tar.xz
Normal file
3
kfilemetadata-5.42.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f57998a1a781993efeed0749f49728d8e63a77f8bb7f4a72765603d301a930f
|
||||
size 218916
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user