summaryrefslogtreecommitdiffstats
path: root/libzip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libzip.spec')
-rw-r--r--libzip.spec10
1 files changed, 4 insertions, 6 deletions
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 <remi@remirepo.net> - 1.7.1-1
+- update to 1.7.1
+
* Fri Jun 5 2020 Remi Collet <remi@remirepo.net> - 1.7.0-1
- update to 1.7.0
- really enable lzma support (excepted on EL-6)