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
This commit is contained in:
parent
56394265b7
commit
41e87e2e02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:682b1898a155fc25b80bc50409bd5f60eef1ecefdd3fe786e3b5ebcc2f1e9399
|
|
||||||
size 419786
|
|
3
gupnp-0.13.4.tar.bz2
Normal file
3
gupnp-0.13.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2b51e3314d8f5bfb53f47c5d46890dfdff4cf376e98afd74f6971e7ed2671c66
|
||||||
|
size 410607
|
@ -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
|
Fri Dec 4 20:02:16 CET 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
11
gupnp.spec
11
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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.13.2
|
Version: 0.13.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
|
BuildRequires: gir-repository
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: libsoup-devel
|
BuildRequires: libsoup-devel
|
||||||
BuildRequires: libgssdp-devel
|
BuildRequires: libgssdp-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
@ -43,6 +45,7 @@ libraries utilizing the GUPnP framework.
|
|||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
Requires: gir-repository
|
||||||
|
|
||||||
%description -n libgupnp-1_0-3
|
%description -n libgupnp-1_0-3
|
||||||
GUPnP implements the UPnP specification: resource announcement and
|
GUPnP implements the UPnP specification: resource announcement and
|
||||||
@ -91,6 +94,8 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
|
||||||
|
%{_datadir}/gir-1.0/GUPnP-1.0.gir
|
||||||
|
|
||||||
%files -n libgupnp-devel
|
%files -n libgupnp-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user