diff options
Diffstat (limited to 'libxlsxwriter.spec')
-rw-r--r-- | libxlsxwriter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 0.8.6-1 +- update to 0.8.6 + * Mon Feb 11 2019 Remi Collet <remi@remirepo.net> - 0.8.5-1 - update to 0.8.5 |