[wso2-wsf-cpp] - Fixed typo in patch file

Peter MacKinnon pmackinn at fedoraproject.org
Thu Jul 12 17:10:38 UTC 2012


commit d822448b18db1c1158b7e07e866532a157645760
Author: Peter MacKinnon <pmackinn at redhat.com>
Date:   Thu Jul 12 13:10:32 2012 -0400

    - Fixed typo in patch file

 2.4_client_ip_API_change.patch |    2 +-
 wso2-wsf-cpp.spec              |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/2.4_client_ip_API_change.patch b/2.4_client_ip_API_change.patch
index 39c42be..3afa68b 100644
--- a/2.4_client_ip_API_change.patch
+++ b/2.4_client_ip_API_change.patch
@@ -6,7 +6,7 @@ index dac9c4e..e92fca6 100644
      out_stream = axutil_stream_create_basic(env);
      AXIS2_LOG_DEBUG(env->log, AXIS2_LOG_SI, "Client HTTP version %s", http_version);
  
-+    #if AP_SERVER_MINORVERSION_NUMBER >= 2 && AP_SERVER_MINORVERSION_NUMBER > 2
++    #if AP_SERVER_MAJORVERSION_NUMBER >= 2 && AP_SERVER_MINORVERSION_NUMBER > 2
 +    peer_ip = request->connection->client_ip;
 +    #else
      peer_ip = request->connection->remote_ip;
diff --git a/wso2-wsf-cpp.spec b/wso2-wsf-cpp.spec
index 524984f..7fd7999 100644
--- a/wso2-wsf-cpp.spec
+++ b/wso2-wsf-cpp.spec
@@ -25,7 +25,7 @@
 Name: %{pkg_name}
 Summary: WSO2 Web Services Framework for C++
 Version: %{pkg_ver}
-Release: 9%{?dist}
+Release: 10%{?dist}
 Group: Development/Tools
 License: ASL 2.0
 URL: http://wso2.org/library/wsf/cpp
@@ -624,6 +624,9 @@ mv -f %{buildroot}/%{_includedir}/*.h %{buildroot}/%{_includedir}/%{pkg_name}
 rm -rf %{buildroot}
 
 %changelog
+* Thu Jul 12 2012  Peter MacKinnon <pmackinn at redhat.com> - 2.1.0-10
+- Fixed typo in patch file
+
 * Thu Jul 12 2012  Peter MacKinnon <pmackinn at redhat.com> - 2.1.0-9
 - Added missing Requires: httpd-mmn
 


More information about the scm-commits mailing list