From 37227a094185a46efa80f20ce943d89fa657450a Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: May 01 2018 14:04:00 +0000 Subject: Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 --- diff --git a/freeorion.spec b/freeorion.spec index f479582..7d334d1 100644 --- a/freeorion.spec +++ b/freeorion.spec @@ -4,7 +4,7 @@ Name: freeorion Version: 0.4.7.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Turn-based space empire and galactic conquest (4X) computer game Group: Amusements/Games @@ -18,6 +18,7 @@ BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: python2-devel >= 2.7 BuildRequires: boost-devel >= 1.47.0 +BuildRequires: boost-python2-devel BuildRequires: mesa-libGL-devel BuildRequires: freetype-devel BuildRequires: mesa-libGLU-devel @@ -103,6 +104,9 @@ desktop-file-validate %{name}.desktop %changelog +* Tue May 01 2018 Jonathan Wakely - 0.4.7.1-9 +- Add BuildRequires: boost-python2-devel to fix build with boost-1.66.0-7.fc29 + * Wed Mar 07 2018 Adam Williamson - 0.4.7.1-8 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")