summaryrefslogtreecommitdiffstats
path: root/libzip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libzip.spec')
-rw-r--r--libzip.spec7
1 files changed, 5 insertions, 2 deletions
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 <remi@remirepo.net> - 1.9.1-1
+- update to 1.9.1
+
* Tue Jun 28 2022 Remi Collet <remi@remirepo.net> - 1.9.0-2
- add upstream patch for zip_file_is_seekable reported as
https://github.com/nih-at/libzip/issues/297