forked from pool/gsoap
Accepting request 1167495 from devel:libraries:c_c++
- Update to release 2.8.133 OBS-URL: https://build.opensuse.org/request/show/1167495 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=84
This commit is contained in:
commit
16275c563f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:580f05d8269fd3faeb6c8144afe161218363281f696691fb36eb17d873bfcda3
|
|
||||||
size 18190280
|
|
3
gsoap-2.8.133.tar.xz
Normal file
3
gsoap-2.8.133.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f4d537da70e32403b333a768414fec675a84a5d856de85d65b50a5561a8c813f
|
||||||
|
size 17636064
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 11 19:46:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.133
|
||||||
|
* Fixed a bug in the source code generated by the wsdl2h and
|
||||||
|
soapcpp2 tools when invoked with option -c++11 (or -c++14 or
|
||||||
|
-c++17) when combined with option -d (DOM catch-all nodes).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Jan 2 13:24:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_132
|
%define lname libgsoap-2_8_133
|
||||||
Version: 2.8.132
|
Version: 2.8.133
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
@ -107,12 +107,12 @@ rm -f "$b/%_libdir"/*.la
|
|||||||
mkdir -p "$b/%_defaultdocdir"
|
mkdir -p "$b/%_defaultdocdir"
|
||||||
cp -a gsoap/doc "$b/%_defaultdocdir/%name"
|
cp -a gsoap/doc "$b/%_defaultdocdir/%name"
|
||||||
find "$b" -type f -name "*inconsolata*" -exec chmod a-x "{}" "+"
|
find "$b" -type f -name "*inconsolata*" -exec chmod a-x "{}" "+"
|
||||||
|
find "$b/%_datadir" -name "*.o" -print -delete
|
||||||
%if 0%{?fdupes:1}
|
%if 0%{?fdupes:1}
|
||||||
%fdupes %buildroot/%_prefix
|
%fdupes %buildroot/%_prefix
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%_bindir/*soap*
|
%_bindir/*soap*
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.132"
|
version="2.8.133"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user