update to 1.6.0
enable lzma support
This commit is contained in:
parent
a6dc58bdca
commit
068f419383
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.5.0.tar.xz
|
||||
/libzip-1.5.1.tar.xz
|
||||
/libzip-1.5.2.tar.xz
|
||||
/libzip-1.6.0.tar.xz
|
||||
|
||||
10
libzip.spec
10
libzip.spec
@ -1,8 +1,8 @@
|
||||
%global with_tests 0%{!?_without_tests:1}
|
||||
|
||||
Name: libzip
|
||||
Version: 1.5.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
License: BSD
|
||||
@ -13,6 +13,7 @@ BuildRequires: gcc
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
# Needed to run the test suite
|
||||
# find regress/ -type f | /usr/lib/rpm/perl.req
|
||||
@ -72,6 +73,7 @@ rm INSTALL.md
|
||||
-DENABLE_OPENSSL:BOOL=ON \
|
||||
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
||||
-DENABLE_BZIP2:BOOL=ON \
|
||||
-DENABLE_LZMA:BOOL=ON \
|
||||
-DBUILD_TOOLS:BOOL=ON \
|
||||
-DBUILD_REGRESS:BOOL=ON \
|
||||
-DBUILD_EXAMPLES:BOOL=OFF \
|
||||
@ -118,6 +120,10 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 24 2020 Remi Collet <remi@remirepo.net> - 1.6.0-1
|
||||
- update to 1.6.0
|
||||
- enable lzma support
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.5.2.tar.xz) = 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643
|
||||
SHA512 (libzip-1.6.0.tar.xz) = a173bebc0a199d65d9e2d5e5adf65eb10e9d3a1c409006b3f78e3453aa6166d825fea20e818e725f5d3c6b63137023a2cccb7fb2a1da50a88c4f5f057cf879f8
|
||||
|
||||
Loading…
Reference in New Issue
Block a user