fix version and bogus dates

This commit is contained in:
Petr Stodulka 2015-01-26 09:31:48 +01:00
parent 9e783e27d0
commit a5144dfa86

View File

@ -1,7 +1,7 @@
Summary: A utility for unpacking zip files
Name: unzip
Version: 6.0
Release: 17%{?dist}
Release: 18%{?dist}
License: BSD
Group: Applications/Archiving
Source: http://downloads.sourceforge.net/infozip/unzip60.tar.gz
@ -79,10 +79,10 @@ make -f unix/Makefile prefix=$RPM_BUILD_ROOT%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{
%{_mandir}/*/*
%changelog
* Tue Jan 26 2015 Petr Stodulka <pstodulk@redhat.com> - 6.0-18
* Mon Jan 26 2015 Petr Stodulka <pstodulk@redhat.com> - 6.0-18
- Fix security bug - CVE-2014-9636
* Thu Nov 21 2014 Petr Stodulka <pstodulk@redhat.com> - 6.0-17
* Fri Nov 21 2014 Petr Stodulka <pstodulk@redhat.com> - 6.0-17
- Fix unitialized reads (#558738)
- Fix fix broken -X option - never worked before. Added -DIZ_HAVE_UXUIDGID
option for compilation.