Compare commits
No commits in common. "c8-stream-7.4" and "c8-stream-7.3" have entirely different histories.
c8-stream-
...
c8-stream-
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/libzip-1.6.1.tar.xz
|
SOURCES/libzip-1.5.2.tar.xz
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
a820f23509d20f242173d34978624191739f599b SOURCES/libzip-1.6.1.tar.xz
|
f1137ff29cc3a0633ad5edecb3b3ab655f34c700 SOURCES/libzip-1.5.2.tar.xz
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
%global with_tests 0%{!?_without_tests:1}
|
%global with_tests 0%{!?_without_tests:1}
|
||||||
|
|
||||||
Name: libzip
|
Name: libzip
|
||||||
Version: 1.6.1
|
Version: 1.5.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: C library for reading, creating, and modifying zip archives
|
Summary: C library for reading, creating, and modifying zip archives
|
||||||
|
|
||||||
@ -13,7 +13,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: bzip2-devel
|
BuildRequires: bzip2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: xz-devel
|
|
||||||
BuildRequires: cmake >= 3.0.2
|
BuildRequires: cmake >= 3.0.2
|
||||||
# Needed to run the test suite
|
# Needed to run the test suite
|
||||||
# find regress/ -type f | /usr/lib/rpm/perl.req
|
# find regress/ -type f | /usr/lib/rpm/perl.req
|
||||||
@ -73,7 +72,6 @@ rm INSTALL.md
|
|||||||
-DENABLE_OPENSSL:BOOL=ON \
|
-DENABLE_OPENSSL:BOOL=ON \
|
||||||
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
-DENABLE_WINDOWS_CRYPTO:BOOL=OFF \
|
||||||
-DENABLE_BZIP2:BOOL=ON \
|
-DENABLE_BZIP2:BOOL=ON \
|
||||||
-DENABLE_LZMA:BOOL=ON \
|
|
||||||
-DBUILD_TOOLS:BOOL=ON \
|
-DBUILD_TOOLS:BOOL=ON \
|
||||||
-DBUILD_REGRESS:BOOL=ON \
|
-DBUILD_REGRESS:BOOL=ON \
|
||||||
-DBUILD_EXAMPLES:BOOL=OFF \
|
-DBUILD_EXAMPLES:BOOL=OFF \
|
||||||
@ -120,10 +118,6 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue May 7 2019 Remi Collet <rcollet@redhat.com> - 1.5.2-1
|
||||||
- update to 1.5.2
|
- update to 1.5.2
|
||||||
- add all explicit cmake options to ensure openssl is used
|
- add all explicit cmake options to ensure openssl is used
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user