From 2eda52444530045b4f9cd7789cf3e716b42a2f9e3af7be7932ad2649838d5b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 20 Feb 2016 14:49:53 +0000 Subject: [PATCH] Accepting request 360617 from home:pluskalm:branches:devel:libraries:c_c++ - Update to 1.9.20160209 * change miniwget to return HTTP status code * increments API_VERSION to 16 * Improve UPNPIGD_IsConnected() to check if WAN address is not private. parse HTTP response status line in miniwget.c OBS-URL: https://build.opensuse.org/request/show/360617 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/miniupnpc?expand=0&rev=17 --- baselibs.conf | 2 +- miniupnpc-1.9.20151026.tar.gz | 3 --- miniupnpc-1.9.20160209.tar.gz | 3 +++ miniupnpc.changes | 9 +++++++++ miniupnpc.spec | 6 +++--- 5 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 miniupnpc-1.9.20151026.tar.gz create mode 100644 miniupnpc-1.9.20160209.tar.gz diff --git a/baselibs.conf b/baselibs.conf index 95743c9..eec6fa2 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1 @@ -libminiupnpc15 +libminiupnpc16 diff --git a/miniupnpc-1.9.20151026.tar.gz b/miniupnpc-1.9.20151026.tar.gz deleted file mode 100644 index 25849bf..0000000 --- a/miniupnpc-1.9.20151026.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f3cf9a5a31588a917d4d9237e5bc50f84d00c5aa48e27ed50d9b88dfa6a25d47 -size 84208 diff --git a/miniupnpc-1.9.20160209.tar.gz b/miniupnpc-1.9.20160209.tar.gz new file mode 100644 index 0000000..5cb5c40 --- /dev/null +++ b/miniupnpc-1.9.20160209.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:572171eacc1d72537ce47b6f4571260757ab7bcfdaf54c3a55c7f88594d94b6f +size 85268 diff --git a/miniupnpc.changes b/miniupnpc.changes index 8ffe1c5..5df2299 100644 --- a/miniupnpc.changes +++ b/miniupnpc.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Feb 20 13:47:40 UTC 2016 - mpluskal@suse.com + +- Update to 1.9.20160209 + * change miniwget to return HTTP status code + * increments API_VERSION to 16 + * Improve UPNPIGD_IsConnected() to check if WAN address is not + private. parse HTTP response status line in miniwget.c + ------------------------------------------------------------------- Tue Nov 17 21:24:51 UTC 2015 - mpluskal@suse.com diff --git a/miniupnpc.spec b/miniupnpc.spec index 2a1fe8b..86d6553 100644 --- a/miniupnpc.spec +++ b/miniupnpc.spec @@ -1,7 +1,7 @@ # # spec file for package miniupnpc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,9 +16,9 @@ # -%define soname 15 +%define soname 16 Name: miniupnpc -Version: 1.9.20151026 +Version: 1.9.20160209 Release: 0 Summary: Universal Plug'n'Play (UPnP) Client License: BSD-3-Clause