forked from pool/gupnp
Accepting request 75653 from home:vuntz:branches:GNOME:Factory
Update to 0.17.1 OBS-URL: https://build.opensuse.org/request/show/75653 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=30
This commit is contained in:
parent
54ac2fb13d
commit
eaddc37a63
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:08a43771e7986e81d170804d7fe3d8f7e741a61b325e93fff0eca8700401e30c
|
|
||||||
size 375429
|
|
3
gupnp-0.17.1.tar.bz2
Normal file
3
gupnp-0.17.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3e3b0f1f14515480b60c857e62890ed3937cb48f1aecad1027c780b9254c0e21
|
||||||
|
size 400556
|
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 7 13:39:31 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.17.1:
|
||||||
|
+ Drop deprecated conic support.
|
||||||
|
+ A Linux context manager. Unlike the generic static unix
|
||||||
|
context-manager, the Linux context-manager can dynamically
|
||||||
|
react to device and address changes, similar to the
|
||||||
|
NetworkManager-based context-manager, but without depending on
|
||||||
|
DBus or NetworkManager.
|
||||||
|
+ Fix for a SOAP action parameter validation regression.
|
||||||
|
+ Updates to the build system such as:
|
||||||
|
- Modernized autotools.
|
||||||
|
- xz tarballs as default.
|
||||||
|
+ Improved OpenBSD support.
|
||||||
|
+ More stable RootDevice URIs.
|
||||||
|
- Pass --with-context-manager=network-manager: this will make gupnp
|
||||||
|
try to use NetworkManager if available at runtime, and will
|
||||||
|
fallback on the old code otherwise.
|
||||||
|
- Add NetworkManager Recommends to libgupnp-1_0-4 to have
|
||||||
|
NetworkManager available at runtime.
|
||||||
|
- Remove libsoup-devel, libgssdp-devel, libxml2-devel Requires from
|
||||||
|
devel subpackage: they will automatically get added the
|
||||||
|
pkgconfig()-way.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 16 17:58:18 CEST 2011 - dimstar@opensuse.org
|
Thu Jun 16 17:58:18 CEST 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
10
gupnp.spec
10
gupnp.spec
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.17.0
|
Version: 0.17.1
|
||||||
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
|
||||||
@ -44,6 +44,8 @@ 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++
|
||||||
|
# This is the default context manager we want
|
||||||
|
Recommends: NetworkManager
|
||||||
|
|
||||||
%description -n libgupnp-1_0-4
|
%description -n libgupnp-1_0-4
|
||||||
GUPnP implements the UPnP specification: resource announcement and
|
GUPnP implements the UPnP specification: resource announcement and
|
||||||
@ -58,9 +60,6 @@ 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-4 = %{version}
|
Requires: libgupnp-1_0-4 = %{version}
|
||||||
Requires: libsoup-devel
|
|
||||||
Requires: libgssdp-devel
|
|
||||||
Requires: libxml2-devel
|
|
||||||
|
|
||||||
%description -n libgupnp-devel
|
%description -n libgupnp-devel
|
||||||
GUPnP implements the UPnP specification: resource announcement and
|
GUPnP implements the UPnP specification: resource announcement and
|
||||||
@ -74,7 +73,8 @@ libraries utilizing the GUPnP framework.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static \
|
||||||
|
--with-context-manager=network-manager
|
||||||
%__make %{?jobs:-j%jobs}
|
%__make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user