From f07c4f40cba596a43be515f131ff7f0ac561a47c Mon Sep 17 00:00:00 2001 From: Luke Macken Date: Sep 07 2010 15:35:29 +0000 Subject: Update to the 0.2.3 bugfix release --- 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 - 0.2.3-1 +- Update to 0.2.3 + * Thu Jul 22 2010 David Malcolm - 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