[python-pyblock] Fix typo

Peter Jones pjones at fedoraproject.org
Fri Oct 15 20:06:11 UTC 2010


commit 213ffdddbb1cef43e4cf4753acd3e17dfbb8a7fe
Author: Peter Jones <pjones at redhat.com>
Date:   Fri Oct 15 16:06:00 2010 -0400

    Fix typo

 .gitignore          |    2 +-
 python-pyblock.spec |    5 ++++-
 sources             |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 484ac96..abc1a93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-pyblock-0.50.tar.bz2
 clog
+pyblock-0.51.tar.bz2
diff --git a/python-pyblock.spec b/python-pyblock.spec
index 04f47d9..33645e4 100644
--- a/python-pyblock.spec
+++ b/python-pyblock.spec
@@ -5,7 +5,7 @@
 
 Summary: Python modules for dealing with block devices
 Name: python-%{realname}
-Version: 0.50
+Version: 0.51
 Release: 1%{?dist}
 # We are upstream, to generate Source0 do:
 # git clone http://git.fedorahosted.org/git/pyblock.git
@@ -43,6 +43,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/block
 
 %changelog
+* Fri Oct 15 2010 Peter Jones <pjones at redhat.com> - 0.51-1
+- Fix a typo.
+
 * Fri Oct 15 2010 Peter Jones <pjones at redhat.com> - 0.50-1
 - Set UUIDs including subsystem prefix for mpath,dmraid devices. (#584328)
 
diff --git a/sources b/sources
index f2feba4..6c91c5d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-27f7422b21878bfc036336868ce063e0  pyblock-0.50.tar.bz2
+09f3954d027b8aa790e04e649d21f519  pyblock-0.51.tar.bz2


More information about the scm-commits mailing list