Allocate one more char for string sentinel (#692135) (rvykydal)
This commit is contained in:
parent
ce8b1944f0
commit
c49e46489d
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
isomd5sum-1.0.6.tar.bz2
|
||||
/isomd5sum-1.0.7.tar.bz2
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: Utilities for working with md5sum implanted in ISO images
|
||||
Name: isomd5sum
|
||||
Version: 1.0.6
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.7
|
||||
Release: 1%{?dist}
|
||||
Epoch: 1
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/*.a
|
||||
|
||||
%changelog
|
||||
* Fri Apr 8 2011 Radek Vykydal <rvykydal@fedoraproject.org> - 1:1.0.7-1
|
||||
- Allocate one more char for string sentinel (#692135) (rvykydal)
|
||||
|
||||
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:1.0.6-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user