rpms/gsoap/F-11 gsoap.spec,1.13,1.14 unused_args.patch,1.2,1.3

Matthew Farrellee matt at fedoraproject.org
Mon May 11 15:39:13 UTC 2009


Author: matt

Update of /cvs/pkgs/rpms/gsoap/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2961

Modified Files:
	gsoap.spec unused_args.patch 
Log Message:
updated to 2.7.13


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-11/gsoap.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- gsoap.spec	11 May 2009 15:24:58 -0000	1.13
+++ gsoap.spec	11 May 2009 15:38:43 -0000	1.14
@@ -155,6 +155,8 @@ make check
 %_datadir/gsoap/import/xmlmime5.h
 %_datadir/gsoap/import/xmlmime.h
 %_datadir/gsoap/import/xop.h
+%_datadir/gsoap/import/stdstring.h
+%_datadir/gsoap/import/xsd.h
 %dir %_datadir/gsoap/WS
 %_datadir/gsoap/WS/README.txt
 %_datadir/gsoap/WS/WS-Addressing.xsd
@@ -225,6 +227,7 @@ make check
 %_datadir/gsoap/plugin/wsse2api.h
 %_datadir/gsoap/plugin/wsseapi.c
 %_datadir/gsoap/plugin/wsseapi.h
+%_datadir/gsoap/plugin/wsseapi.cpp
 %_libdir/pkgconfig/gsoapck.pc
 %_libdir/pkgconfig/gsoapck++.pc
 %_libdir/pkgconfig/gsoap.pc

unused_args.patch:

Index: unused_args.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/F-11/unused_args.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- unused_args.patch	11 May 2009 15:24:58 -0000	1.2
+++ unused_args.patch	11 May 2009 15:38:43 -0000	1.3
@@ -13,8 +13,8 @@ diff -rup gsoap-2.7/gsoap/src/symbol2.c 
          fprintf(fout,"\n\nvoid %s::soap_default(struct soap *soap)\n{", c_ident(typ)); 
          if ((s = has_soapref(typ)))
            fprintf(fout,"\n\tthis->%s = soap;", s);
-+		else
-+		  fprintf(fout,"\n\t(void)soap; /* appease -Wall -Werror */");
++         else
++           fprintf(fout,"\n\t(void)soap; /* appease -Wall -Werror */");
  	d = get_Darraydims(typ);
          if (d)
  	{ fprintf(fout,"\n\tthis->%s = NULL;", ident(p->sym->name));
@@ -22,8 +22,8 @@ diff -rup gsoap-2.7/gsoap/src/symbol2.c 
          fprintf(fout,"\n\nSOAP_FMAC3 void SOAP_FMAC4 soap_default_%s(struct soap *soap, %s)\n{", c_ident(typ),c_type_id(typ, "*a")); 
          if ((s = has_soapref(typ)))
            fprintf(fout,"\n\ta->%s = soap;", s);
-+        else
-+		  fprintf(fout,"\n\t(void)soap; /* appease -Wall -Werror */")
++         else
++           fprintf(fout,"\n\t(void)soap; /* appease -Wall -Werror */");
  	d = get_Darraydims(typ);
          if (d)
  	{ fprintf(fout,"\n\ta->%s = NULL;", ident(p->sym->name));




More information about the scm-commits mailing list