From 52cae5689b0aa6b974c6736a8f2a42b8bad1e1bf Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 10 May 2018 13:23:09 +0100 Subject: [PATCH] Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 --- stdair.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/stdair.spec b/stdair.spec index ea61763..8ed89b9 100644 --- a/stdair.spec +++ b/stdair.spec @@ -1,7 +1,7 @@ %global mydocs __tmp_docdir Name: stdair Version: 1.00.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: C++ Standard Airline IT Object Library @@ -11,6 +11,7 @@ URL: http://%{name}.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 BuildRequires: cmake, python2-devel BuildRequires: boost-devel, soci-mysql-devel, soci-sqlite3-devel +BuildRequires: boost-python2-devel BuildRequires: readline-devel @@ -134,6 +135,9 @@ ctest %changelog +* Thu May 10 2018 Jonathan Wakely - 1.00.6-4 +- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 + * Fri Feb 09 2018 Fedora Release Engineering - 1.00.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild