From 1bd2ce86f98b1552e4496ac4c6d1af6ae5987ef5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Aug 2020 08:30:23 +0200 Subject: update to 0.9.7 --- libxlsxwriter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libxlsxwriter.spec') diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index b2cd2ee..2ba4841 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit a0d920e589b00b264b37ca3c7b7cefa547721a46 +%global gh_commit a0978048097df4c5891a84859b05877a8ea58a2c %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.9.5 +Version: 0.9.7 Release: 1%{?dist} License: BSD @@ -121,6 +121,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Fri Aug 7 2020 Remi Collet - 0.9.7-1 +- update to 0.9.7 + * Mon Jun 1 2020 Remi Collet - 0.9.5-1 - update to 0.9.5 -- cgit