From f08d61bb25899b25c86c934f74e02b5500d87dda Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Feb 2016 09:02:57 +0100 Subject: libzip 1.1.2 --- libzip.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'libzip.spec') diff --git a/libzip.spec b/libzip.spec index 0c0bfb3..85e9787 100644 --- a/libzip.spec +++ b/libzip.spec @@ -15,9 +15,9 @@ %global with_tests 0 %else %if %{?runselftest}%{!?runselftest:1} -%global with_tests %{?_without_tests:0}%{!?_without_tests:1} +%global with_tests 0%{!?_without_tests:1} %else -%global with_tests %{?_with_tests:1}%{!?_with_tests:0} +%global with_tests 0%{?_with_tests:1} %endif %endif @@ -26,7 +26,7 @@ Name: %{libname}-last %else Name: %{libname} %endif -Version: 1.1.1 +Version: 1.1.2 Release: 1%{?dist} Group: System Environment/Libraries Summary: C library for reading, creating, and modifying zip archives @@ -163,7 +163,7 @@ make check %files devel %defattr(-,root,root,-) -%doc API-CHANGES AUTHORS NEWS README THANKS TODO +%doc API-CHANGES AUTHORS NEWS THANKS %{_includedir}/zip.h %{_includedir}/zipconf*.h %dir %{_libdir}/libzip @@ -176,6 +176,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 -- cgit