summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libxlswriter.spec6
1 files changed, 5 insertions, 1 deletions
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 <remi@remirepo.net> - 0.7.7-2
+- F29 cleanup
+
* Fri May 25 2018 Remi Collet <remi@remirepo.net> - 0.7.7-1
- update to 0.7.7
- drop workaround for PR merged upstream