From 4fe46ea3b8cd770002877e33b50a5695576f15c7 Mon Sep 17 00:00:00 2001 From: Steve Traylen Date: Aug 24 2010 15:00:39 +0000 Subject: Update to 3.0.2a. --- diff --git a/.gitignore b/.gitignore index 226dda8..7bbdcde 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ stomp.py-3.0.1-beta2.tar.gz +/stomp.py-3.0.2a.tar.gz diff --git a/sources b/sources index 6590ce3..0d5da0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3d9da3087af4b0386a01bf0d1aeeaab stomp.py-3.0.1-beta2.tar.gz +073095d9e2977d7bd5736dcb9e7eb80b stomp.py-3.0.2a.tar.gz diff --git a/stomppy.spec b/stomppy.spec index 1dae49f..e4f8610 100644 --- a/stomppy.spec +++ b/stomppy.spec @@ -6,17 +6,15 @@ %global with_python3 1 %endif -%global beta 2 - Name: stomppy -Version: 3.0.1 -Release: %{?beta:0.}2%{?beta:.beta%{beta}}%{?dist}.1 +Version: 3.0.2 +Release: 0.1.a%{?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}%{?beta:-beta%{beta}}.tar.gz +Source0: http://stomppy.googlecode.com/files/stomp.py-%{version}a.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -49,8 +47,6 @@ be run as a standalone, command-line client for testing. This module is for the python3. %endif - - %prep %setup -q -n stomp.py-%{version} # Remove dos line feeds from tests. @@ -104,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Aug 24 2010 Steve Traylen - 3.0.2-0.1.a +- Update to source to 3.0.2a, a pre-release of 3.0.2. + * Thu Jul 22 2010 David Malcolm - 3.0.1-0.2.beta2.1 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild