diff --git a/miniupnpc-1.7.tar.gz b/miniupnpc-1.7.tar.gz deleted file mode 100644 index 9f1fdfb..0000000 --- a/miniupnpc-1.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16dd2456be9b4bf290667c00eeb38c77ad47eb2107569b2dadcfcee8c9af6337 -size 68327 diff --git a/miniupnpc-1.8.tar.gz b/miniupnpc-1.8.tar.gz new file mode 100644 index 0000000..e3b7846 --- /dev/null +++ b/miniupnpc-1.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5f73c7b0056252c1888a80e6075787a1e1e9112b808f863a245483ff79859c +size 70624 diff --git a/miniupnpc.changes b/miniupnpc.changes index d89b991..d20b077 100644 --- a/miniupnpc.changes +++ b/miniupnpc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 6 07:37:52 UTC 2013 - joop.boonen@opensuse.org + +- Update to 1.8: + * fix testminiwget with no IPv6 support + * Rename all include guards to not clash with C99 + (7.1.3 Reserved identifiers). + * Added -e option to upnpc program (set description for port mappings) + * Python 3 support (thanks to Christopher Foo) + * Fix a memory link in UPNP_GetValidIGD() + * Try to handle scope id in link local IPv6 URL under MS Windows + * Disable HAS_IP_MREQN on DragonFly BSD + * GetUPNPUrls() now inserts scope into link-local IPv6 addresses + * More error return checks in upnpc.c + #define MINIUPNPC_GET_SRC_ADDR enables receivedata() to get scope_id + * parseURL() now parses IPv6 addresses scope + * new parameter for miniwget() : IPv6 address scope + * increment API_VERSION to 9 + * fixed CMakeLists.txt + * Improvements in testminiwget.sh + ------------------------------------------------------------------- Mon Dec 24 22:29:47 UTC 2012 - p.drouand@gmail.com diff --git a/miniupnpc.spec b/miniupnpc.spec index aaab861..d04c1dd 100644 --- a/miniupnpc.spec +++ b/miniupnpc.spec @@ -1,7 +1,7 @@ # # spec file for package miniupnpc # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products 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,10 +16,10 @@ # -%define soname 8 +%define soname 9 Name: miniupnpc -Version: 1.7 +Version: 1.8 Release: 0 Summary: Universal Plug'n'Play (UPnP) Client License: BSD-3-Clause