summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-06-28 14:53:27 +0200
committerRemi Collet <remi@php.net>2022-06-28 14:53:27 +0200
commit8e4727f822e242533e7fdbcff30fa4b7c8b45e17 (patch)
tree68d3f981772fd53840d00199aabe69772f905164
parenta3d540b046b80f9a4033849ee9292156bf7026fd (diff)
update to 1.9.1
-rw-r--r--libzip-upstream.patch36
-rw-r--r--libzip.spec7
2 files changed, 41 insertions, 2 deletions
diff --git a/libzip-upstream.patch b/libzip-upstream.patch
new file mode 100644
index 0000000..d8b61d3
--- /dev/null
+++ b/libzip-upstream.patch
@@ -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]
+ ==================
+
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