From 91656c88e40d0702ae1944a658ea41ab44ef3bbf1635c9cd662eeaa7c11336cb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 8 Dec 2009 10:37:42 +0000 Subject: [PATCH 1/8] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=9 --- gupnp-0.13.0.tar.bz2 | 3 +++ gupnp-0.13.2.tar.bz2 | 3 --- gupnp.changes | 31 ------------------------------- gupnp.spec | 4 ++-- 4 files changed, 5 insertions(+), 36 deletions(-) create mode 100644 gupnp-0.13.0.tar.bz2 delete mode 100644 gupnp-0.13.2.tar.bz2 diff --git a/gupnp-0.13.0.tar.bz2 b/gupnp-0.13.0.tar.bz2 new file mode 100644 index 0000000..b3f284d --- /dev/null +++ b/gupnp-0.13.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c132ef0833113db59c5c995c40e3b1517a40e13b894fda64a85123208cac1dc2 +size 416085 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.changes b/gupnp.changes index 44fa749..7266513 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,34 +1,3 @@ -------------------------------------------------------------------- -Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org - -- Update to version 0.13.2: - + Utilize libconic (Maemo5) if available. - + Unix context manager must signal the unavailibility of all - contexts when disposed. - + Enable silent build rules if they are available. - + Fix race-conditions in client-side notification handling. - + Unix context manager ignores point-to-point interfaces. - + Context manager ignores interfaces without IP addresses. - + Don't require timeouts to be specified in subscription - requests. - + Fix build against gcc 4.[1,2]. - + Make network manager thread-safe. - + Remove idle source on dispose in context manager - implementations. - + Warn in docs that gupnp_service_info_get_introspection() is - evil and why. - + Service retrieves introspection data in truly async way. - + Fix some leaks. - + A bunch of code clean-ups. - -------------------------------------------------------------------- -Mon Nov 30 19:56:33 CET 2009 - dimstar@opensuse.org - -- Update to version 0.13.1: - + Use unix context manager if NetworkManager service is not - available - + Fix some minor leaks. - ------------------------------------------------------------------- Thu Oct 1 17:07:13 CEST 2009 - vuntz@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index d6a724e..34658aa 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.0) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: gupnp -Version: 0.13.2 +Version: 0.13.0 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later From 162340d4413bde90711cb46d2699c1559cff9ca587f6240e73532a2945d43c11 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 19 Feb 2010 15:31:12 +0000 Subject: [PATCH 2/8] converted link to branch OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=10 --- gupnp-0.13.0.tar.bz2 | 3 --- gupnp-0.13.2.tar.bz2 | 3 +++ gupnp.changes | 31 +++++++++++++++++++++++++++++++ gupnp.spec | 4 ++-- 4 files changed, 36 insertions(+), 5 deletions(-) delete mode 100644 gupnp-0.13.0.tar.bz2 create mode 100644 gupnp-0.13.2.tar.bz2 diff --git a/gupnp-0.13.0.tar.bz2 b/gupnp-0.13.0.tar.bz2 deleted file mode 100644 index b3f284d..0000000 --- a/gupnp-0.13.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c132ef0833113db59c5c995c40e3b1517a40e13b894fda64a85123208cac1dc2 -size 416085 diff --git a/gupnp-0.13.2.tar.bz2 b/gupnp-0.13.2.tar.bz2 new file mode 100644 index 0000000..ebf7d2e --- /dev/null +++ b/gupnp-0.13.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:682b1898a155fc25b80bc50409bd5f60eef1ecefdd3fe786e3b5ebcc2f1e9399 +size 419786 diff --git a/gupnp.changes b/gupnp.changes index 7266513..44fa749 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org + +- Update to version 0.13.2: + + Utilize libconic (Maemo5) if available. + + Unix context manager must signal the unavailibility of all + contexts when disposed. + + Enable silent build rules if they are available. + + Fix race-conditions in client-side notification handling. + + Unix context manager ignores point-to-point interfaces. + + Context manager ignores interfaces without IP addresses. + + Don't require timeouts to be specified in subscription + requests. + + Fix build against gcc 4.[1,2]. + + Make network manager thread-safe. + + Remove idle source on dispose in context manager + implementations. + + Warn in docs that gupnp_service_info_get_introspection() is + evil and why. + + Service retrieves introspection data in truly async way. + + Fix some leaks. + + A bunch of code clean-ups. + +------------------------------------------------------------------- +Mon Nov 30 19:56:33 CET 2009 - dimstar@opensuse.org + +- Update to version 0.13.1: + + Use unix context manager if NetworkManager service is not + available + + Fix some minor leaks. + ------------------------------------------------------------------- Thu Oct 1 17:07:13 CEST 2009 - vuntz@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index 34658aa..d6a724e 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ # -# spec file for package gupnp (Version 0.13.0) +# spec file for package gupnp (Version 0.13.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: gupnp -Version: 0.13.0 +Version: 0.13.2 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later From bc787f3da37ec17ff30a07ac03db3b2c4a432be2bdb3288fba6bb9d8596caf15 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Thu, 18 Mar 2010 14:51:55 +0000 Subject: [PATCH 3/8] Updating link to change in openSUSE:Factory/gupnp revision 5.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=4e75f3cbf0dd5d9a65dd877c20edaa76 --- ready | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 ready diff --git a/ready b/ready deleted file mode 100644 index 473a0f4..0000000 From 93cdd8b9667b94922b00373aa8b3021b71886cce8934291488478bcde34dfc0d Mon Sep 17 00:00:00 2001 From: Magnus Boman Date: Sun, 2 May 2010 21:20:26 +0000 Subject: [PATCH 4/8] 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) From 56394265b729b1a5c0c1dd28caff080cc5a701586e81caecd0f3557644fe11cd Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Thu, 13 May 2010 22:32:11 +0000 Subject: [PATCH 5/8] Accepting request 39962 from GNOME:Factory checked in (request 39962) OBS-URL: https://build.opensuse.org/request/show/39962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=12 --- gupnp-0.13.2.tar.bz2 | 3 +++ gupnp-0.13.3.tar.bz2 | 3 --- gupnp.changes | 22 ---------------------- gupnp.spec | 9 ++------- 4 files changed, 5 insertions(+), 32 deletions(-) create mode 100644 gupnp-0.13.2.tar.bz2 delete mode 100644 gupnp-0.13.3.tar.bz2 diff --git a/gupnp-0.13.2.tar.bz2 b/gupnp-0.13.2.tar.bz2 new file mode 100644 index 0000000..ebf7d2e --- /dev/null +++ b/gupnp-0.13.2.tar.bz2 @@ -0,0 +1,3 @@ +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 deleted file mode 100644 index 5153359..0000000 --- a/gupnp-0.13.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0709bb20bf85af54e8eb9770655d748552c21e3c229e03b999afb64cccb1254 -size 410432 diff --git a/gupnp.changes b/gupnp.changes index 247f8f7..44fa749 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,25 +1,3 @@ -------------------------------------------------------------------- -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 5510637..d6a724e 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ # -# spec file for package gupnp (Version 0.13.3) +# spec file for package gupnp (Version 0.13.2) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,15 +18,13 @@ Name: gupnp -Version: 0.13.3 +Version: 0.13.2 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 @@ -45,7 +43,6 @@ 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 @@ -94,8 +91,6 @@ 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) From 41e87e2e02fb48d450ae77a426c2ae60166571891aa2fd206a8f59d7b4637b6c Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Thu, 22 Jul 2010 16:04:23 +0000 Subject: [PATCH 6/8] Accepting request 43368 from home:dimstar:branches:GNOME:Factory Copy from home:dimstar:branches:GNOME:Factory/gupnp via accept of submit request 43368 revision 3. Request was accepted with message: thanks OBS-URL: https://build.opensuse.org/request/show/43368 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=13 --- gupnp-0.13.2.tar.bz2 | 3 --- gupnp-0.13.4.tar.bz2 | 3 +++ gupnp.changes | 38 ++++++++++++++++++++++++++++++++++++++ gupnp.spec | 11 ++++++++--- 4 files changed, 49 insertions(+), 6 deletions(-) delete mode 100644 gupnp-0.13.2.tar.bz2 create mode 100644 gupnp-0.13.4.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.4.tar.bz2 b/gupnp-0.13.4.tar.bz2 new file mode 100644 index 0000000..f432331 --- /dev/null +++ b/gupnp-0.13.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b51e3314d8f5bfb53f47c5d46890dfdff4cf376e98afd74f6971e7ed2671c66 +size 410607 diff --git a/gupnp.changes b/gupnp.changes index 44fa749..2d74ca0 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Mon Jun 21 12:48:37 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.13.4: + + GUPnPService should remove all handlers installed on the shared + SoupServer instance when it is disposed. + + Fixate subscription timeout to be 300s as per DLNA requirement + + Correct type of action argument of GUPnPService::action-invoked + + Remove redundant copying of GValue content in a few places. + + Handle multiple variables inside property node in event + notifications to be compatible with server-side implementations + using older GUPnP + + Fix syntax of event notifications with multiple properties. + + Add/fix gobject-introspection annotations for various functions. + + Some non-functional improvements. + +------------------------------------------------------------------- +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..0f4a577 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,7 +1,7 @@ # -# spec file for package gupnp (Version 0.13.2) +# spec file for package gupnp (Version 0.13.4) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -18,13 +18,15 @@ Name: gupnp -Version: 0.13.2 +Version: 0.13.4 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) From 9ac3fc684311a6519380322cf49ce6769d7ecb24db01adf8cf4f17143ada2bed Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Mon, 9 Aug 2010 20:33:12 +0000 Subject: [PATCH 7/8] Accepting request 45099 from GNOME:Factory checked in (request 45099) OBS-URL: https://build.opensuse.org/request/show/45099 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=14 --- gupnp-0.13.3.tar.bz2 | 3 +++ gupnp-0.13.4.tar.bz2 | 3 --- gupnp.changes | 16 ---------------- gupnp.spec | 4 ++-- 4 files changed, 5 insertions(+), 21 deletions(-) create mode 100644 gupnp-0.13.3.tar.bz2 delete mode 100644 gupnp-0.13.4.tar.bz2 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-0.13.4.tar.bz2 b/gupnp-0.13.4.tar.bz2 deleted file mode 100644 index f432331..0000000 --- a/gupnp-0.13.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2b51e3314d8f5bfb53f47c5d46890dfdff4cf376e98afd74f6971e7ed2671c66 -size 410607 diff --git a/gupnp.changes b/gupnp.changes index 2d74ca0..247f8f7 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,19 +1,3 @@ -------------------------------------------------------------------- -Mon Jun 21 12:48:37 CEST 2010 - dimstar@opensuse.org - -- Update to version 0.13.4: - + GUPnPService should remove all handlers installed on the shared - SoupServer instance when it is disposed. - + Fixate subscription timeout to be 300s as per DLNA requirement - + Correct type of action argument of GUPnPService::action-invoked - + Remove redundant copying of GValue content in a few places. - + Handle multiple variables inside property node in event - notifications to be compatible with server-side implementations - using older GUPnP - + Fix syntax of event notifications with multiple properties. - + Add/fix gobject-introspection annotations for various functions. - + Some non-functional improvements. - ------------------------------------------------------------------- Mon Apr 12 20:03:24 CEST 2010 - vuntz@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index 0f4a577..f3a446d 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ # -# spec file for package gupnp (Version 0.13.4) +# spec file for package gupnp (Version 0.13.3) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: gupnp -Version: 0.13.4 +Version: 0.13.3 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later From 5a7459b57ae8164205acd89028df022ca168abbeb0f98b5b00ec17c9aeca4e26 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 9 Aug 2010 20:33:13 +0000 Subject: [PATCH 8/8] Updating link to change in openSUSE:Factory/gupnp revision 9.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=027b039059ddd53b1782342c220b1ee8 --- gupnp-0.13.3.tar.bz2 | 3 --- gupnp-0.13.4.tar.bz2 | 3 +++ gupnp.changes | 16 ++++++++++++++++ gupnp.spec | 4 ++-- 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 gupnp-0.13.3.tar.bz2 create mode 100644 gupnp-0.13.4.tar.bz2 diff --git a/gupnp-0.13.3.tar.bz2 b/gupnp-0.13.3.tar.bz2 deleted file mode 100644 index 5153359..0000000 --- a/gupnp-0.13.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0709bb20bf85af54e8eb9770655d748552c21e3c229e03b999afb64cccb1254 -size 410432 diff --git a/gupnp-0.13.4.tar.bz2 b/gupnp-0.13.4.tar.bz2 new file mode 100644 index 0000000..f432331 --- /dev/null +++ b/gupnp-0.13.4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b51e3314d8f5bfb53f47c5d46890dfdff4cf376e98afd74f6971e7ed2671c66 +size 410607 diff --git a/gupnp.changes b/gupnp.changes index 247f8f7..2d74ca0 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Mon Jun 21 12:48:37 CEST 2010 - dimstar@opensuse.org + +- Update to version 0.13.4: + + GUPnPService should remove all handlers installed on the shared + SoupServer instance when it is disposed. + + Fixate subscription timeout to be 300s as per DLNA requirement + + Correct type of action argument of GUPnPService::action-invoked + + Remove redundant copying of GValue content in a few places. + + Handle multiple variables inside property node in event + notifications to be compatible with server-side implementations + using older GUPnP + + Fix syntax of event notifications with multiple properties. + + Add/fix gobject-introspection annotations for various functions. + + Some non-functional improvements. + ------------------------------------------------------------------- Mon Apr 12 20:03:24 CEST 2010 - vuntz@opensuse.org diff --git a/gupnp.spec b/gupnp.spec index f3a446d..0f4a577 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ # -# spec file for package gupnp (Version 0.13.3) +# spec file for package gupnp (Version 0.13.4) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,7 +18,7 @@ Name: gupnp -Version: 0.13.3 +Version: 0.13.4 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later