From 1a8f7d10f26f7483d79a6109ecc50c0efc18eec7 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: May 01 2018 17:06:20 +0000 Subject: Use BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 --- diff --git a/pyexiv2.spec b/pyexiv2.spec index 3f1395e..0163d45 100644 --- a/pyexiv2.spec +++ b/pyexiv2.spec @@ -3,7 +3,7 @@ Name: pyexiv2 Version: 0.3.2 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Python binding to exiv2 Group: Development/Languages @@ -11,7 +11,7 @@ License: GPLv2+ URL: http://tilloy.net/dev/pyexiv2/ Source0: http://launchpad.net/pyexiv2/0.3.x/%{version}/+download/pyexiv2-%{version}.tar.bz2 Patch0: http://tilloy.net/dev/pyexiv2-0.3.2-exiv2-0.18.2.patch -BuildRequires: python-devel exiv2-devel boost-devel scons pytz gcc +BuildRequires: python-devel exiv2-devel boost-python2-devel scons pytz gcc %description pyexiv2 is a python binding to exiv2, the C++ library for manipulation @@ -50,6 +50,9 @@ popd %changelog +* Tue May 01 2018 Jonathan Wakely - 0.3.2-34 +- Use BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 + * Tue Feb 20 2018 Matěj Cepl - 0.3.2-33 - Add BuildRequires gcc per new PG.