From 7fd55de69069419bc7c61d2c67d6d4b9d4bb3c21 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 15 Jul 2020 11:25:58 +0200 Subject: update to 1.7.3 drop patch merged upstream --- libzip.spec | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index 75c3263..a7d308f 100644 --- a/libzip.spec +++ b/libzip.spec @@ -22,19 +22,14 @@ Name: %{libname} %else Name: %{libname}%{soname} %endif -Version: 1.7.2 -Release: 2%{?dist} +Version: 1.7.3 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD URL: https://libzip.org/ Source0: https://libzip.org/download/libzip-%{version}.tar.xz -Patch1: https://github.com/nih-at/libzip/commit/ebe01b5c259fa28b4da24cc1c11ab24a31281b64.patch -Patch2: https://github.com/nih-at/libzip/commit/992ed23c322c9abb9a108a6d119c09aada50ca9c.patch -Patch3: https://github.com/nih-at/libzip/commit/4fdcd241a48387d1a3aecd04ca25a115a9a689f6.patch -Patch4: https://github.com/nih-at/libzip/commit/f520e28292d112ab1bd52d41567d89fb98cc5090.patch - BuildRequires: gcc BuildRequires: zlib-devel >= 1.1.2 BuildRequires: bzip2-devel @@ -121,10 +116,6 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} -%patch1 -p1 -b .up1 -%patch2 -p1 -b .up2 -%patch3 -p1 -b .up3 -%patch4 -p1 -b .up4 # unwanted in package documentation rm INSTALL.md @@ -209,6 +200,10 @@ make check %changelog +* Wed Jul 15 2020 Remi Collet - 1.7.3-1 +- update to 1.7.3 +- drop patch merged upstream + * Mon Jul 13 2020 Remi Collet - 1.7.2-2 - test build for upstream fix -- cgit