From 221fe066fb498089a41d6585b1f290799554d522 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 21 Oct 2015 18:12:26 -0500 Subject: [PATCH] FindTaglib.cmake: fix for taglib-1.10 --- kdelibs.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kdelibs.spec b/kdelibs.spec index 8a971ea..cb3f79f 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -52,7 +52,7 @@ Summary: KDE Libraries # shipped with kde applications, version... %global apps_version 15.08.2 Version: 4.14.13 -Release: 1%{?dist} +Release: 2%{?dist} Name: kdelibs Epoch: 6 @@ -175,6 +175,9 @@ Patch55: Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch # https://bugs.kde.org/show_bug.cgi?id=288410 Patch56: kdelibs-kdebug288410.patch +# update FindTaglib.cmake for taglib-1.10 +Patch57: kdelibs-4.14.13-taglib_version.patch + # make filter working, TODO: upstream? -- rex Patch59: kdelibs-4.9.3-kcm_ssl.patch @@ -457,6 +460,7 @@ sed -i -e "s|@@VERSION_RELEASE@@|%{version}-%{release}|" kio/kio/kprotocolmanage %patch54 -p1 -b .kjs-locale %patch55 -p1 -b .Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES %patch56 -p1 -b .kdebug288410 +%patch57 -p1 -b .taglib_version %patch59 -p1 -b .filter %patch61 -p1 -b .dot %patch62 -p1 -b .arm-plasma @@ -830,6 +834,9 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || : %changelog +* Wed Oct 21 2015 Rex Dieter 6:4.14.13-2 +- FindTaglib.cmake: fix for taglib-1.10 + * Wed Oct 14 2015 Rex Dieter 6:4.14.13-1 - 4.14.13 (kde apps 15.08.2)