[python-stomper] Update to the 0.2.3 bugfix release

Luke Macken lmacken at fedoraproject.org
Tue Sep 7 15:35:35 UTC 2010


commit f07c4f40cba596a43be515f131ff7f0ac561a47c
Author: Luke Macken <lmacken at redhat.com>
Date:   Tue Sep 7 11:35:29 2010 -0400

    Update to the 0.2.3 bugfix release

 .gitignore          |    1 +
 python-stomper.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bd5ff5..fbc12a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 stomper-0.2.2.tar.gz
+/stomper-0.2.3.tar.gz
diff --git a/python-stomper.spec b/python-stomper.spec
index 094d462..79d48d3 100644
--- a/python-stomper.spec
+++ b/python-stomper.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-stomper
-Version:        0.2.2
-Release:        10%{?dist}
+Version:        0.2.3
+Release:        1%{?dist}
 Summary:        A python client implementation of the STOMP protocol
 
 Group:          Development/Languages
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Tue Sep 07 2010 Luke Macken <lmacken at redhat.com> - 0.2.3-1
+- Update to 0.2.3
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.2.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 25adb8f..5b6f509 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c82988f145290943ba78dfd572b398b4  stomper-0.2.2.tar.gz
+4f64beb3823455d46544c5f10922362a  stomper-0.2.3.tar.gz


More information about the scm-commits mailing list