This commit is contained in:
Remi Collet 2016-02-20 09:01:11 +01:00
parent 2326baf3f5
commit c92631f940
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <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

View File

@ -1 +1 @@
0c86a1a94fbc3ec6724801036726ae1f libzip-1.1.1.tar.xz
d79c12d2405366cd954dd8e2144efbf7 libzip-1.1.2.tar.xz