forked from pool/gupnp
Accepting request 21793 from GNOME:Factory
Copy from GNOME:Factory/gupnp based on submit request 21793 from user vuntz OBS-URL: https://build.opensuse.org/request/show/21793 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=2
This commit is contained in:
parent
eb5a09bc41
commit
4011762f72
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ef97bbba647c9a3f495d47be8dcf05b30141a9690422b6c991b23a113b065e99
|
|
||||||
size 347739
|
|
3
gupnp-0.13.0.tar.bz2
Normal file
3
gupnp-0.13.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c132ef0833113db59c5c995c40e3b1517a40e13b894fda64a85123208cac1dc2
|
||||||
|
size 416085
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 1 17:07:13 CEST 2009 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Rename libgupnp-1_0-2 to libgupnp-1_0-3 since the version of the
|
||||||
|
library was changed.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 24 13:13:44 CEST 2009 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.13.0:
|
||||||
|
+ Print reason when fail to fetch description doc
|
||||||
|
+ Support for dynamic/multiple networks through a new class,
|
||||||
|
ContextManager.
|
||||||
|
+ Gracefully handle 'no root element in description' scenerio.
|
||||||
|
+ "host-ip" property moved from GUPnPContext to parent
|
||||||
|
GSSDPClient.
|
||||||
|
+ ControlPoint set itself inactive before getting disposed.
|
||||||
|
+ New function to retrieve the capabilities of a DLNA device as
|
||||||
|
announced in the device description.
|
||||||
|
+ New function to retrieve the content of arbitrary elements in
|
||||||
|
the device description.
|
||||||
|
+ Many other minor fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 13 23:00:12 CEST 2009 - vuntz@novell.com
|
Sat Jun 13 23:00:12 CEST 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
18
gupnp.spec
18
gupnp.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp (Version 0.12.8)
|
# spec file for package gupnp (Version 0.13.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.12.8
|
Version: 0.13.0
|
||||||
Release: 2
|
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++
|
||||||
@ -39,12 +39,12 @@ does not include helpers for construction or control of specific
|
|||||||
standardized resources (e.g. MediaServer); this is left for higher level
|
standardized resources (e.g. MediaServer); this is left for higher level
|
||||||
libraries utilizing the GUPnP framework.
|
libraries utilizing the GUPnP framework.
|
||||||
|
|
||||||
%package -n libgupnp-1_0-2
|
%package -n libgupnp-1_0-3
|
||||||
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++
|
||||||
|
|
||||||
%description -n libgupnp-1_0-2
|
%description -n libgupnp-1_0-3
|
||||||
GUPnP implements the UPnP specification: resource announcement and
|
GUPnP implements the UPnP specification: resource announcement and
|
||||||
discovery, description, control, event notification, and presentation
|
discovery, description, control, event notification, and presentation
|
||||||
(GUPnP includes basic web server functionality through libsoup). GUPnP
|
(GUPnP includes basic web server functionality through libsoup). GUPnP
|
||||||
@ -56,7 +56,7 @@ libraries utilizing the GUPnP framework.
|
|||||||
License: LGPL v2 or later
|
License: LGPL v2 or later
|
||||||
Summary: Implementation of the UPnP specification - Development Files
|
Summary: Implementation of the UPnP specification - Development Files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: libgupnp-1_0-2 = %{version}
|
Requires: libgupnp-1_0-3 = %{version}
|
||||||
Requires: libsoup-devel
|
Requires: libsoup-devel
|
||||||
Requires: libgssdp-devel
|
Requires: libgssdp-devel
|
||||||
Requires: libxml2-devel
|
Requires: libxml2-devel
|
||||||
@ -83,11 +83,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%post -n libgupnp-1_0-2 -p /sbin/ldconfig
|
%post -n libgupnp-1_0-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n libgupnp-1_0-2 -p /sbin/ldconfig
|
%postun -n libgupnp-1_0-3 -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libgupnp-1_0-2
|
%files -n libgupnp-1_0-3
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
Loading…
Reference in New Issue
Block a user