rpms/gsoap/devel gsoap.spec,1.6,1.7

Matthew Farrellee (matt) fedora-extras-commits at redhat.com
Mon Feb 18 14:56:35 UTC 2008


Author: matt

Update of /cvs/pkgs/rpms/gsoap/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11191

Modified Files:
	gsoap.spec 
Log Message:
removed unnecessary/confusing configure flag


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/devel/gsoap.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gsoap.spec	28 Jan 2008 18:57:01 -0000	1.6
+++ gsoap.spec	18 Feb 2008 14:55:55 -0000	1.7
@@ -1,7 +1,7 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
 Version: 2.7.10
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Development/Tools
 URL: http://gsoap2.sourceforge.net
@@ -73,7 +73,7 @@
 # patches change autoconf and automake files, so we must reconfigure
 autoreconf --install --force
 
-%configure --disable-namespaces --disable-static --prefix=/usr
+%configure --disable-static --prefix=/usr
 
 # dependencies are not declared properly
 #make %{?_smp_mflags}
@@ -254,6 +254,10 @@
 
 
 %changelog
+* Mon Feb 18 2008  <mfarrellee at redhat> - 2.7.10-2
+- Removed --disable-namespaces from configure, result is code compiled
+  against gsoap does not need to call set_soap_namespaces
+
 * Sun Jan 27 2008  <mfarrellee at redhat> - 2.7.10-1
 - Upgraded to 2.7.10 release
 - Stopped hosting patches on grid.et.redhat.com




More information about the fedora-extras-commits mailing list