FindTaglib.cmake: fix for taglib-1.10

This commit is contained in:
Rex Dieter 2015-10-21 18:12:26 -05:00
parent f180590699
commit 221fe066fb
1 changed files with 8 additions and 1 deletions

View File

@ -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 <rdieter@fedoraproject.org> 6:4.14.13-2
- FindTaglib.cmake: fix for taglib-1.10
* Wed Oct 14 2015 Rex Dieter <rdieter@fedoraproject.org> 6:4.14.13-1
- 4.14.13 (kde apps 15.08.2)