From 93cdd8b9667b94922b00373aa8b3021b71886cce8934291488478bcde34dfc0d Mon Sep 17 00:00:00 2001 From: Magnus Boman Date: Sun, 2 May 2010 21:20:26 +0000 Subject: [PATCH] Accepting request 37823 from home:vuntz:branches:GNOME:Factory Copy from home:vuntz:branches:GNOME:Factory/gupnp via accept of submit request 37823 revision 6. Request was accepted with message: Ok OBS-URL: https://build.opensuse.org/request/show/37823 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=11 --- gupnp-0.13.2.tar.bz2 | 3 --- gupnp-0.13.3.tar.bz2 | 3 +++ gupnp.changes | 22 ++++++++++++++++++++++ gupnp.spec | 9 +++++++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 gupnp-0.13.2.tar.bz2 create mode 100644 gupnp-0.13.3.tar.bz2 diff --git a/gupnp-0.13.2.tar.bz2 b/gupnp-0.13.2.tar.bz2 deleted file mode 100644 index ebf7d2e..0000000 --- a/gupnp-0.13.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:682b1898a155fc25b80bc50409bd5f60eef1ecefdd3fe786e3b5ebcc2f1e9399 -size 419786 diff --git a/gupnp-0.13.3.tar.bz2 b/gupnp-0.13.3.tar.bz2 new file mode 100644 index 0000000..5153359 --- /dev/null +++ b/gupnp-0.13.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0709bb20bf85af54e8eb9770655d748552c21e3c229e03b999afb64cccb1254 +size 410432 diff --git a/gupnp.changes b/gupnp.changes index 44fa749..247f8f7 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Apr 12 20:03:24 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.13.3: + + Include the Content-Type header in the HTTP messages. This + satisfies DLNA CTT test cases 7.2.5.9 and 7.2.29.1. + + Use g_message instead of g_warning if we can't connect to DBus. + + Make the HTTP server listen on the context's interface only. + + Fix some potential crashes in GUPnPServiceProxy and + GUPnPContextManager code. + + Fix build issues in jhbuild environment. + + Fix some gcc warnings. + + Add new API to host path for specific user-agent(s). + + Add gobject-introspection support: + - Provide gobject-introspection GIR and typelib. + - Add needed annotations to doc comments. + - Add GList variants of action-related functions to satisfy + PyGI. + + A few non-functional improvments. +- Add gir-repository and gobject-introspection-devel BuildRequires, + and add gir-repository Requires to libgupnp-1_0-3. + ------------------------------------------------------------------- Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index d6a724e..5510637 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ # -# spec file for package gupnp (Version 0.13.2) +# spec file for package gupnp (Version 0.13.3) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,13 +18,15 @@ Name: gupnp -Version: 0.13.2 +Version: 0.13.3 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 +BuildRequires: gir-repository +BuildRequires: gobject-introspection-devel BuildRequires: libsoup-devel BuildRequires: libgssdp-devel BuildRequires: libuuid-devel @@ -43,6 +45,7 @@ libraries utilizing the GUPnP framework. License: LGPL v2 or later Summary: Implementation of the UPnP specification Group: Development/Libraries/C and C++ +Requires: gir-repository %description -n libgupnp-1_0-3 GUPnP implements the UPnP specification: resource announcement and @@ -91,6 +94,8 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GUPnP-1.0.typelib +%{_datadir}/gir-1.0/GUPnP-1.0.gir %files -n libgupnp-devel %defattr(-,root,root)