From 0572e619765eeca7505d93050cb6524381a5977a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Mar 2020 12:14:43 +0100 Subject: update to 0.2.26 drop patch merged upstream --- libxlsxio.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'libxlsxio.spec') diff --git a/libxlsxio.spec b/libxlsxio.spec index 56a09cd..d09d4c4 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f03b05ed0fbb40a4895a015271df7af18a1a3c60 +%global gh_commit b9399e50ee1c6122f9c35aec4755ff650349aeb5 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,16 +15,13 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.25 +Version: 0.2.26 Release: 1%{?dist} License: MIT URL: https://github.com/%{gh_owner}/%{gh_project}/ Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{gh_project}-%{version}-%{gh_short}.tar.gz -# New feature needed for pecl/xlswriter -Patch0: libxlsxio-feat.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6 @@ -67,9 +64,6 @@ for %{libname}. %prep %setup -q -n %{gh_project}-%{gh_commit} -sed -e 's/\r//' -i include/xlsxio_read.h lib/xlsxio_read.c -%patch0 -p1 -b .feat - # Fix installation layout sed -e '/LIBRARY DESTINATION/s/lib/%{_lib}/' \ -e 's/DESTINATION \./DESTINATION share/' \ @@ -120,6 +114,10 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Tue Mar 24 2020 Remi Collet - 0.2.26-1 +- update to 0.2.26 +- drop patch merged upstream + * Sun Mar 22 2020 Remi Collet - 0.2.25-1 - update to 0.2.25 -- cgit