rpms/gsoap/EL-6 import.log, NONE, 1.1 use_libtool-2.7.16.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 gsoap.spec, 1.18, 1.19 sources, 1.7, 1.8 datadir_importpath-2.7.10.patch, 1.1, NONE install_soapcpp2_wsdl2h_aux-2.7.10.patch, 1.1, NONE no_locale.patch, 1.1, NONE unused_args.patch, 1.2, NONE use_libtool-2.7.10.patch, 1.1, NONE use_libtool-2.7.12.patch, 1.1, NONE

Mattias Ellert ellert at fedoraproject.org
Wed May 12 12:46:04 UTC 2010


Author: ellert

Update of /cvs/pkgs/rpms/gsoap/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12642/EL-6

Modified Files:
	.cvsignore gsoap.spec sources 
Added Files:
	import.log use_libtool-2.7.16.patch 
Removed Files:
	datadir_importpath-2.7.10.patch 
	install_soapcpp2_wsdl2h_aux-2.7.10.patch no_locale.patch 
	unused_args.patch use_libtool-2.7.10.patch 
	use_libtool-2.7.12.patch 
Log Message:
* Sat Apr 24 2010  <matt at redhat> - 2.7.16-1
- Update to gsoap 2.7.16
- Thanks to matt at mattjamison.com for update patches
- Removed unused_args patch (upstream)



--- NEW FILE import.log ---
gsoap-2_7_16-1_fc14:EL-6:gsoap-2.7.16-1.fc14.src.rpm:1273668309

use_libtool-2.7.16.patch:
 configure.in      |    8 ++++----
 gsoap/Makefile.am |   27 +++++++++++++--------------
 2 files changed, 17 insertions(+), 18 deletions(-)

--- NEW FILE use_libtool-2.7.16.patch ---
--- gsoap-2.7/configure.in	2010-04-24 11:48:25.000000000 -0500
+++ gsoap-2.7/configure.in.libtool	2010-04-24 11:44:51.000000000 -0500
@@ -15,8 +15,8 @@ AC_PROG_CC
 AM_PROG_LEX
 AC_PROG_YACC
 AC_PROG_CPP
-AC_PROG_RANLIB
-#AC_PROG_LIBTOOL
+#AC_PROG_RANLIB
+AC_PROG_LIBTOOL
 AC_PROG_LN_S
 AC_PROG_AWK
 AC_PROG_INSTALL
@@ -159,12 +159,12 @@ if test "x$with_openssl" = "xyes"; then
   AC_MSG_RESULT(no)
   WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
   WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz"
-  WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
+  WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
 else
   AC_MSG_RESULT(yes)
   WSDL2H_EXTRA_FLAGS=
   WSDL2H_EXTRA_LIBS=
-  WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
+  WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
 fi
 AC_SUBST(WSDL2H_EXTRA_FLAGS)
 AC_SUBST(WSDL2H_EXTRA_LIBS)
--- gsoap-2.7/gsoap/Makefile.am	2010-04-24 11:49:09.000000000 -0500
+++ gsoap-2.7/gsoap/Makefile.am.libtool	2010-04-24 11:46:34.000000000 -0500
@@ -31,20 +31,19 @@ stdsoap2_ssl.c: stdsoap2.cpp
 stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
 	$(LN_S) -f $(srcdir)/stdsoap2.cpp stdsoap2_ssl_cpp.cpp
 
-lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a
-
-libgsoap_a_SOURCES = stdsoap2.c
-libgsoap_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
-libgsoap___a_SOURCES = stdsoap2_cpp.cpp
-libgsoap___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
-libgsoapck_a_SOURCES = stdsoap2_ck.c
-libgsoapck_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
-libgsoapck___a_SOURCES = stdsoap2_ck_cpp.cpp
-libgsoapck___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
-libgsoapssl_a_SOURCES = stdsoap2_ssl.c
-libgsoapssl_a_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
-libgsoapssl___a_SOURCES = stdsoap2_ssl_cpp.cpp
-libgsoapssl___a_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
+lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la
+libgsoap_la_SOURCES = stdsoap2.c
+libgsoap_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
+libgsoap___la_SOURCES = stdsoap2_cpp.cpp
+libgsoap___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform)
+libgsoapck_la_SOURCES = stdsoap2_ck.c
+libgsoapck_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
+libgsoapck___la_SOURCES = stdsoap2_ck_cpp.cpp
+libgsoapck___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_COOKIES
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) -D$(platform) -DWITH_OPENSSL -DWITH_DOM -DWITH_GZIP
 
 BUILT_SOURCES = stdsoap2_cpp.cpp $(lib_LIBRARIES)
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/EL-6/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	7 Jan 2009 05:54:41 -0000	1.5
+++ .cvsignore	12 May 2010 12:46:03 -0000	1.6
@@ -1 +1 @@
-gsoap_2.7.12.tar.gz
+gsoap_2.7.16.zip


Index: gsoap.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/EL-6/gsoap.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- gsoap.spec	18 Sep 2009 06:40:38 -0000	1.18
+++ gsoap.spec	12 May 2010 12:46:03 -0000	1.19
@@ -1,13 +1,12 @@
 Summary: Generator Tools for Coding SOAP/XML Web Services in C and C++
 Name: gsoap
-Version: 2.7.13
-Release: 2%{?dist}
+Version: 2.7.16
+Release: 1%{?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
+Source0: http://downloads.sourceforge.net/gsoap2/gsoap_2.7.16.zip
+Patch0: use_libtool-2.7.16.patch
 Patch2: gsoap-2.7-openssl.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -47,8 +46,6 @@ gSOAP generated stubs
 # enable use of libtool in configure.in and a few Makefile.am files
 %patch0 -p1
 
-%patch1 -p1
-
 %patch2 -p1
 
 # a number of ~ files are distribute, but we do not want them
@@ -185,6 +182,8 @@ make check
 %_datadir/gsoap/custom/struct_timeval.h
 %_datadir/gsoap/custom/struct_tm.c
 %_datadir/gsoap/custom/struct_tm.h
+%_datadir/gsoap/custom/duration.c
+%_datadir/gsoap/custom/duration.h
 %dir %_datadir/gsoap/extras
 %_datadir/gsoap/extras/README.txt
 %_datadir/gsoap/extras/ckdb.c
@@ -231,6 +230,10 @@ make check
 %_datadir/gsoap/plugin/wsseapi.c
 %_datadir/gsoap/plugin/wsseapi.h
 %_datadir/gsoap/plugin/wsseapi.cpp
+%_datadir/gsoap/plugin/httpposttest.c
+%_datadir/gsoap/plugin/httpposttest.h
+%_datadir/gsoap/plugin/wsrmapi.c
+%_datadir/gsoap/plugin/wsrmapi.h
 %_libdir/pkgconfig/gsoapck.pc
 %_libdir/pkgconfig/gsoapck++.pc
 %_libdir/pkgconfig/gsoap.pc
@@ -255,6 +258,11 @@ make check
 
 
 %changelog
+* Sat Apr 24 2010  <matt at redhat> - 2.7.16-1
+- Update to gsoap 2.7.16
+- Thanks to matt at mattjamison.com for update patches
+- Removed unused_args patch (upstream)
+
 * Fri Sep 18 2009 Lubomir Rintel <lkundrak at v3.sk> - 2.7.13-2
 - Fix build
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gsoap/EL-6/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	18 Sep 2009 05:53:32 -0000	1.7
+++ sources	12 May 2010 12:46:03 -0000	1.8
@@ -1 +1 @@
-fffb49eb1db7ff03643a4313115dc3b1  gsoap_2.7.13.tar.gz
+90aee41c92aff90fa65b5734be24a123  gsoap_2.7.16.zip


--- datadir_importpath-2.7.10.patch DELETED ---


--- install_soapcpp2_wsdl2h_aux-2.7.10.patch DELETED ---


--- no_locale.patch DELETED ---


--- unused_args.patch DELETED ---


--- use_libtool-2.7.10.patch DELETED ---


--- use_libtool-2.7.12.patch DELETED ---



More information about the scm-commits mailing list