From e9de96fd817f4426c09fb4b1b9b21a299a223fd0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 8 Apr 2019 12:23:49 +0200 Subject: v0.8.6 --- libxlsxwriter.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libxlsxwriter.spec') diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index 80afde5..440f25d 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit af07916f72225559fa63e70ae04864508144037d +%global gh_commit 339c300cd6055716606f63b6153604c232b08b51 %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.5 +Version: 0.8.6 Release: 1%{?dist} License: BSD @@ -112,6 +112,9 @@ make install DESTDIR="%{buildroot}" %changelog +* Mon Apr 8 2019 Remi Collet - 0.8.6-1 +- update to 0.8.6 + * Mon Feb 11 2019 Remi Collet - 0.8.5-1 - update to 0.8.5 -- cgit