[libzip] actually apply patch (using %autosetup)

Rex Dieter rdieter at fedoraproject.org
Mon Mar 23 16:25:06 UTC 2015


commit 7eeca0f6146951116bbc711b5c33f51e28e479b9
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Mon Mar 23 11:25:05 2015 -0500

    actually apply patch (using %autosetup)

 libzip.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libzip.spec b/libzip.spec
index bcc898b..5c56bda 100644
--- a/libzip.spec
+++ b/libzip.spec
@@ -3,7 +3,7 @@
 
 Name:    libzip
 Version: 0.11.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 Summary: C library for reading, creating, and modifying zip archives
 
 License: BSD
@@ -36,7 +36,7 @@ developing applications that use %{name}.
 
 
 %prep
-%setup -q
+%autosetup -p1
 
 # Avoid lib64 rpaths (FIXME: recheck this on newer releases)
 %if "%{_libdir}" != "/usr/lib"
@@ -97,6 +97,9 @@ make check
 
 
 %changelog
+* Mon Mar 23 2015 Rex Dieter <rdieter at fedoraproject.org> 0.11.2-5
+- actually apply patch (using %%autosetup)
+
 * Mon Mar 23 2015 Rex Dieter <rdieter at fedoraproject.org> 0.11.2-4
 - CVE-2015-2331: integer overflow when processing ZIP archives (#1204676,#1204677)
 


More information about the scm-commits mailing list