This commit is contained in:
Jesse Keating 2009-02-26 04:38:30 +00:00
parent 5f233f20b4
commit 948e8786e1

View File

@ -1,7 +1,7 @@
Summary: Fast compression and decompression utilities
Name: ncompress
Version: 4.2.4
Release: 51%{?dist}
Release: 52%{?dist}
License: Public Domain
Group: Applications/File
URL: http://ncompress.sourceforge.net/
@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT
%doc LZW.INFO README
%changelog
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.4-52
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Mon Dec 01 2008 Ondrej Vasik <ovasik@redhat.com> - 4.2.4-51
- check malloc success (#473488)
- fix few compiler warnings, free malloc memory before exit