rpms/gsoap/devel gsoap-2.7-const.patch, NONE, 1.1 gsoap.spec, 1.16, 1.17

Lubomir Rintel lkundrak at fedoraproject.org
Fri Sep 18 06:22:24 UTC 2009


Author: lkundrak

Update of /cvs/pkgs/rpms/gsoap/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5782

Modified Files:
	gsoap.spec 
Added Files:
	gsoap-2.7-const.patch 
Log Message:
* Fri Sep 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.7.13-2
- Fix build


gsoap-2.7-const.patch:
 stdsoap2_ssl_cpp.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE gsoap-2.7-const.patch ---
Fix build in Rawhide.

Lubomir Rintel <lkundrak at v3.sk>

diff -up gsoap-2.7/gsoap/stdsoap2_ssl_cpp.cpp.const gsoap-2.7/gsoap/stdsoap2_ssl_cpp.cpp
--- gsoap-2.7/gsoap/stdsoap2_ssl_cpp.cpp.const	2009-09-18 08:16:01.749920054 +0200
+++ gsoap-2.7/gsoap/stdsoap2_ssl_cpp.cpp	2009-09-18 08:16:25.254921899 +0200
@@ -4158,7 +4158,7 @@ again:
           { X509_EXTENSION *ext = X509_get_ext(peer, i);
             const char *ext_str = OBJ_nid2sn(OBJ_obj2nid(X509_EXTENSION_get_object(ext)));
             if (ext_str && !strcmp(ext_str, "subjectAltName"))
-            { X509V3_EXT_METHOD *meth = X509V3_EXT_get(ext);
+            { const X509V3_EXT_METHOD *meth = X509V3_EXT_get(ext);
               void *ext_data;
 #if (OPENSSL_VERSION_NUMBER >= 0x0090800fL)
               const unsigned char *data;


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/devel/gsoap.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- gsoap.spec	18 Sep 2009 05:53:32 -0000	1.16
+++ gsoap.spec	18 Sep 2009 06:22:22 -0000	1.17
@@ -1,13 +1,14 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
 Version: 2.7.13
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://gsoap2.sourceforge.net
 Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.13.tar.gz
 Patch0: use_libtool-2.7.12.patch
 Patch1: unused_args.patch
+Patch2: gsoap-2.7-const.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires: flex
@@ -252,6 +253,9 @@ make check
 
 
 %changelog
+* Fri Sep 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.7.13-2
+- Fix build
+
 * Mon May 11 2009  <matt at redhat> - 2.7.13-1
 - Updated to gsoap 2.7.13
 




More information about the fedora-extras-commits mailing list