diff options
Diffstat (limited to 'libzip.spec')
-rw-r--r-- | libzip.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/libzip.spec b/libzip.spec index bbef688..650d0bc 100644 --- a/libzip.spec +++ b/libzip.spec @@ -12,7 +12,7 @@ ## FOR EL-8 ## 1st build --with move_to_opt for SCL ## 2nd build --without move_to_opt for module -## FOR EL-9 +## FOR EL-9 and EL-10 ## build as remi-libzip %global libname libzip @@ -39,7 +39,7 @@ Name: %{?vendeur:%{vendeur}-}%{libname} Name: %{libname} %endif -Version: 1.11.2 +Version: 1.11.3 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -55,7 +55,7 @@ BuildRequires: xz-devel >= 5.2 # for ZSTD_minCLevel BuildRequires: libzstd-devel >= 1.3.6 Requires: libzstd%{?_isa} >= 1.3.6 -BuildRequires: cmake >= 3.4 +BuildRequires: cmake >= 3.10 BuildRequires: mandoc %if %{with tests} BuildRequires: nihtest @@ -237,6 +237,9 @@ make check %changelog +* Mon Jan 20 2025 Remi Collet <remi@remirepo.net> - 1.11.3-1 +- update to 1.11.3 + * Fri Nov 1 2024 Remi Collet <remi@remirepo.net> - 1.11.2-1 - update to 1.11.2 |