summaryrefslogtreecommitdiffstats
path: root/libzip.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-13 12:43:00 +0200
committerRemi Collet <remi@remirepo.net>2020-07-13 12:43:00 +0200
commite1f0ec372cdd602e67debc7743f1a5a078ec6e76 (patch)
treecd76e9fba58b62e87ce5c74ed2ad87a381c4317d /libzip.spec
parentbd9ef03952031919edd96885295ce9b48fa3d3e1 (diff)
test build for upstream fix
Diffstat (limited to 'libzip.spec')
-rw-r--r--libzip.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/libzip.spec b/libzip.spec
index fefcd17..7bb5fe5 100644
--- a/libzip.spec
+++ b/libzip.spec
@@ -23,7 +23,7 @@ Name: %{libname}
Name: %{libname}%{soname}
%endif
Version: 1.7.2
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C library for reading, creating, and modifying zip archives
License: BSD
@@ -32,6 +32,7 @@ Source0: https://libzip.org/download/libzip-%{version}.tar.xz
Patch0: libzip-gnuinstalldirs.patch
Patch1: libzip-privlibs.patch
+Patch2: https://github.com/nih-at/libzip/commit/992ed23c322c9abb9a108a6d119c09aada50ca9c.patch
BuildRequires: gcc
BuildRequires: zlib-devel >= 1.1.2
@@ -120,7 +121,8 @@ The %{name}-tools package provides command line tools split off %{name}:
%prep
%setup -q -n %{libname}-%{version}
%patch0 -p1 -b .gnuinstalldirs
-%patch1 -p1 -b .privlib
+#patch1 -p1 -b .privlib
+%patch2 -p1 -b .up
# unwanted in package documentation
rm INSTALL.md
@@ -205,6 +207,9 @@ make check
%changelog
+* Mon Jul 13 2020 Remi Collet <remi@remirepo.net> - 1.7.2-2
+- test build for upstream fix
+
* Mon Jul 13 2020 Remi Collet <remi@remirepo.net> - 1.7.2-1
- update to 1.7.2
- fix installation layout using patch from