diff --git a/gupnp-0.20.14.tar.xz b/gupnp-0.20.14.tar.xz deleted file mode 100644 index a089ff9..0000000 --- a/gupnp-0.20.14.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd -size 396764 diff --git a/gupnp-0.20.15.tar.xz b/gupnp-0.20.15.tar.xz new file mode 100644 index 0000000..fa46e42 --- /dev/null +++ b/gupnp-0.20.15.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0446b42d0d5b8adfcdca78832f2ce6173ab33793fca055afc97aec1fcc579fe2 +size 403812 diff --git a/gupnp.changes b/gupnp.changes index 2c13c76..79dfb65 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sun Jan 3 14:29:49 UTC 2016 - zaitor@opensuse.org + +- Update to version 0.20.15: + + Remove gnome-common + + Fix issue with gupnp_service_signals_autoconnect() blocking + endlessly. + + Fix return type for BIN_HEX. + + Update some m4 macros. + + Fix typos in API docs. + + NetworkManager context manager: + - Fix use-after-free issue. + - Fix various static code analysis findings. + + Netlink context manager: + - Use proper macros for RTM_*ADDRESS messages. + - Use device name from netlink. + - Add possibility to dump received netlink packets for + debugging. + - Fix issues with losing contexts after DHCP renew happens. + - Some style fixes. + + Bugs fixed: bgo#736365, bgo#741257, bgo#750936, bgo#752490, + bgo#759000. + ------------------------------------------------------------------- Mon May 11 07:11:56 UTC 2015 - dimstar@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index 5da30f0..91d6c81 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,7 +1,7 @@ # # spec file for package gupnp # -# 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 @@ -17,7 +17,7 @@ Name: gupnp -Version: 0.20.14 +Version: 0.20.15 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0+ @@ -28,7 +28,7 @@ Source1: baselibs.conf # Needed for the GTest BuildRequires: pkgconfig(glib-2.0) >= 2.40.0 BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4 -BuildRequires: pkgconfig(gssdp-1.0) >= 0.13.0 +BuildRequires: pkgconfig(gssdp-1.0) >= 0.14.13 BuildRequires: pkgconfig(libsoup-2.4) >= 2.28.2 BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(uuid)