From de3590a3ae2a3c0a3fcd2bb523889a3b7fa422be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2019 10:27:54 +0100 Subject: v0.8.8 --- libxlsxwriter.spec | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'libxlsxwriter.spec') diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index 521ed21..fc9d627 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 4df6e8716eeeb4d57217dc57f1d6f880a3d761dd +%global gh_commit 787f47219e1e333ebabbd51262d3ddf9121714ca %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jmcnamara %global gh_project libxlsxwriter @@ -15,13 +15,15 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files -Version: 0.8.7 +Version: 0.8.8 Release: 1%{?dist} License: BSD 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 +Patch0: %{libname}-el6.patch + BuildRequires: gcc BuildRequires: gcc-c++ # see https://github.com/jmcnamara/libxlsxwriter/issues/168 @@ -72,6 +74,9 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} +%if 0%{?rhel} == 6 +%patch0 -p1 +%endif %build @@ -112,6 +117,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Nov 18 2019 Remi Collet - 0.8.8-1 +- update to 0.8.8 + * Fri Jun 21 2019 Remi Collet - 0.8.7-1 - update to 0.8.7 -- cgit