[libzip] update to 0.11.2

Remi Collet remi at fedoraproject.org
Thu Dec 19 13:51:06 UTC 2013


commit 05f1846bd5c83644ef61366728f25e13b075e36b
Author: Remi Collet <remi at fedoraproject.org>
Date:   Thu Dec 19 14:51:13 2013 +0100

    update to 0.11.2

 .gitignore              |    1 +
 libzip-0.11-deref.patch |   26 --------------------------
 libzip.spec             |   18 ++++++++++--------
 sources                 |    2 +-
 4 files changed, 12 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fadae80..8ea9eb0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ libzip-0.9.3.tar.bz2
 /libzip-0.10.tar.bz2
 /libzip-0.10.1.tar.bz2
 /libzip-0.11.1.tar.xz
+/libzip-0.11.2.tar.xz
diff --git a/libzip.spec b/libzip.spec
index 0b10ef7..a26680f 100644
--- a/libzip.spec
+++ b/libzip.spec
@@ -2,8 +2,8 @@
 %define multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9
 
 Name:    libzip
-Version: 0.11.1
-Release: 3%{?dist}
+Version: 0.11.2
+Release: 1%{?dist}
 Summary: C library for reading, creating, and modifying zip archives
 
 License: BSD
@@ -16,10 +16,6 @@ BuildRequires:  zlib-devel
 # to handle multiarch headers, ex from mysql-devel package
 Source1: zipconf.h
 
-# fix null deref in zip_fclose
-# http://hg.nih.at/libzip/rev/a2f3bb7896c0
-Patch0: libzip-0.11-deref.patch
-
 
 %description
 libzip is a C library for reading, creating, and modifying zip archives. Files
@@ -38,8 +34,6 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
-%patch0 -p1 -b .deref
-
 # Avoid lib64 rpaths (FIXME: recheck this on newer releases)
 %if "%{_libdir}" != "/usr/lib"
 sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
@@ -73,6 +67,10 @@ ln -s ../%{_lib}/libzip/include/zipconf.h \
 %endif
 
 
+%check
+make check
+
+
 %post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -95,6 +93,10 @@ ln -s ../%{_lib}/libzip/include/zipconf.h \
 
 
 %changelog
+* Thu Dec 19 2013 Remi Collet <remi at fedoraproject.org> - 0.11.2-1
+- update to 0.11.2
+- run test during build
+
 * Thu Oct 24 2013 Remi Collet <remi at fedoraproject.org> - 0.11.1-3
 - replace php patch with upstream one
 
diff --git a/sources b/sources
index d8cd586..3188a4d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-87d5ec3629f6ad2a4b01ad961e7f0c19  libzip-0.11.1.tar.xz
+44c99b67dca34707b5728e5f8434fe91  libzip-0.11.2.tar.xz


More information about the scm-commits mailing list