diff options
| -rw-r--r-- | libzip.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
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 <remi@fedoraproject.org> - 1.1.2-1 +- update to 1.1.2 +  * Sat Feb 13 2016 Remi Collet <remi@fedoraproject.org> - 1.1.1-1  - update to 1.1.1  | 
