diff options
Diffstat (limited to 'libxlsxio.spec')
-rw-r--r-- | libxlsxio.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libxlsxio.spec b/libxlsxio.spec index 8150219..6c04668 100644 --- a/libxlsxio.spec +++ b/libxlsxio.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit b2b39b91c5005b4edc78ff8145226338aaea1c2c +%global gh_commit c7b78b1b56a3260243fd365d903935bf92dfff92 %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.21 +Version: 0.2.22 Release: 1%{?dist} License: MIT @@ -28,7 +28,8 @@ BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: cmake >= 2.6 BuildRequires: zlib-devel -BuildRequires: libzip-devel +# Ensure we use latest version +BuildRequires: libzip-devel >= 1.5 BuildRequires: expat-devel BuildRequires: doxygen @@ -44,7 +45,6 @@ This package provides XLSX commands using %{libname}: %package -n %{libname} Summary: C library for reading values from and writing values to .xlsx files Group: Development/Libraries -Requires: %{name}%{?_isa} = %{version}-%{release} %description -n %{libname} XLSX I/O aims to provide a C library for reading and writing .xlsx files. @@ -117,6 +117,9 @@ rm -rf %{buildroot}%{_mandir}/man3/_builddir_* %changelog +* Tue Mar 10 2020 Remi Collet <remi@remirepo.net> - 0.2.22-1 +- update to 0.2.22 + * Mon Sep 16 2019 Remi Collet <remi@remirepo.net> - 0.2.21-1 - initial package - add patch for -Werror=format-security from |