diff options
Diffstat (limited to 'libzip.spec')
-rw-r--r-- | libzip.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libzip.spec b/libzip.spec index 7ea315b..4ecb0ec 100644 --- a/libzip.spec +++ b/libzip.spec @@ -28,8 +28,8 @@ Name: %{libname}%{soname} %endif %endif -Version: 1.8.0 -Release: 3%{?dist} +Version: 1.9.0 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -44,7 +44,7 @@ BuildRequires: xz-devel >= 5.2 # for ZSTD_minCLevel BuildRequires: libzstd-devel >= 1.3.6 Requires: libzstd%{?_isa} >= 1.3.6 -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 BuildRequires: cmake3 >= 3.0.2 %else BuildRequires: cmake >= 3.0.2 @@ -148,7 +148,7 @@ rm INSTALL.md # drop skipped test which make test suite fails (cmake issue ?) sed -e '/clone-fs-/d' \ -%if 0%{?rhel} == 6 || 0%{?rhel} == 7 +%if 0%{?rhel} == 7 -e '/add_from_stdin/d' \ %endif -i regress/CMakeLists.txt @@ -252,6 +252,9 @@ make check %changelog +* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1 +- update to 1.9.0 + * Mon Nov 8 2021 Remi Collet <remi@remirepo.net> - 1.8.0-3 - build as remi-libzip for EL-9 |