v1.9.0
This commit is contained in:
parent
a78563fdb5
commit
350a118170
1
.gitignore
vendored
1
.gitignore
vendored
@ -23,3 +23,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.7.2.tar.xz
|
||||
/libzip-1.7.3.tar.xz
|
||||
/libzip-1.8.0.tar.xz
|
||||
/libzip-1.9.0.tar.xz
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: libzip
|
||||
Version: 1.8.0
|
||||
Release: 4%{?dist}
|
||||
Version: 1.9.0
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
License: BSD
|
||||
@ -14,7 +14,7 @@ BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: xz-devel
|
||||
BuildRequires: libzstd-devel
|
||||
BuildRequires: libzstd-devel >= 1.3.6
|
||||
BuildRequires: cmake >= 3.0.2
|
||||
# Needed to run the test suite
|
||||
# find regress/ -type f | /usr/lib/rpm/perl.req
|
||||
@ -126,6 +126,9 @@ sed -e '/clone-fs-/d' \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1
|
||||
- update to 1.9.0
|
||||
|
||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.8.0.tar.xz) = fe94a26a2797dff7c9b27334f29982f8e523dd5095bf32ebcadc6443726864f0ff7b2e8bf243e52cad8f79297bc7a87d73fdbc35edae4ffc8ab6aa0bcc93b03e
|
||||
SHA512 (libzip-1.9.0.tar.xz) = dd0c7046f5b1faf00690774572982e870edaa1819563f9ebf7caf823c9c5718623576a7135a64c9acfed9cefac5601cf944b7aa0b623986f5c85743f3014b349
|
||||
|
||||
Loading…
Reference in New Issue
Block a user