Add libcurl for Lumix WIFI support

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-05-13 11:29:47 +01:00
parent 5822e70b4e
commit 2087646974

View File

@ -5,7 +5,7 @@
Name: libgphoto2 Name: libgphoto2
Version: 2.5.24 Version: 2.5.24
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for accessing digital cameras Summary: Library for accessing digital cameras
# GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2 # GPLV2+ for the main lib (due to exif.c) and most plugins, some plugins GPLv2
License: GPLv2+ and GPLv2 License: GPLv2+ and GPLv2
@ -25,6 +25,7 @@ BuildRequires: bison
%endif %endif
BuildRequires: libtool-ltdl-devel BuildRequires: libtool-ltdl-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libcurl-devel
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: gd-devel BuildRequires: gd-devel
BuildRequires: pkgconfig(libexif) BuildRequires: pkgconfig(libexif)
@ -144,6 +145,9 @@ rm -rf %{buildroot}%{_datadir}/libgphoto2_port/*/vcamera/
%{_mandir}/man3/%{name}_port.3* %{_mandir}/man3/%{name}_port.3*
%changelog %changelog
* Wed May 13 2020 Daniel P. Berrangé <berrange@redhat.com> - 2.5.24-2
- Add libcurl for Lumix WIFI support
* Wed May 13 2020 Daniel P. Berrangé <berrange@redhat.com> - 2.5.24-1 * Wed May 13 2020 Daniel P. Berrangé <berrange@redhat.com> - 2.5.24-1
- Update to 2.5.24 release - Update to 2.5.24 release