From e1f0ec372cdd602e67debc7743f1a5a078ec6e76 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 13 Jul 2020 12:43:00 +0200 Subject: test build for upstream fix --- libzip.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'libzip.spec') 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 - 1.7.2-2 +- test build for upstream fix + * Mon Jul 13 2020 Remi Collet - 1.7.2-1 - update to 1.7.2 - fix installation layout using patch from -- cgit