From c92631f94074d7194123fb01854d2f8612ffcdfa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Feb 2016 09:01:11 +0100 Subject: [PATCH] v1.1.2 --- .gitignore | 1 + libzip.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e63dea5..34466e4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ libzip-0.9.3.tar.bz2 /libzip-1.0.1.tar.xz /libzip-1.1.tar.xz /libzip-1.1.1.tar.xz +/libzip-1.1.2.tar.xz diff --git a/libzip.spec b/libzip.spec index 6420eba..fb81677 100644 --- a/libzip.spec +++ b/libzip.spec @@ -1,8 +1,8 @@ %global multilib_archs x86_64 %{ix86} ppc64 ppc s390x s390 sparc64 sparcv9 -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests 0%{!?_without_tests:1} Name: libzip -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Summary: C library for reading, creating, and modifying zip archives @@ -113,7 +113,7 @@ make check %{_mandir}/man1/zip* %files devel -%doc API-CHANGES AUTHORS NEWS README THANKS TODO +%doc API-CHANGES AUTHORS NEWS THANKS %{_includedir}/zip.h %{_includedir}/zipconf*.h %dir %{_libdir}/libzip @@ -126,6 +126,9 @@ make check %changelog +* Sat Feb 20 2016 Remi Collet - 1.1.2-1 +- update to 1.1.2 + * Sat Feb 13 2016 Remi Collet - 1.1.1-1 - update to 1.1.1 diff --git a/sources b/sources index 182d0c1..f5dc74b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0c86a1a94fbc3ec6724801036726ae1f libzip-1.1.1.tar.xz +d79c12d2405366cd954dd8e2144efbf7 libzip-1.1.2.tar.xz