Accepting request 141605 from devel:libraries:c_c++

Changelog for a patch nobody seriously cares about
- Removed gsoap-03-initext.diff, merged upstream

OBS-URL: https://build.opensuse.org/request/show/141605
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=4
This commit is contained in:
Ismail Dönmez 2012-11-18 19:25:32 +00:00 committed by Git OBS Bridge
commit 7bc878e744
6 changed files with 19 additions and 37 deletions

View File

@ -1,29 +0,0 @@
From: Jan Engelhardt <jengelh@medozas.de>
Date: 2011-07-01 17:19:00 +0200
build: resolve compiler warning
An extern declaration must not be a definition.
wsdl2h.cpp:88:7: warning: 'mapfile' initialized and declared 'extern'
wsdl2h.cpp:89:7: warning: 'import_path' initialized and declared 'extern'
wsdl2h.cpp:90:7: warning: 'cwd_path' initialized and declared 'extern'
wsdl2h.cpp:91:7: warning: 'cppnamespace' initialized and declared 'extern'
---
gsoap/wsdl/wsdl2h.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: gsoap-2.8.3/gsoap/wsdl/wsdl2h.cpp
===================================================================
--- gsoap-2.8.3.orig/gsoap/wsdl/wsdl2h.cpp
+++ gsoap-2.8.3/gsoap/wsdl/wsdl2h.cpp
@@ -84,7 +84,7 @@ char *infile[MAXINFILES],
*proxy_host = NULL,
*proxy_userid = NULL,
*proxy_passwd = NULL;
-extern const char
+const char
*mapfile = WSDL_TYPEMAP_FILE,
*import_path = WSDL2H_IMPORT_PATH,
*cwd_path = NULL,

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aef91e58a39b6dea4dd596b8e70b810fb6de11b70554e79e8621719c875823b5
size 6969960

3
gsoap-2.8.11.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c72bc30e6737174cef89e93d168c07ff6bbf482319ea745e53796eda44c40de9
size 7162664

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 14 22:36:29 UTC 2012 - jengelh@inai.de
- Update to new upstream release 2.8.11
* Added soapcpp2 -0 option to remove SOAP bindings when applicable
* Changed wsdl2h output for the few cases that multiple service
bindings are defined, use wsdl2h -Nns for backward compatibility
- Update to new upstream release 2.8.10
* Added soapcpp2 -Q option (C++ namespaces)
* Added wsdl2h -b option (bi-directional operations for duplex services)
- Removed gsoap-03-initext.diff, merged upstream
-------------------------------------------------------------------
Tue Sep 4 03:58:01 UTC 2012 - jengelh@inai.de

View File

@ -21,16 +21,15 @@ Name: gsoap
Summary: Toolkit for C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception
Group: Development/Libraries/C and C++
Version: 2.8.10
Version: 2.8.11
Release: 0
Url: http://gsoap2.sf.net/
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.10.zip
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.11.zip
Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh
Patch1: gsoap-01-sharedlibs.diff
Patch2: gsoap-02-typepuns.diff
Patch3: gsoap-03-initext.diff
Patch4: gsoap-04-strerror.diff
Patch5: gsoap-05-ipv6.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -111,7 +110,7 @@ symlinks for libgsoap.
tar -xf "%{S:0}" --use=xz;
%setup -DTq
%endif
%patch -P 1 -P 2 -P 3 -P 4 -P 5 -p1
%patch -P 1 -P 2 -P 4 -P 5 -p1
%build
# Rebuild configure - fix that utterly long mktime test.

View File

@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then
exit 1;
fi;
version="2.8.10";
version="2.8.11";
shortver="2.8"; # agh...
rm -Rf "gsoap-$shortver" "gsoap-$version";