From 8ac68c0ae749495230418caf726ae4ad3068ae5b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Nov 2017 09:59:59 +0100 Subject: test build: add upstream patch for regression in 1.3.1 --- libzip.spec | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index b262082..ef98839 100644 --- a/libzip.spec +++ b/libzip.spec @@ -23,13 +23,15 @@ Name: %{libname} Name: %{libname}%{soname} %endif Version: 1.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries Summary: C library for reading, creating, and modifying zip archives +Patch0: f8ef1a2c7855c0b5dbf7de32269cc7633eb620bd.patch + License: BSD -URL: http://www.nih.at/libzip/index.html -Source0: http://www.nih.at/libzip/libzip-%{version}.tar.xz +URL: https://libzip.org/ +Source0: https://libzip.org/download/libzip-%{version}.tar.xz BuildRequires: zlib-devel BuildRequires: bzip2-devel @@ -109,6 +111,7 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} +%patch0 -p1 # Avoid lib64 rpaths (FIXME: recheck this on newer releases) %if "%{_libdir}" != "/usr/lib" @@ -167,9 +170,13 @@ make check %changelog -* Mon Nov 20 2017 Remi Collet - 1.3.1-1 +* Mon Nov 20 2017 Remi Collet - 1.3.1-2 +- add upstream patch for regression in 1.3.1 + +* Mon Nov 20 2017 Remi Collet - 1.3.1-1 - update to 1.3.1 - drop multilib header hack +- change URL to https://libzip.org/ * Fri Oct 6 2017 Remi Collet - 1.3.0-2 - test build -- cgit