[isomd5sum/f15/master] Allocate one more char for string sentinel (#692135) (rvykydal)

Radek Vykydal rvykydal at fedoraproject.org
Fri Apr 8 10:13:05 UTC 2011


commit 2b827ef2e2cb57cbf8fbb7cd541e256b2fda62c3
Author: Radek Vykydal <rvykydal at redhat.com>
Date:   Fri Apr 8 12:09:41 2011 +0200

    Allocate one more char for string sentinel (#692135) (rvykydal)

 .gitignore     |    1 +
 isomd5sum.spec |    7 +++++--
 sources        |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3fc9b26..0451ae7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 isomd5sum-1.0.6.tar.bz2
+/isomd5sum-1.0.7.tar.bz2
diff --git a/isomd5sum.spec b/isomd5sum.spec
index 00387d5..0745137 100644
--- a/isomd5sum.spec
+++ b/isomd5sum.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1:1.0.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3d62679..4dfe8f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1eebc7ee2a0777cbe54403b07f6d29fc  isomd5sum-1.0.6.tar.bz2
+370c8ae799c15dd6f453aed269112c59  isomd5sum-1.0.7.tar.bz2


More information about the scm-commits mailing list