update to 1.8.0
enable zstd compression support
This commit is contained in:
parent
b8d92d43d8
commit
014c027963
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.7.1.tar.xz
|
||||
/libzip-1.7.2.tar.xz
|
||||
/libzip-1.7.3.tar.xz
|
||||
/libzip-1.8.0.tar.xz
|
||||
|
||||
10
libzip.spec
10
libzip.spec
@ -1,8 +1,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: libzip
|
||||
Version: 1.7.3
|
||||
Release: 4%{?dist}
|
||||
Version: 1.8.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
License: BSD
|
||||
@ -14,6 +14,7 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
# Needed to run the test suite
|
||||
# find regress/ -type f | /usr/lib/rpm/perl.req
|
||||
@ -78,6 +79,7 @@ sed -e '/clone-fs-/d' \
|
||||
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
||||
-DENABLE_BZIP2:BOOL=ON \
|
||||
-DENABLE_LZMA:BOOL=ON \
|
||||
-DENABLE_ZSTD:BOOL=ON \
|
||||
-DBUILD_TOOLS:BOOL=ON \
|
||||
-DBUILD_REGRESS:BOOL=ON \
|
||||
-DBUILD_EXAMPLES:BOOL=OFF \
|
||||
@ -124,6 +126,10 @@ sed -e '/clone-fs-/d' \
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 21 2021 Remi Collet <remi@remirepo.net> - 1.8.0-1
|
||||
- update to 1.8.0
|
||||
- enable zstd compression support
|
||||
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.7.3.tar.xz) = 488866348a0c859f6f995c50e956bd51b4105278f07b63fe019cb44ab36c09ef958cc0684fd5444c474d83874b999e8ed1aa9b2da51b74caa37bbe7934b9c870
|
||||
SHA512 (libzip-1.8.0.tar.xz) = fe94a26a2797dff7c9b27334f29982f8e523dd5095bf32ebcadc6443726864f0ff7b2e8bf243e52cad8f79297bc7a87d73fdbc35edae4ffc8ab6aa0bcc93b03e
|
||||
|
||||
Loading…
Reference in New Issue
Block a user