diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-19 08:08:46 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-19 08:08:46 +0100 |
commit | 41df13a785e3304261ecde0a4b73b6af3508d59d (patch) | |
tree | 4614dee724c145267540e71e54fd710269b53db2 /libxlsxio.spec | |
parent | 6cfe90ed9b843a5a272f743b612ad384d086582f (diff) |
update to 0.2.24
drop patch merged upstream
Diffstat (limited to 'libxlsxio.spec')
-rw-r--r-- | libxlsxio.spec | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libxlsxio.spec b/libxlsxio.spec index 6c04668..b278ef6 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit c7b78b1b56a3260243fd365d903935bf92dfff92 +%global gh_commit 22a577ce9c261e9521c927d76ad469822f3e707e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner brechtsanders %global gh_project xlsxio @@ -15,15 +15,13 @@ Name: %{gh_project} Summary: XLSX tools from %{libname} -Version: 0.2.22 +Version: 0.2.24 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 -Patch0: https://patch-diff.githubusercontent.com/raw/brechtsanders/xlsxio/pull/53.patch - BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6 @@ -65,7 +63,6 @@ for %{libname}. %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 # Fix installation layout sed -e '/LIBRARY DESTINATION/s/lib/%{_lib}/' \ @@ -117,6 +114,10 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Thu Mar 19 2020 Remi Collet <remi@remirepo.net> - 0.2.24-1 +- update to 0.2.24 +- drop patch merged upstream + * Tue Mar 10 2020 Remi Collet <remi@remirepo.net> - 0.2.22-1 - update to 0.2.22 |