diff --git a/python-suds.spec b/python-suds.spec index 182adb6..8ac7afb 100644 --- a/python-suds.spec +++ b/python-suds.spec @@ -3,7 +3,7 @@ Summary: A python SOAP client Name: python-suds Version: 0.3.6 -Release: 1%{?dist} +Release: 2%{?dist} Source0: https://fedorahosted.org/releases/s/u/%{name}/%{name}-%{version}.tar.gz License: LGPLv3+ Group: Development/Libraries @@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT %doc README LICENSE %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 0.3.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed May 1 2009 jortel - 0.3.6-1 - Change hard coded /tmp/suds to tempfile.gettempdir() and create suds/ on demand. - Fix return type for Any.get_attribute().