v1.1.3 (no change)

This commit is contained in:
Remi Collet 2016-05-28 17:54:41 +02:00
parent 9d38fc66a8
commit 4fdb79c9d3
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ libzip-0.9.3.tar.bz2
/libzip-1.1.tar.xz
/libzip-1.1.1.tar.xz
/libzip-1.1.2.tar.xz
/libzip-1.1.3.tar.xz

View File

@ -2,7 +2,7 @@
%global with_tests 0%{!?_without_tests:1}
Name: libzip
Version: 1.1.2
Version: 1.1.3
Release: 1%{?dist}
Summary: C library for reading, creating, and modifying zip archives
@ -114,7 +114,7 @@ make check
%{_mandir}/man1/zip*
%files devel
%doc API-CHANGES AUTHORS NEWS THANKS
%doc API-CHANGES AUTHORS THANKS *.md
%{_includedir}/zip.h
%{_includedir}/zipconf*.h
%dir %{_libdir}/libzip
@ -127,6 +127,9 @@ make check
%changelog
* Sat May 28 2016 Remi Collet <remi@fedoraproject.org> - 1.1.3-1
- update to 1.1.3
* Sat Feb 20 2016 Remi Collet <remi@fedoraproject.org> - 1.1.2-1
- update to 1.1.2
- add BR on perl(Getopt::Long)

View File

@ -1 +1 @@
d79c12d2405366cd954dd8e2144efbf7 libzip-1.1.2.tar.xz
f7196e2fbae93d7e1f843aedee9bdf40 libzip-1.1.3.tar.xz