From 300aa4d50cbe42f7daa8c3c7087bc06292d44913 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 28 Aug 2021 10:18:51 +0200 Subject: [PATCH] - build with -std=c++11 to make OpenEXR happy, rel 4 --- python-pyilmbase.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-pyilmbase.spec b/python-pyilmbase.spec index 9b24a18..cbce998 100644 --- a/python-pyilmbase.spec +++ b/python-pyilmbase.spec @@ -2,7 +2,7 @@ Summary: Python bindings for the IlmBase libraries Summary(pl.UTF-8): Wiązania Pythona do bibliotek IlmBase Name: python-pyilmbase Version: 2.2.1 -Release: 3 +Release: 4 License: BSD Group: Libraries/Python Source0: http://download.savannah.gnu.org/releases/openexr/pyilmbase-%{version}.tar.gz @@ -39,6 +39,8 @@ Requires: boost-python-devel Requires: ilmbase-devel >= 2.2.1 Requires: libstdc++-devel +%define specflags -std=c++11 + %description devel Header files for IlmBase Python bindings. -- 2.43.0