This commit is contained in:
Remi Collet 2016-02-13 07:24:54 +01:00
parent 158b481d85
commit 2326baf3f5
4 changed files with 7 additions and 17 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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,

View File

@ -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 <remi@fedoraproject.org> - 1.1.1-1
- update to 1.1.1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
e5d856b42a329e8efbcdfd9046b22744 libzip-1.1.tar.xz
0c86a1a94fbc3ec6724801036726ae1f libzip-1.1.1.tar.xz