From 9354140cbd6d7bb02e36d68a7c4493a8ab874a5a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 11 Jul 2020 07:44:12 +0200 Subject: update to 0.2.29 --- libxlsxio.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'libxlsxio.spec') diff --git a/libxlsxio.spec b/libxlsxio.spec index 1ba5ecf..81b5bdc 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit ed48a9580e26ded647b7dd6c92fe27636d5c89fd +%global gh_commit cfd9ed517417000f5ffce428f2a4a7da0847c145 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,7 +15,7 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.27 +Version: 0.2.29 Release: 1%{?dist} License: MIT @@ -117,6 +117,15 @@ rm -rf %{buildroot}%{_datadir}/%{gh_project} %changelog +* Sat Jul 11 2020 Remi Collet - 0.2.29-1 +- update to 0.2.29 + +* Tue Jul 7 2020 Remi Collet - 0.2.28-1 +- update to 0.2.28 + +* Mon Jul 6 2020 Remi Collet - 0.2.27-3 +- test build for upstream patch + * Mon Jul 6 2020 Remi Collet - 0.2.27-1 - update to 0.2.27 - open https://github.com/brechtsanders/xlsxio/issues/75 -- cgit