Accepting request 157959 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/157959 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=6
This commit is contained in:
commit
9fc051c1fc
@ -10,21 +10,21 @@ build: always use shared libraries
|
|||||||
gsoap/samples/databinding/Makefile.am | 2 +-
|
gsoap/samples/databinding/Makefile.am | 2 +-
|
||||||
4 files changed, 25 insertions(+), 20 deletions(-)
|
4 files changed, 25 insertions(+), 20 deletions(-)
|
||||||
|
|
||||||
Index: gsoap-2.8.3/configure.in
|
Index: gsoap-2.8.14/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.3.orig/configure.in
|
--- gsoap-2.8.14.orig/configure.in
|
||||||
+++ gsoap-2.8.3/configure.in
|
+++ gsoap-2.8.14/configure.in
|
||||||
@@ -16,8 +16,7 @@ AM_PROG_CC_C_O
|
@@ -16,8 +16,7 @@ AM_PROG_CC_C_O
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
-AC_PROG_RANLIB
|
-AC_PROG_RANLIB
|
||||||
-#AC_PROG_LIBTOOL
|
-#AM_PROG_LIBTOOL
|
||||||
+LT_INIT
|
+LT_INIT
|
||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
@@ -222,13 +221,13 @@ if test "x$with_openssl" = "xyes"; then
|
@@ -226,13 +225,13 @@ if test "x$with_openssl" = "xyes"; then
|
||||||
WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
|
WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
|
||||||
WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||||
@ -40,7 +40,7 @@ Index: gsoap-2.8.3/configure.in
|
|||||||
fi
|
fi
|
||||||
if test -n "$OPENSSL"; then
|
if test -n "$OPENSSL"; then
|
||||||
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||||
@@ -240,7 +239,7 @@ else
|
@@ -244,7 +243,7 @@ else
|
||||||
WSDL2H_EXTRA_FLAGS=
|
WSDL2H_EXTRA_FLAGS=
|
||||||
WSDL2H_EXTRA_LIBS=
|
WSDL2H_EXTRA_LIBS=
|
||||||
SAMPLE_SSL_LIBS=
|
SAMPLE_SSL_LIBS=
|
||||||
@ -49,10 +49,10 @@ Index: gsoap-2.8.3/configure.in
|
|||||||
fi
|
fi
|
||||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||||
Index: gsoap-2.8.3/gsoap/Makefile.am
|
Index: gsoap-2.8.14/gsoap/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.3.orig/gsoap/Makefile.am
|
--- gsoap-2.8.14.orig/gsoap/Makefile.am
|
||||||
+++ gsoap-2.8.3/gsoap/Makefile.am
|
+++ gsoap-2.8.14/gsoap/Makefile.am
|
||||||
@@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
@@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||||
dom_cpp.cpp: dom.cpp
|
dom_cpp.cpp: dom.cpp
|
||||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||||
@ -93,10 +93,10 @@ Index: gsoap-2.8.3/gsoap/Makefile.am
|
|||||||
|
|
||||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
|
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
|
||||||
|
|
||||||
Index: gsoap-2.8.3/gsoap/samples/autotest/Makefile.am
|
Index: gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.3.orig/gsoap/samples/autotest/Makefile.am
|
--- gsoap-2.8.14.orig/gsoap/samples/autotest/Makefile.am
|
||||||
+++ gsoap-2.8.3/gsoap/samples/autotest/Makefile.am
|
+++ gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
|
||||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
||||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||||
SOAPHEADER=$(srcdir)/examples.h
|
SOAPHEADER=$(srcdir)/examples.h
|
||||||
@ -106,11 +106,11 @@ Index: gsoap-2.8.3/gsoap/samples/autotest/Makefile.am
|
|||||||
|
|
||||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||||
Index: gsoap-2.8.3/gsoap/samples/databinding/Makefile.am
|
Index: gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.3.orig/gsoap/samples/databinding/Makefile.am
|
--- gsoap-2.8.14.orig/gsoap/samples/databinding/Makefile.am
|
||||||
+++ gsoap-2.8.3/gsoap/samples/databinding/Makefile.am
|
+++ gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
|
||||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-2 -CS -p address -I$(top_src
|
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
||||||
WSDLINPUT=$(srcdir)/address.xsd
|
WSDLINPUT=$(srcdir)/address.xsd
|
||||||
SOAPHEADER=$(srcdir)/address.h
|
SOAPHEADER=$(srcdir)/address.h
|
||||||
SOAP_CPP_SRC=addressC.cpp
|
SOAP_CPP_SRC=addressC.cpp
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c72bc30e6737174cef89e93d168c07ff6bbf482319ea745e53796eda44c40de9
|
|
||||||
size 7162664
|
|
3
gsoap-2.8.14.tar.xz
Normal file
3
gsoap-2.8.14.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fee2410fa8082bdbb4d9109043c8ae7123891e7ceda7aa1abaa29c20e1aafca2
|
||||||
|
size 7890404
|
23
gsoap-automake1_13.diff
Normal file
23
gsoap-automake1_13.diff
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
From: Jan Engelhardt <jengelh@inai.de>
|
||||||
|
Date: 2013-02-28 23:21:08.137905619 +0100
|
||||||
|
|
||||||
|
automake-1.13 has finally removed AM_CONFIG_HEADER.
|
||||||
|
|
||||||
|
---
|
||||||
|
configure.in | 3 +--
|
||||||
|
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||||
|
|
||||||
|
Index: gsoap-2.8.14/configure.in
|
||||||
|
===================================================================
|
||||||
|
--- gsoap-2.8.14.orig/configure.in
|
||||||
|
+++ gsoap-2.8.14/configure.in
|
||||||
|
@@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE(gsoap, 2.8)
|
||||||
|
AC_CONFIG_SRCDIR([gsoap/stdsoap2.cpp])
|
||||||
|
AC_CANONICAL_HOST
|
||||||
|
|
||||||
|
-# AC_CONFIG_HEADERS([config.h])
|
||||||
|
-AM_CONFIG_HEADER(config.h)
|
||||||
|
+AC_CONFIG_HEADERS([config.h])
|
||||||
|
|
||||||
|
# we use subdirs.
|
||||||
|
AC_PROG_MAKE_SET
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 28 22:31:47 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.14
|
||||||
|
* Added explanation of wsdl2h option -Nname which is used to
|
||||||
|
generate a service (and its prefix name) for each service
|
||||||
|
binding (bindings are collected in one service by default).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 14 22:36:29 UTC 2012 - jengelh@inai.de
|
Wed Nov 14 22:36:29 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,13 +21,14 @@ Name: gsoap
|
|||||||
Summary: Toolkit for C/C++ server and client web service applications
|
Summary: Toolkit for C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 2.8.11
|
Version: 2.8.14
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://gsoap2.sf.net/
|
Url: http://gsoap2.sf.net/
|
||||||
|
|
||||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.11.zip
|
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.14.zip
|
||||||
Source: gsoap-%version.tar.xz
|
Source: gsoap-%version.tar.xz
|
||||||
Source2: sanitize_source.sh
|
Source2: sanitize_source.sh
|
||||||
|
Patch0: gsoap-automake1_13.diff
|
||||||
Patch1: gsoap-01-sharedlibs.diff
|
Patch1: gsoap-01-sharedlibs.diff
|
||||||
Patch2: gsoap-02-typepuns.diff
|
Patch2: gsoap-02-typepuns.diff
|
||||||
Patch4: gsoap-04-strerror.diff
|
Patch4: gsoap-04-strerror.diff
|
||||||
@ -110,7 +111,7 @@ symlinks for libgsoap.
|
|||||||
tar -xf "%{S:0}" --use=xz;
|
tar -xf "%{S:0}" --use=xz;
|
||||||
%setup -DTq
|
%setup -DTq
|
||||||
%endif
|
%endif
|
||||||
%patch -P 1 -P 2 -P 4 -P 5 -p1
|
%patch -P 0 -P 1 -P 2 -P 4 -P 5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Rebuild configure - fix that utterly long mktime test.
|
# Rebuild configure - fix that utterly long mktime test.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Shrink the gsoap archive from 18 MB -> 7 MB.
|
# Shrink the gsoap archive from 18 MB -> 7 MB.
|
||||||
#
|
#
|
||||||
# Requires: fdupes hxtools
|
# Requires: fdupes, hxtools
|
||||||
|
|
||||||
if ! which fdupes >/dev/null; then
|
if ! which fdupes >/dev/null; then
|
||||||
echo "fdupes not installed.";
|
echo "fdupes not installed.";
|
||||||
@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.11";
|
version="2.8.14";
|
||||||
shortver="2.8"; # agh...
|
shortver="2.8"; # agh...
|
||||||
|
|
||||||
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
||||||
|
Loading…
Reference in New Issue
Block a user