Accepting request 442180 from devel:libraries:c_c++
- Update to new upstream release 2.8.39 OBS-URL: https://build.opensuse.org/request/show/442180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=24
This commit is contained in:
BIN
gsoap-2.8.37.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.37.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.39.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.39.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 18:39:11 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.39
|
||||
* Added auto-generated client-side REST API functions to simplify
|
||||
REST GET, PUT, POST operations with XML data.
|
||||
* the engine sets the temporary "C" locale for floating point
|
||||
conversion on most systems.
|
||||
- Drop gsoap-locale.diff (upstreamed)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 15 22:35:48 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Add gsoap-locale.diff to resolve truncation of "double"
|
||||
type floating point numbers when deserializing XML
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 26 13:24:28 UTC 2016 - jengelh@inai.de
|
||||
|
||||
|
10
gsoap.spec
10
gsoap.spec
@@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_37
|
||||
Version: 2.8.37
|
||||
%define lname libgsoap-2_8_39
|
||||
Version: 2.8.39
|
||||
Release: 0
|
||||
Summary: Toolkit for C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
@@ -28,8 +28,8 @@ Url: http://www.genivia.com/dev.html
|
||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.36.zip
|
||||
Source: gsoap-%version.tar.xz
|
||||
Source2: sanitize_source.sh
|
||||
Patch0: gsoap-automake1_13.diff
|
||||
Patch1: gsoap-01-sharedlibs.diff
|
||||
Patch1: gsoap-automake1_13.diff
|
||||
Patch2: gsoap-01-sharedlibs.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@@ -84,7 +84,7 @@ available or under development.
|
||||
%prep
|
||||
%setup -q
|
||||
cmp gsoap/stdsoap2.cpp gsoap/stdsoap2.c
|
||||
%patch -P 0 -P 1 -p1
|
||||
%patch -P 1 -P 2 -p1
|
||||
ln -fs stdsoap2.cpp gsoap/stdsoap2.c
|
||||
|
||||
%build
|
||||
|
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.37"
|
||||
version="2.8.39"
|
||||
shortver="2.8" # agh...
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
||||
|
Reference in New Issue
Block a user