Accepting request 437940 from devel:libraries:c_c++
- Update to new upstream release 2.8.37 OBS-URL: https://build.opensuse.org/request/show/437940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=23
This commit is contained in:
commit
042db15fb5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ec7252cb87def0c6b3aac659ca7f60b36a6a9b0283e00a961e1c1d55fbfd324
|
|
||||||
size 19681492
|
|
3
gsoap-2.8.37.tar.xz
Normal file
3
gsoap-2.8.37.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:873a2e7b2d3670951274cf065472519dbee673625e995ac8ef65e5567b38a9be
|
||||||
|
size 19693260
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 26 13:24:28 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.37
|
||||||
|
* Added server-side HTTP cross-origin resource sharing (CORS)
|
||||||
|
access control using HTTP OPTIONS `fopt()` callback.
|
||||||
|
* Fixed an issue causing UDP message fragmentation.
|
||||||
|
* Fixed `soap_mq` message queue plugin dropping connections.
|
||||||
|
* Fixed missing nested [] in arrayType value in SOAP 1.1 encoding.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 26 23:56:23 UTC 2016 - jengelh@inai.de
|
Mon Sep 26 23:56:23 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_36
|
%define lname libgsoap-2_8_37
|
||||||
Version: 2.8.36
|
Version: 2.8.37
|
||||||
Release: 0
|
Release: 0
|
||||||
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
|
||||||
@ -108,7 +108,7 @@ b="%buildroot"
|
|||||||
make install DESTDIR="$b"
|
make install DESTDIR="$b"
|
||||||
rm -f "$b/%_libdir"/*.la
|
rm -f "$b/%_libdir"/*.la
|
||||||
%if 0%{?fdupes:1}
|
%if 0%{?fdupes:1}
|
||||||
%fdupes %buildroot
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%post -n %lname -p /sbin/ldconfig
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.36"
|
version="2.8.37"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user