[stomppy] - Update to 3.0.3

stevetraylen stevetraylen at fedoraproject.org
Sun Feb 6 16:51:17 UTC 2011


commit 27b871dd417997b3ccbc90d43ef67c365d32dbe4
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Sun Feb 6 17:51:00 2011 +0100

    - Update to 3.0.3

 .gitignore   |    1 +
 sources      |    2 +-
 stomppy.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7bbdcde..002c7b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 stomp.py-3.0.1-beta2.tar.gz
 /stomp.py-3.0.2a.tar.gz
+/stomp.py-3.0.3.tar.gz
diff --git a/sources b/sources
index 0d5da0e..0155d64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-073095d9e2977d7bd5736dcb9e7eb80b  stomp.py-3.0.2a.tar.gz
+55395894dcfe2ceeed399a60cc26ed34  stomp.py-3.0.3.tar.gz
diff --git a/stomppy.spec b/stomppy.spec
index e4f8610..8aa943a 100644
--- a/stomppy.spec
+++ b/stomppy.spec
@@ -7,14 +7,14 @@
 %endif
 
 Name:           stomppy
-Version:        3.0.2
-Release:        0.1.a%{?dist}
+Version:        3.0.3
+Release:        1%{?dist}
 Summary:        Python stomp client for messaging
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            http://code.google.com/p/stomppy/
-Source0:        http://stomppy.googlecode.com/files/stomp.py-%{version}a.tar.gz
+Source0:        http://stomppy.googlecode.com/files/stomp.py-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -100,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 6 2011 Steve Traylen <steve.traylen at cern.ch.com> - 3.0.3-1
+- Update to 3.0.3
+
 * Tue Aug 24 2010 Steve Traylen <steve.traylen at cern.ch.com> - 3.0.2-0.1.a
 - Update to source to 3.0.2a, a pre-release of 3.0.2.
 


More information about the scm-commits mailing list