diff --git a/.gitignore b/.gitignore index 9145ad8..e63dea5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ libzip-0.9.3.tar.bz2 /libzip-0.11.2.tar.xz /libzip-1.0.1.tar.xz /libzip-1.1.tar.xz +/libzip-1.1.1.tar.xz diff --git a/libzip-build.patch b/libzip-build.patch deleted file mode 100644 index 5e25b4e..0000000 --- a/libzip-build.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -up src/ziptool.c.old src/ziptool.c ---- ./src/ziptool.c.old 2016-01-28 14:19:37.026356371 +0100 -+++ ./src/ziptool.c 2016-01-28 14:19:43.394384005 +0100 -@@ -53,6 +53,7 @@ - #include "compat.h" - - zip_source_t *source_hole_create(const char *, int flags, zip_error_t *); -+extern int optopt; - - typedef enum { - SOURCE_TYPE_NONE, diff --git a/libzip.spec b/libzip.spec index fa02f48..6420eba 100644 --- a/libzip.spec +++ b/libzip.spec @@ -2,8 +2,8 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: libzip -Version: 1.1 -Release: 2%{?dist} +Version: 1.1.1 +Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives License: BSD @@ -12,9 +12,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: %{name}-build.patch - BuildRequires: zlib-devel # Needed to run the test suite # find regress/ -type f | /usr/lib/rpm/perl.req @@ -129,6 +126,9 @@ make check %changelog +* Sat Feb 13 2016 Remi Collet - 1.1.1-1 +- update to 1.1.1 + * Thu Feb 04 2016 Fedora Release Engineering - 1.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 108844e..182d0c1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5d856b42a329e8efbcdfd9046b22744 libzip-1.1.tar.xz +0c86a1a94fbc3ec6724801036726ae1f libzip-1.1.1.tar.xz