Fix to build with exiv2 0.27 (Bugzilla #1671088)

This commit is contained in:
Bruno Postle 2019-01-30 22:27:40 +00:00
parent 74504087ce
commit 8472041b59
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Summary: A panoramic photo stitcher and more
Name: hugin
Version: 2018.0.0
Release: 7%{?dist}
Release: 8%{?dist}
License: GPLv2+
Source: http://downloads.sourceforge.net/hugin/%{name}-%{version}.tar.bz2
URL: http://hugin.sourceforge.net/
@ -38,6 +38,10 @@ src/hugin_script_interface/plugins-dev/*.py \
src/hugin_script_interface/*.py \
src/hugin_script_interface/plugins/*.py
# Bugzilla #1671088 (launchpad #1811441)
sed -i 's^exiv2/easyaccess.hpp^exiv2/exiv2.hpp^' \
src/hugin_base/panodata/Exiv2Helper.cpp
%build
# hugin now forces build out of tree
[ ! -d "build" ] && mkdir build
@ -196,6 +200,9 @@ EOF
%{_mandir}/man1/hugin_lensdb.*
%changelog
* Wed Jan 30 2019 Bruno Postle <bruno@postle.net> - 2018.0.0-8
- fix for exiv2 0.27
* Wed Jan 30 2019 Rex Dieter <rdieter@fedoraproject.org> - 2018.0.0-7
- rebuild (exiv2)