From c01b81c3792317764b0b76e2f8325adf171bd10a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 08:01:32 +0200 Subject: update to 1.0.0 --- libxlsxwriter.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'libxlsxwriter.spec') diff --git a/libxlsxwriter.spec b/libxlsxwriter.spec index d086c0a..daddd7e 100644 --- a/libxlsxwriter.spec +++ b/libxlsxwriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit 5269d078259ded2a963d414bb18749cd2d7390a2 +%global gh_commit 90ffbeb046d39b621389149e0ba61de436e16fa7 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner jmcnamara %global gh_project libxlsxwriter @@ -15,8 +15,8 @@ Name: %{libname} Summary: A C library for creating Excel XLSX files -Version: 0.9.9 -Release: 2%{?dist} +Version: 1.0.0 +Release: 1%{?dist} License: BSD URL: https://github.com/%{gh_owner}/%{gh_project}/ @@ -132,6 +132,9 @@ make install DESTDIR=%{buildroot} %changelog +* Tue Sep 8 2020 Remi Collet - 1.0.0-1 +- update to 1.0.0 + * Tue Aug 18 2020 Remi Collet - 0.9.9-2 - F33 build -- cgit