diff options
Diffstat (limited to 'libzip.spec')
-rw-r--r-- | libzip.spec | 15 |
1 files changed, 11 insertions, 4 deletions
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 <remi@fedoraproject.org> - 1.3.1-1 +* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 1.3.1-2 +- add upstream patch for regression in 1.3.1 + +* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 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 <remi@fedoraproject.org> - 1.3.0-2 - test build |