From c644603b0c6503bca018650122d775e490647c92 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 20 Nov 2017 14:33:52 +0100 Subject: v1.3.2 --- libzip.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index ef98839..74d6bbb 100644 --- a/libzip.spec +++ b/libzip.spec @@ -22,13 +22,11 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 1.3.1 -Release: 2%{?dist} +Version: 1.3.2 +Release: 1%{?dist} Group: System Environment/Libraries Summary: C library for reading, creating, and modifying zip archives -Patch0: f8ef1a2c7855c0b5dbf7de32269cc7633eb620bd.patch - License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz @@ -111,7 +109,6 @@ 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" @@ -170,6 +167,9 @@ make check %changelog +* Mon Nov 20 2017 Remi Collet - 1.3.2-1 +- update to 1.3.2 + * Mon Nov 20 2017 Remi Collet - 1.3.1-2 - add upstream patch for regression in 1.3.1 -- cgit