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 - 0.2.8-1 +- Update to 0.2.8 (#949150) + * Sun Aug 04 2013 Fedora Release Engineering - 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