[python-pyblock] Fix pointer assignment error in format converter. Resolves: rhbz#757018

Peter Jones pjones at fedoraproject.org
Thu Dec 8 20:07:07 UTC 2011


commit 585cf20bb8a1c6aa071e4a14a7f9c28920af1fa0
Author: Peter Jones <pjones at redhat.com>
Date:   Thu Dec 8 15:07:01 2011 -0500

    Fix pointer assignment error in format converter.
    Resolves: rhbz#757018

 .gitignore          |    2 +-
 python-pyblock.spec |   10 +++++++---
 sources             |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2817f58..3555b21 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-pyblock-0.52.tar.bz2
+pyblock-0.53.tar.bz2
diff --git a/python-pyblock.spec b/python-pyblock.spec
index cc95e43..2eb6592 100644
--- a/python-pyblock.spec
+++ b/python-pyblock.spec
@@ -5,8 +5,8 @@
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
-Version: 0.52
-Release: 2%{?dist}
+Version: 0.53
+Release: 1%{?dist}
 # We are upstream, to generate Source0 do:
 # git clone http://git.fedorahosted.org/git/pyblock.git
 # git checkout -b archive-branch pyblock-%{version}-%{release}
@@ -43,7 +43,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/block
 
 %changelog
-* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.52-2
+* Thu Dec 08 2011 Peter Jones <pjones at redhat.com> - 0.53-1
+- Fix pointer assignment error in format converter.
+  Resolves: rhbz#757018
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> 
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
 * Wed Oct 20 2010 David Lehman <dlehman at redhat.com> - 0.52-1
diff --git a/sources b/sources
index 0ff06ab..d672ac1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-30b4322e02da51a020febb770e03606f  pyblock-0.52.tar.bz2
+f6d33a8362dee358517d0a9e2ebdd044  pyblock-0.53.tar.bz2


More information about the scm-commits mailing list