From e9ba8c859028e1ea0206c6a53a8a65bbbb231a93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 22 Aug 2018 15:09:15 +0200 Subject: F29 --- libxlswriter.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libxlswriter.spec b/libxlswriter.spec index b27beb7..4f6964a 100644 --- a/libxlswriter.spec +++ b/libxlswriter.spec @@ -16,7 +16,7 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files Version: 0.7.7 -Release: 1%{?dist} +Release: 2%{?dist} License: BSD Group: System Environment/Libraries @@ -24,6 +24,7 @@ URL: https://github.com/%{gh_owner}/%{gh_project}/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz BuildRequires: gcc +BuildRequires: gcc-c++ # see https://github.com/jmcnamara/libxlsxwriter/issues/168 %if 0%{?rhel} == 6 || 0%{?rhel} == 7 BuildRequires: cmake3 @@ -112,6 +113,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Aug 22 2018 Remi Collet - 0.7.7-2 +- F29 cleanup + * Fri May 25 2018 Remi Collet - 0.7.7-1 - update to 0.7.7 - drop workaround for PR merged upstream -- cgit