From 8e4727f822e242533e7fdbcff30fa4b7c8b45e17 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 28 Jun 2022 14:53:27 +0200 Subject: update to 1.9.1 --- libzip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index 3fa5d03..f32b5cc 100644 --- a/libzip.spec +++ b/libzip.spec @@ -28,8 +28,8 @@ Name: %{libname}%{soname} %endif %endif -Version: 1.9.0 -Release: 2%{?dist} +Version: 1.9.1 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -255,6 +255,9 @@ make check %changelog +* Tue Jun 28 2022 Remi Collet - 1.9.1-1 +- update to 1.9.1 + * 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 -- cgit