From 4ff55959327b2ad2017b91f88281dda3f5dcc8ef Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 13 Feb 2016 07:32:28 +0100 Subject: libzip 1.1.1 --- libzip.spec | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index 60db008..0c0bfb3 100644 --- a/libzip.spec +++ b/libzip.spec @@ -26,7 +26,7 @@ Name: %{libname}-last %else Name: %{libname} %endif -Version: 1.1 +Version: 1.1.1 Release: 1%{?dist} Group: System Environment/Libraries Summary: C library for reading, creating, and modifying zip archives @@ -37,9 +37,6 @@ Source0: http://www.nih.at/libzip/libzip-%{version}.tar.xz # to handle multiarch headers, ex from mysql-devel package Source1: zipconf.h -# fix undefined optopt -Patch0: %{libname}-build.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: zlib-devel # Needed to run the test suite @@ -106,8 +103,6 @@ The %{name}-tools package provides command line tools split off %{name}: %prep %setup -q -n %{libname}-%{version} -%patch0 -p0 -b .build - # Avoid lib64 rpaths (FIXME: recheck this on newer releases) %if "%{_libdir}" != "/usr/lib" sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure @@ -181,6 +176,9 @@ make check %changelog +* Sat Feb 13 2016 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Thu Jan 28 2016 Remi Collet - 1.1-1 - update to 1.1 - new ziptool command -- cgit