diff --git a/.gitignore b/.gitignore index 34466e4..9c3589e 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/libzip.spec b/libzip.spec index 8051bff..1584ef2 100644 --- a/libzip.spec +++ b/libzip.spec @@ -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 - 1.1.3-1 +- update to 1.1.3 + * Sat Feb 20 2016 Remi Collet - 1.1.2-1 - update to 1.1.2 - add BR on perl(Getopt::Long) diff --git a/sources b/sources index f5dc74b..23bea5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d79c12d2405366cd954dd8e2144efbf7 libzip-1.1.2.tar.xz +f7196e2fbae93d7e1f843aedee9bdf40 libzip-1.1.3.tar.xz