libzip: 0.11.1 -> 0.11.2

This commit is contained in:
Alan Mizrahi 2014-04-07 16:21:54 +09:00
parent 5646fad675
commit c930ad92a7
3 changed files with 9 additions and 7 deletions

View File

@ -45,9 +45,11 @@ drwxr-xr-x root/root usr/man/man3/
-rw-r--r-- root/root usr/man/man3/zip_file_extra_fields_count.3
-rw-r--r-- root/root usr/man/man3/zip_file_extra_fields_count_by_id.3
-rw-r--r-- root/root usr/man/man3/zip_file_get_comment.3.gz
-rw-r--r-- root/root usr/man/man3/zip_file_get_external_attributes.3.gz
-rw-r--r-- root/root usr/man/man3/zip_file_rename.3.gz
-rw-r--r-- root/root usr/man/man3/zip_file_replace.3
-rw-r--r-- root/root usr/man/man3/zip_file_set_comment.3.gz
-rw-r--r-- root/root usr/man/man3/zip_file_set_external_attributes.3.gz
-rw-r--r-- root/root usr/man/man3/zip_file_strerror.3
-rw-r--r-- root/root usr/man/man3/zip_fopen.3
-rw-r--r-- root/root usr/man/man3/zip_fopen_encrypted.3

View File

@ -4,7 +4,7 @@
# Depends on:
name=libzip
version=0.11.1
version=0.11.2
release=2
source=(
http://nih.at/$name/$name-$version.tar.xz
@ -17,7 +17,7 @@ build() {
# Fixes the installation of zipconf.h
patch -p1 -i $SRC/libzip-includes.patch
autoreconf -i
./configure \
--prefix=/usr \
--man=/usr/man

View File

@ -1,12 +1,12 @@
diff -u -r libzip-0.11.1.orig/lib/Makefile.am libzip-0.11.1/lib/Makefile.am
--- libzip-0.11.1.orig/lib/Makefile.am 2013-03-19 19:09:51.000000000 +0900
+++ libzip-0.11.1/lib/Makefile.am 2013-09-23 22:47:37.617947034 +0900
@@ -2,8 +2,7 @@
diff -u -r libzip-0.11.2.orig/lib/Makefile.am libzip-0.11.2/lib/Makefile.am
--- libzip-0.11.2.orig/lib/Makefile.am 2014-04-07 15:52:25.245818333 +0900
+++ libzip-0.11.2/lib/Makefile.am 2014-04-07 15:55:10.967817856 +0900
@@ -3,8 +3,7 @@
lib_LTLIBRARIES = libzip.la
noinst_HEADERS = zipint.h
-include_HEADERS = zip.h
-libinclude_HEADERS = zipconf.h
-nodist_libinclude_HEADERS = zipconf.h
+include_HEADERS = zip.h zipconf.h
# also update CMakeLists.txt when changing version