From cc0cc152fad97012db46a14fd83332aaa49627b9 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Sun, 26 Jul 2009 23:10:43 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- python-suds.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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().