From 363596c3bd1448291468cda5c28ae3e3a7a31969 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mar 12 2019 14:33:34 +0000 Subject: update to 1.5.2 add all explicit cmake options to ensure openssl is used even in local build with other lilbraries available --- diff --git a/.gitignore b/.gitignore index e94abde..6baf9c4 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ libzip-0.9.3.tar.bz2 /libzip-1.4.0.tar.xz /libzip-1.5.0.tar.xz /libzip-1.5.1.tar.xz +/libzip-1.5.2.tar.xz diff --git a/libzip.spec b/libzip.spec index 7ce5491..3c53fc8 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,8 +1,8 @@ %global with_tests 0%{!?_without_tests:1} Name: libzip -Version: 1.5.1 -Release: 3%{?dist} +Version: 1.5.2 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -65,7 +65,18 @@ rm INSTALL.md %build -%cmake . +%cmake \ + -DENABLE_COMMONCRYPTO:BOOL=OFF \ + -DENABLE_GNUTLS:BOOL=OFF \ + -DENABLE_MBEDTLS:BOOL=OFF \ + -DENABLE_OPENSSL:BOOL=ON \ + -DENABLE_WINDOWS_CRYPTO:BOOL=OFF \ + -DENABLE_BZIP2:BOOL=ON \ + -DBUILD_TOOLS:BOOL=ON \ + -DBUILD_REGRESS:BOOL=ON \ + -DBUILD_EXAMPLES:BOOL=OFF \ + -DBUILD_DOC:BOOL=ON \ + . make %{?_smp_mflags} @@ -107,6 +118,11 @@ make check %changelog +* Tue Mar 12 2019 Remi Collet - 1.5.2-1 +- update to 1.5.2 +- add all explicit cmake options to ensure openssl is used + even in local build with other lilbraries available + * Fri Feb 01 2019 Fedora Release Engineering - 1.5.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 490a3ab..134da65 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (libzip-1.5.1.tar.xz) = 92df9490a9910ebb1da49ecaec96f364fce39a779e1bc739f7796b27b3a864301f5e1ba0108947708dda1d90af7a9e751be54cbb8a0de2a04a48f9f3eb728e3d +SHA512 (libzip-1.5.2.tar.xz) = 1e6d48ddbac4d270f70b314f6ada3c93a3196a8cc3b8d17c6cf5ea8409ff29f36ac351206675f9d81351fcf633b0c15d7b0b5530c30c4140e4fe55e64c602643