[jabberpy/el6] fix build failure

Milan Zazrivec mzazrive at fedoraproject.org
Tue Jul 8 14:35:17 UTC 2014


commit b8e9060d0b3143304ff535411f59f0a0048db95c
Author: Milan Zazrivec <mzazrivec at redhat.com>
Date:   Tue Jul 8 16:35:21 2014 +0200

    fix build failure

 jabberpy.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/jabberpy.spec b/jabberpy.spec
index 5f5e494..f11a391 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.23%{?dist}
+Release:       0.24%{?dist}
 Summary:       Python xmlstream and jabber IM protocol libs
 
 Group:         Development/Libraries
@@ -34,7 +34,7 @@ chmod -x examples/*.py
 %patch1 -p1 -b .clean-sockets
 %patch2 -p0 -b .ipv6
 %patch3 -p0 -b .sha-deprecation
-%patch4 -p0 -b .proxy
+%patch4 -p1 -b .proxy
 
 %build
 %{__python} setup.py  build
@@ -53,7 +53,7 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Tue Jul  8 2014 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.23
+* Tue Jul  8 2014 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.24
 - use blocking read in initial communication with http proxy
 
 * Tue Mar 20 2012 Milan Zazrivec <mzazrivec at redhat.com> 0.5-0.22


More information about the scm-commits mailing list