v1.1.1
This commit is contained in:
parent
158b481d85
commit
2326baf3f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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,
|
||||
10
libzip.spec
10
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user