summaryrefslogtreecommitdiffstats
path: root/libzip.spec
diff options
context:
space:
mode:
Diffstat (limited to 'libzip.spec')
-rw-r--r--libzip.spec10
1 files changed, 5 insertions, 5 deletions
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 <remi@remirepo.net> - 1.3.2-1
+- update to 1.3.2
+
* Mon Nov 20 2017 Remi Collet <remi@remirepo.net> - 1.3.1-2
- add upstream patch for regression in 1.3.1