From 37384e6496a384efb038e432762963d175bb12df6bf98b3cc982a3da74db99ad Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 15 Dec 2013 15:07:49 +0000 Subject: [PATCH] Accepting request 210897 from GNOME:Next - Update to version 0.20.9: + Enforce HTTP 1.1 for device description requests. + Add libuuid to Requires.private of pkg-config file. + Deprecate gupnp_service_proxy_{begin,send}_action_hash as they cannot guarantee the argument order. + Add gupnp_service_info_get_introspection_async_full() that makes it possible to cancel an introspcetion request using GCancellable. + Fix a crash when running with GSSDP < 0.14.6. + Bugs fixed: bgo#704867, bgo#710491, bgo#711027, bgo#711167, bgo#720369, bgo#720372. OBS-URL: https://build.opensuse.org/request/show/210897 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=63 --- gupnp-0.20.8.tar.xz | 3 --- gupnp-0.20.9.tar.xz | 3 +++ gupnp.changes | 15 +++++++++++++++ gupnp.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 gupnp-0.20.8.tar.xz create mode 100644 gupnp-0.20.9.tar.xz diff --git a/gupnp-0.20.8.tar.xz b/gupnp-0.20.8.tar.xz deleted file mode 100644 index 125270a..0000000 --- a/gupnp-0.20.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f70da127e0d35a7b8aecaf6f58b740bbb56836451be33d7aeb7979a5c131eac8 -size 380956 diff --git a/gupnp-0.20.9.tar.xz b/gupnp-0.20.9.tar.xz new file mode 100644 index 0000000..f6c7736 --- /dev/null +++ b/gupnp-0.20.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61650a3be46979973b82c79eab5c3baf16a4ad3a051d8a710e5d1c376cf32c6e +size 381340 diff --git a/gupnp.changes b/gupnp.changes index 3d489d2..73a6338 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Dec 14 22:09:42 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.20.9: + + Enforce HTTP 1.1 for device description requests. + + Add libuuid to Requires.private of pkg-config file. + + Deprecate gupnp_service_proxy_{begin,send}_action_hash as they + cannot guarantee the argument order. + + Add gupnp_service_info_get_introspection_async_full() that + makes it possible to cancel an introspcetion request using + GCancellable. + + Fix a crash when running with GSSDP < 0.14.6. + + Bugs fixed: bgo#704867, bgo#710491, bgo#711027, bgo#711167, + bgo#720369, bgo#720372. + ------------------------------------------------------------------- Thu Oct 31 18:29:48 UTC 2013 - dimstar@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index 610fe59..322578f 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -17,7 +17,7 @@ Name: gupnp -Version: 0.20.8 +Version: 0.20.9 Release: 0 Summary: Implementation of the UPnP specification License: LGPL-2.0+