From 02e4ff7470b8c50e0b10c460ccc45db98d062ebac6ebcc44a54ecac1f9dcd21e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Feb 2012 15:21:40 +0000 Subject: [PATCH] gsoap 2.8.7 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=14 --- gsoap-2.8.4.tar.xz | 3 --- gsoap-2.8.7.tar.xz | 3 +++ gsoap.changes | 24 ++++++++++++++++++++++++ gsoap.spec | 7 ++++--- sanitize_source.sh | 2 +- 5 files changed, 32 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.4.tar.xz create mode 100644 gsoap-2.8.7.tar.xz diff --git a/gsoap-2.8.4.tar.xz b/gsoap-2.8.4.tar.xz deleted file mode 100644 index d6bc216..0000000 --- a/gsoap-2.8.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b691423f59eb49e66e4b096dc0023ce04788c9058808bcdd9504ffa42d4950ab -size 4903360 diff --git a/gsoap-2.8.7.tar.xz b/gsoap-2.8.7.tar.xz new file mode 100644 index 0000000..49f6b30 --- /dev/null +++ b/gsoap-2.8.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f14742f34e80e8f83f62f28999008bce258617479d816c6471d33ad01f57a42 +size 4933428 diff --git a/gsoap.changes b/gsoap.changes index 4161741..0803eee 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Feb 7 13:09:08 UTC 2012 - mseben@gmail.com + +- included static libraries to devel subpackage +- Update to gsoap 2.8.7 +* Added new REST examples. +* Added libary versioning check to ensure project builds are + consistent. +* Improved interoperability of wsdl2h output wrt. to element + qualification. +* Renamed TANDEM to TANDEM_NONSTOP to prevent naming conflicts. +* Fixed WS-Discovery URL. +* Fixed soapcpp2 option -i and -j server chaining. +- changes in version 2.8.6 +* Improved WS-Security compatibility. +* Fixed multi and cyclic WSDL import. +* Fixed tags of qualified referenced elements. +* Fixed C builds for improved portability. +- changes in version 2.8.5 +* Fixed build issues with WS-Discovery. +* Fixed HTTP basic auth crash. +* Fixed WITH_COMPAT and WITH_C_LOCALE. +* Fixed wsdl2h output for XSD abstract element extraneous ';'. + ------------------------------------------------------------------- Thu Nov 10 11:40:07 UTC 2011 - jengelh@medozas.de diff --git a/gsoap.spec b/gsoap.spec index d67f9dd..36f48fd 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -18,11 +18,11 @@ Name: gsoap %define lname libgsoap-2_8-0 Summary: Toolkit for C/C++ server and client web service applications -Version: 2.8.4 +Version: 2.8.7 Release: 0 Group: Development/Libraries/C and C++ URL: http://gsoap2.sf.net/ -License: GPLv2 +License: GPL-2.0 Source: gsoap-%version.tar.xz Source2: sanitize_source.sh @@ -32,6 +32,7 @@ Patch3: gsoap-03-initext.diff Patch4: gsoap-04-strerror.diff Patch5: gsoap-05-ipv6.diff BuildRoot: %_tmppath/%name-%version-build +BuildRequires: autoconf, automake, libtool BuildRequires: bison, fdupes flex, gcc-c++, pkgconfig %if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(gnutls), pkgconfig(libcrypto), pkgconfig(libssl) @@ -111,7 +112,7 @@ make %{?_smp_mflags}; %install b="%buildroot"; make install DESTDIR="$b"; -find "$b" -type f -name "*.la" -delete; +rm -f "$b/%_libdir"/*.la; %fdupes %buildroot %post -n %lname -p /sbin/ldconfig diff --git a/sanitize_source.sh b/sanitize_source.sh index eabafbb..990cb32 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then exit 1; fi; -version="2.8.4"; +version="2.8.7"; shortver="2.8"; # agh... rm -Rf "gsoap-$shortver" "gsoap-$version";