From 1caaa35941ddb21f6446bde519a83659dd629550 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 20 Aug 2021 08:54:35 -0500 Subject: [PATCH] enable optional mobile support (#1995851) --- kf5-solid.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kf5-solid.spec b/kf5-solid.spec index 4841e4f..cb77e57 100644 --- a/kf5-solid.spec +++ b/kf5-solid.spec @@ -1,9 +1,8 @@ -%undefine __cmake_in_source_build %global framework solid Name: kf5-%{framework} Version: 5.85.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 integration module that provides hardware information License: LGPLv2+ @@ -34,6 +33,8 @@ BuildRequires: bison BuildRequires: flex # really runtime-only dep, but doesn't hurt to check availability at buildtime BuildRequires: media-player-info +BuildRequires: pkgconfig(libimobiledevice-1.0) +BuildRequires: pkgconfig(mount) %if 0%{?fedora} > 23 || 0%{?rhel} > 7 Recommends: media-player-info Recommends: udisks2 @@ -107,6 +108,9 @@ developing applications that use %{name}. %changelog +* Fri Aug 20 2021 Rex Dieter - 5.85.0-2 +- enable optional mobile support (#1995851) + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0