[jabberpy/el5] fix build failure

Milan Zazrivec mzazrive at fedoraproject.org
Tue Jul 8 14:33:50 UTC 2014


commit 81e831ad9523a006b2f4beeb5fdc0dc093bdb6cb
Author: Milan Zazrivec <mzazrivec at redhat.com>
Date:   Tue Jul 8 16:33:49 2014 +0200

    fix build failure

 jabberpy.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jabberpy.spec b/jabberpy.spec
index 609aece..be1d850 100644
--- a/jabberpy.spec
+++ b/jabberpy.spec
@@ -2,7 +2,7 @@
 Name:          jabberpy
 Version:       0.5
 # Used like this because upstream releases like 0.5-0
-Release:       0.19%{?dist}
+Release:       0.20%{?dist}
 Summary:       Python xmlstream and jabber IM protocol libs
 
 Group:         Development/Libraries
@@ -32,7 +32,7 @@ chmod -x examples/*.py
 %patch0 -p1 -b .no-init
 %patch1 -p1 -b .clean-sockets
 %patch2 -p0 -b .ipv6
-%patch3 -p0 -b .proxy
+%patch3 -p1 -b .proxy
 
 %build
 %{__python} setup.py  build
@@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Jul  8 2014 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.19
+* Tue Jul  8 2014 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.20
 - non-blocking read in initial communication with proxy
 
 * Fri Sep 23 2011 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.18


More information about the scm-commits mailing list