Compare commits
No commits in common. "c8-stream-7.4" and "stream-php-7.3-rhel-8.9.0" have entirely different histories.
c8-stream-
...
stream-php
3
.gitignore
vendored
3
.gitignore
vendored
@ -1 +1,2 @@
|
||||
SOURCES/libzip-1.6.1.tar.xz
|
||||
SOURCES/libzip-1.5.2.tar.xz
|
||||
/libzip-1.5.2.tar.xz
|
||||
|
||||
@ -1 +0,0 @@
|
||||
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
|
||||
@ -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
|
||||
Loading…
Reference in New Issue
Block a user