From f1ae5b2e755d7e681ee97329ee4901724b06bab0 Mon Sep 17 00:00:00 2001 From: Mads Kiilerich Date: Jul 16 2018 19:57:01 +0000 Subject: Fix build failure - make gcc-c++ dependency explicit --- diff --git a/python-re2.spec b/python-re2.spec index b50ed54..56ed88f 100644 --- a/python-re2.spec +++ b/python-re2.spec @@ -8,7 +8,7 @@ Name: python-re2 Version: 1.0.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Python wrapper for Google's RE2 library Group: Development/Libraries @@ -16,7 +16,7 @@ License: BSD URL: https://github.com/facebook/pyre2 Source0: https://pypi.io/packages/source/f/fb-re2/fb-re2-%{version}.tar.gz -BuildRequires: gcc +BuildRequires: gcc-c++ BuildRequires: python2-devel BuildRequires: re2-devel BuildRequires: python2-nose @@ -63,6 +63,9 @@ PYTHONPATH=%{buildroot}/%{python2_sitearch} %{__python2} /usr/bin/nosetests %changelog +* Mon Jul 16 2018 Mads Kiilerich - 1.0.5-9 +- Fix build failure - make gcc-c++ dependency explicit + * Sat Jul 14 2018 Fedora Release Engineering - 1.0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild