From 00960e108d206ebe60760319994248ab7bd872fe81388e7194c52b92ecbeb972 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Tue, 19 Nov 2019 08:47:52 +0000
Subject: [PATCH] - Update to release 2.8.95

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=185
---
 gsoap-2.8.94.tar.xz | 3 ---
 gsoap-2.8.95.tar.xz | 3 +++
 gsoap.changes       | 9 +++++++++
 gsoap.spec          | 8 ++++----
 sanitize_source.sh  | 2 +-
 5 files changed, 17 insertions(+), 8 deletions(-)
 delete mode 100644 gsoap-2.8.94.tar.xz
 create mode 100644 gsoap-2.8.95.tar.xz

diff --git a/gsoap-2.8.94.tar.xz b/gsoap-2.8.94.tar.xz
deleted file mode 100644
index 02c0102..0000000
--- a/gsoap-2.8.94.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:fff43c96c9f19556e85f60fe283f58d4ce7c660b2e4f378bfb6947e913f9174b
-size 16081400
diff --git a/gsoap-2.8.95.tar.xz b/gsoap-2.8.95.tar.xz
new file mode 100644
index 0000000..b7da8eb
--- /dev/null
+++ b/gsoap-2.8.95.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1ae4e926d6c4adc8dc7caa3b9c43e6e0101e2a9c88791bf902836c450f3a41b1
+size 16005832
diff --git a/gsoap.changes b/gsoap.changes
index f74d44b..34c3098 100644
--- a/gsoap.changes
+++ b/gsoap.changes
@@ -1,3 +1,12 @@
+-------------------------------------------------------------------
+Tue Nov 19 08:47:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
+
+- Update to release 2.8.95
+  * Upgraded smdevp.c to replace deprecated OpenSSL API function.
+  * Updated WS-Security WSSE plugin, documentation, and demo.
+  * Improved soapcpp2 execution speed to generate WSDL and
+    XSD files.
+
 -------------------------------------------------------------------
 Fri Oct 18 21:28:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
 
diff --git a/gsoap.spec b/gsoap.spec
index 9ff4065..f27ec82 100644
--- a/gsoap.spec
+++ b/gsoap.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package gsoap
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           gsoap
-%define lname	libgsoap-2_8_94
-Version:        2.8.94
+%define lname	libgsoap-2_8_95
+Version:        2.8.95
 Release:        0
 Summary:        Toolkit for SOAP/REST-based C/C++ server and client web service applications
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          Development/Libraries/C and C++
-Url:            http://www.genivia.com/dev.html
+URL:            http://www.genivia.com/dev.html
 
 Source:         gsoap-%version.tar.xz
 Source2:        sanitize_source.sh
diff --git a/sanitize_source.sh b/sanitize_source.sh
index 893d456..e423b63 100644
--- a/sanitize_source.sh
+++ b/sanitize_source.sh
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
 	exit 1;
 fi;
 
-version="2.8.94"
+version="2.8.95"
 shortver="2.8" # agh...
 if [ ! -e "gsoap_$version.zip" ]; then
 	wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"