v1.9.1
This commit is contained in:
parent
350a118170
commit
1df91bf966
1
.gitignore
vendored
1
.gitignore
vendored
@ -24,3 +24,4 @@ libzip-0.9.3.tar.bz2
|
||||
/libzip-1.7.3.tar.xz
|
||||
/libzip-1.8.0.tar.xz
|
||||
/libzip-1.9.0.tar.xz
|
||||
/libzip-1.9.1.tar.xz
|
||||
|
||||
36
libzip-upstream.patch
Normal file
36
libzip-upstream.patch
Normal file
@ -0,0 +1,36 @@
|
||||
From c5ca7bba468beff67c437553ad47a656296b2cb7 Mon Sep 17 00:00:00 2001
|
||||
From: Dieter Baron <dillo@nih.at>
|
||||
Date: Tue, 28 Jun 2022 13:24:13 +0200
|
||||
Subject: [PATCH] Update for 1.9.1 release.
|
||||
|
||||
---
|
||||
CMakeLists.txt | 2 +-
|
||||
NEWS.md | 5 +++++
|
||||
2 files changed, 6 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 13634302..3ded4094 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -6,7 +6,7 @@ if (${CMAKE_VERSION} VERSION_LESS "3.17.0")
|
||||
endif()
|
||||
|
||||
project(libzip
|
||||
- VERSION 1.9.0
|
||||
+ VERSION 1.9.1
|
||||
LANGUAGES C)
|
||||
|
||||
option(ENABLE_COMMONCRYPTO "Enable use of CommonCrypto" ON)
|
||||
diff --git a/NEWS.md b/NEWS.md
|
||||
index d8e1850b..78d663c7 100644
|
||||
--- a/NEWS.md
|
||||
+++ b/NEWS.md
|
||||
@@ -1,3 +1,8 @@
|
||||
+1.9.1 [2022-06-28]
|
||||
+===================
|
||||
+
|
||||
+* Fix `zip_file_is_seekable()`.
|
||||
+
|
||||
1.9.0 [2022-06-13]
|
||||
==================
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%bcond_without tests
|
||||
|
||||
Name: libzip
|
||||
Version: 1.9.0
|
||||
Version: 1.9.1
|
||||
Release: 1%{?dist}
|
||||
Summary: C library for reading, creating, and modifying zip archives
|
||||
|
||||
@ -9,6 +9,8 @@ License: BSD
|
||||
URL: https://libzip.org/
|
||||
Source0: https://libzip.org/download/libzip-%{version}.tar.xz
|
||||
|
||||
Patch0: libzip-upstream.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: zlib-devel
|
||||
BuildRequires: bzip2-devel
|
||||
@ -126,6 +128,9 @@ sed -e '/clone-fs-/d' \
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.9.1-1
|
||||
- update to 1.9.1
|
||||
|
||||
* Tue Jun 14 2022 Remi Collet <remi@remirepo.net> - 1.9.0-1
|
||||
- update to 1.9.0
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libzip-1.9.0.tar.xz) = dd0c7046f5b1faf00690774572982e870edaa1819563f9ebf7caf823c9c5718623576a7135a64c9acfed9cefac5601cf944b7aa0b623986f5c85743f3014b349
|
||||
SHA512 (libzip-1.9.1.tar.xz) = 6416284f60db5969822d54441f4f24668804b2a6bb6c35f108c755841339cbca188e726c27f01f7dee0125b4bc95ae34d3f50152e541fe6f553483f676a09b51
|
||||
|
||||
Loading…
Reference in New Issue
Block a user