v1.1.3 (no change)
This commit is contained in:
parent
9d38fc66a8
commit
4fdb79c9d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user