From cf3f5c681942d0094d0eb4e45166c93bbf86b07c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Dec 2019 10:23:43 +0100 Subject: v0.8.9 --- libxlsxwriter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libxlsxwriter.spec') diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index fc9d627..7beaeec 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 787f47219e1e333ebabbd51262d3ddf9121714ca +%global gh_commit 0a8f7a2f7bc3ed8b14c23aad15d12e6124f997dc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jmcnamara %global gh_project libxlsxwriter @@ -15,7 +15,7 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files -Version: 0.8.8 +Version: 0.8.9 Release: 1%{?dist} License: BSD @@ -75,7 +75,7 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} %if 0%{?rhel} == 6 -%patch0 -p1 +%patch0 -p1 -b .el6 %endif @@ -117,6 +117,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Wed Dec 18 2019 Remi Collet - 0.8.9-1 +- update to 0.8.9 + * Mon Nov 18 2019 Remi Collet - 0.8.8-1 - update to 0.8.8 -- cgit