From 2087646974ffaec815a3d93202524f1b3514defd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 13 May 2020 11:29:47 +0100 Subject: [PATCH] Add libcurl for Lumix WIFI support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- libgphoto2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libgphoto2.spec b/libgphoto2.spec index e87928b..4ebcbcf 100644 --- a/libgphoto2.spec +++ b/libgphoto2.spec @@ -5,7 +5,7 @@ Name: libgphoto2 Version: 2.5.24 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Library for accessing digital cameras # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2 License: GPLv2+ and GPLv2 @@ -25,6 +25,7 @@ BuildRequires: bison %endif BuildRequires: libtool-ltdl-devel BuildRequires: libjpeg-devel +BuildRequires: libcurl-devel BuildRequires: pkgconfig(libxml-2.0) BuildRequires: gd-devel BuildRequires: pkgconfig(libexif) @@ -144,6 +145,9 @@ rm -rf %{buildroot}%{_datadir}/libgphoto2_port/*/vcamera/ %{_mandir}/man3/%{name}_port.3* %changelog +* Wed May 13 2020 Daniel P. Berrangé - 2.5.24-2 +- Add libcurl for Lumix WIFI support + * Wed May 13 2020 Daniel P. Berrangé - 2.5.24-1 - Update to 2.5.24 release