diff options
Diffstat (limited to 'libzip.spec')
-rw-r--r-- | libzip.spec | 9 |
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 |