From a3d540b046b80f9a4033849ee9292156bf7026fd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jun 2022 14:00:33 +0200 Subject: add upstream patch for zip_file_is_seekable reported as https://github.com/nih-at/libzip/issues/297 https://github.com/nih-at/libzip/issues/301 --- libzip.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libzip.spec b/libzip.spec index 4ecb0ec..3fa5d03 100644 --- a/libzip.spec +++ b/libzip.spec @@ -29,13 +29,15 @@ Name: %{libname}%{soname} %endif Version: 1.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz +Patch0: libzip-upstream.patch + BuildRequires: gcc BuildRequires: zlib-devel >= 1.1.2 BuildRequires: bzip2-devel @@ -142,6 +144,7 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} +%patch0 -p1 # unwanted in package documentation rm INSTALL.md @@ -252,6 +255,11 @@ make check %changelog +* Tue Jun 28 2022 Remi Collet - 1.9.0-2 +- add upstream patch for zip_file_is_seekable reported as + https://github.com/nih-at/libzip/issues/297 + https://github.com/nih-at/libzip/issues/301 + * Tue Jun 14 2022 Remi Collet - 1.9.0-1 - update to 1.9.0 -- cgit