From c87434fb7371e721456288752414c748b7e96d74 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 14 Jun 2020 08:49:16 +0200 Subject: v1.7.1 --- libzip.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index b81a011..bec3ccd 100644 --- a/libzip.spec +++ b/libzip.spec @@ -22,7 +22,7 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 1.7.0 +Version: 1.7.1 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -30,9 +30,6 @@ License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz -Patch0: 0001-Restore-LIBZIP_VERSION_-MAJOR-MINOR-MICRO.patch -Patch1: 0002-Fix-previous-the-macros-are-expected-to-be-numbers.patch - BuildRequires: gcc BuildRequires: zlib-devel BuildRequires: bzip2-devel @@ -119,8 +116,6 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} -%patch0 -p1 -%patch1 -p1 # unwanted in package documentation rm INSTALL.md @@ -203,6 +198,9 @@ make check %changelog +* Sun Jun 14 2020 Remi Collet - 1.7.1-1 +- update to 1.7.1 + * Fri Jun 5 2020 Remi Collet - 1.7.0-1 - update to 1.7.0 - really enable lzma support (excepted on EL-6) -- cgit