[python-stomper] Update to 0.2.8 (#949150)

Luke Macken lmacken at fedoraproject.org
Thu Feb 27 20:53:00 UTC 2014


commit ae8767381a71a1e7375a6dfde7d58aabd6d66376
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Feb 27 13:46:11 2014 -0700

    Update to 0.2.8 (#949150)

 .gitignore          |    1 +
 python-stomper.spec |    7 +++++--
 sources             |    2 +-
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 59d4a23..9553a38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 stomper-0.2.2.tar.gz
 /stomper-0.2.3.tar.gz
 stomper-0.2.4.tar.gz
+/stomper-0.2.8.tar.gz
diff --git a/python-stomper.spec b/python-stomper.spec
index bf50f07..c86a3ed 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.4
-Release:        6%{?dist}
+Version:        0.2.8
+Release:        1%{?dist}
 Summary:        A python client implementation of the STOMP protocol
 
 Group:          Development/Languages
@@ -50,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Thu Feb 27 2014 Luke Macken <lmacken at redhat.com> - 0.2.8-1
+- Update to 0.2.8 (#949150)
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.4-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index a06f5a7..66e645f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-474d12bcd36a27e3b5278e19d908914d  stomper-0.2.4.tar.gz
+993d1182090bcdf2e8fc6607cdb06d97  stomper-0.2.8.tar.gz


More information about the scm-commits mailing list