summaryrefslogtreecommitdiff
path: root/python-suds.spec
diff options
context:
space:
mode:
authorjortel <devnull@localhost>2009-06-30 21:42:44 +0000
committerjortel <devnull@localhost>2009-06-30 21:42:44 +0000
commit75daeef5b1ab8032bb87cbd99cf1bd034fddb6d4 (patch)
treee7bf5ce7ad061191b60ef43b7240ebe18d454fc3 /python-suds.spec
parent78146458b54cbb986ddd2a3f07021fc890b9faf0 (diff)
downloadsuds-75daeef5b1ab8032bb87cbd99cf1bd034fddb6d4.tar.gz
Bump release to 0.3.7 in rpm spec file.
Diffstat (limited to 'python-suds.spec')
-rw-r--r--python-suds.spec4
1 files changed, 3 insertions, 1 deletions
diff --git a/python-suds.spec b/python-suds.spec
index 182adb6..4b02c24 100644
--- a/python-suds.spec
+++ b/python-suds.spec
@@ -2,7 +2,7 @@
Summary: A python SOAP client
Name: python-suds
-Version: 0.3.6
+Version: 0.3.7
Release: 1%{?dist}
Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz
License: LGPLv3+
@@ -51,6 +51,8 @@ rm -rf $RPM_BUILD_ROOT
%doc README LICENSE
%changelog
+* Tue Jun 30 2009 jortel <jortel@redhat.com> - 0.3.7-1
+- 0.3.7
* Wed May 1 2009 jortel <jortel@redhat.com> - 0.3.6-1
- Change hard coded /tmp/suds to tempfile.gettempdir() and create suds/ on demand.
- Fix return type for Any.get_attribute().