summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-20 09:02:57 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-20 09:02:57 +0100
commitf08d61bb25899b25c86c934f74e02b5500d87dda (patch)
tree699ec1d879ddee9f77c526b7f48d277f4cf2ad5c
parent4ff55959327b2ad2017b91f88281dda3f5dcc8ef (diff)
libzip 1.1.2
-rw-r--r--libzip.spec11
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