[python-stomper] Update to 0.2.4 (#639565)

Luke Macken lmacken at fedoraproject.org
Thu Oct 21 17:03:59 UTC 2010


commit c68040ccb5516e6e853c7c6e8092a6a234e04605
Author: Luke Macken <lmacken at redhat.com>
Date:   Thu Oct 21 13:03:54 2010 -0400

    Update to 0.2.4 (#639565)

 .gitignore                |    1 +
 python-stomper-uuid.patch |   10 ----------
 python-stomper.spec       |    7 ++++---
 sources                   |    2 +-
 4 files changed, 6 insertions(+), 14 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fbc12a3..59d4a23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 stomper-0.2.2.tar.gz
 /stomper-0.2.3.tar.gz
+stomper-0.2.4.tar.gz
diff --git a/python-stomper.spec b/python-stomper.spec
index 79d48d3..73904ea 100644
--- a/python-stomper.spec
+++ b/python-stomper.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-stomper
-Version:        0.2.3
+Version:        0.2.4
 Release:        1%{?dist}
 Summary:        A python client implementation of the STOMP protocol
 
@@ -9,7 +9,6 @@ Group:          Development/Languages
 License:        ASL 2.0
 URL:            http://code.google.com/p/stomper/
 Source0:        http://stomper.googlecode.com/files/stomper-%{version}.tar.gz
-Patch0:         %{name}-uuid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -29,7 +28,6 @@ create and parse STOMP messages in a programatic fashion.
 
 %prep
 %setup -q -n stomper-%{version}
-%patch0 -p0 -b .uuid
 
 %build
 %{__python} setup.py build
@@ -52,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitelib}/*
 
 %changelog
+* Thu Oct 21 2010 Luke Macken <lmacken at redhat.com> - 0.2.4-1
+- Update to 0.2.4 (#639565)
+
 * Tue Sep 07 2010 Luke Macken <lmacken at redhat.com> - 0.2.3-1
 - Update to 0.2.3
 
diff --git a/sources b/sources
index 5b6f509..a06f5a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4f64beb3823455d46544c5f10922362a  stomper-0.2.3.tar.gz
+474d12bcd36a27e3b5278e19d908914d  stomper-0.2.4.tar.gz


More information about the scm-commits mailing list