From 8b15b05e236b9117ebfef3624519046fcc2220c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 25 May 2018 07:47:28 +0200 Subject: update to 0.7.7 drop workaround for PR merged upstream --- libxlswriter.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/libxlswriter.spec b/libxlswriter.spec index 75d83ca..b27beb7 100644 --- a/libxlswriter.spec +++ b/libxlswriter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit f21770c1cd87d9f266d5dea882bcbe62ead4d03c +%global gh_commit 3f95641b2022bba0742890605874f7d07207de61 %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.7.6 +Version: 0.7.7 Release: 1%{?dist} License: BSD Group: System Environment/Libraries @@ -73,9 +73,6 @@ for %{name}. %prep %setup -q -n %{gh_project}-%{gh_commit} -# Fix Layout - see https://github.com/jmcnamara/libxlsxwriter/issues/166 -sed -e '/DESTINATION/s/ lib/ %{_lib}/' -i CMakeLists.txt - %build %if 0%{?rhel} == 6 || 0%{?rhel} == 7 @@ -115,8 +112,14 @@ make install DESTDIR="%{buildroot}" %changelog +* Fri May 25 2018 Remi Collet - 0.7.7-1 +- update to 0.7.7 +- drop workaround for PR merged upstream + * Fri Apr 27 2018 Remi Collet - 0.7.6-1 - initial package - open https://github.com/jmcnamara/libxlsxwriter/issues/166 library layout + fixed by https://github.com/jmcnamara/libxlsxwriter/pull/170 - open https://github.com/jmcnamara/libxlsxwriter/issues/167 soname - open https://github.com/jmcnamara/libxlsxwriter/issues/168 cmake version + fixed by https://github.com/jmcnamara/libxlsxwriter/pull/169 -- cgit