Compare commits

...

No commits in common. "c8-stream-7.4" and "c8-beta-stream-7.3" have entirely different histories.

3 changed files with 3 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/libzip-1.6.1.tar.xz
SOURCES/libzip-1.5.2.tar.xz

View File

@ -1 +1 @@
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
f1137ff29cc3a0633ad5edecb3b3ab655f34c700 SOURCES/libzip-1.5.2.tar.xz

View File

@ -1,7 +1,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: libzip
Version: 1.6.1
Version: 1.5.2
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
@ -13,7 +13,6 @@ 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
@ -73,7 +72,6 @@ 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 \
@ -120,10 +118,6 @@ make check
%changelog
* Thu May 14 2020 Remi Collet <rcollet@redhat.com> - 1.6.1-1
- update to 1.6.1
- enable lzma support
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1.5.2-1
- update to 1.5.2
- add all explicit cmake options to ensure openssl is used