Jan Engelhardt 2012-02-08 15:21:40 +00:00 committed by Git OBS Bridge
parent 0ed691c2ee
commit 02e4ff7470
5 changed files with 32 additions and 7 deletions

View File

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

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

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

View File

@ -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

View File

@ -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

View File

@ -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";