summaryrefslogtreecommitdiffstats
path: root/libxlsxio.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libxlsxio.spec')
-rw-r--r--libxlsxio.spec11
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