From eaddc37a633f0d9925a02c6aeb3fdb033734e436bb8903f6db02e9d56d8dcdb8 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 7 Jul 2011 13:35:49 +0000 Subject: [PATCH] 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 --- gupnp-0.17.0.tar.bz2 | 3 --- gupnp-0.17.1.tar.bz2 | 3 +++ gupnp.changes | 25 +++++++++++++++++++++++++ gupnp.spec | 10 +++++----- 4 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 gupnp-0.17.0.tar.bz2 create mode 100644 gupnp-0.17.1.tar.bz2 diff --git a/gupnp-0.17.0.tar.bz2 b/gupnp-0.17.0.tar.bz2 deleted file mode 100644 index bd93cc7..0000000 --- a/gupnp-0.17.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a43771e7986e81d170804d7fe3d8f7e741a61b325e93fff0eca8700401e30c -size 375429 diff --git a/gupnp-0.17.1.tar.bz2 b/gupnp-0.17.1.tar.bz2 new file mode 100644 index 0000000..9ee0777 --- /dev/null +++ b/gupnp-0.17.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e3b0f1f14515480b60c857e62890ed3937cb48f1aecad1027c780b9254c0e21 +size 400556 diff --git a/gupnp.changes b/gupnp.changes index 7fd3b77..be66cf2 100644 --- a/gupnp.changes +++ b/gupnp.changes @@ -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 diff --git a/gupnp.spec b/gupnp.spec index da157c6..dc70fd6 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -18,7 +18,7 @@ Name: gupnp -Version: 0.17.0 +Version: 0.17.1 Release: 1 Summary: Implementation of the UPnP specification License: LGPL v2 or later @@ -44,6 +44,8 @@ libraries utilizing the GUPnP framework. License: LGPL v2 or later Summary: Implementation of the UPnP specification Group: Development/Libraries/C and C++ +# This is the default context manager we want +Recommends: NetworkManager %description -n libgupnp-1_0-4 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 Group: Development/Libraries/C and C++ Requires: libgupnp-1_0-4 = %{version} -Requires: libsoup-devel -Requires: libgssdp-devel -Requires: libxml2-devel %description -n libgupnp-devel GUPnP implements the UPnP specification: resource announcement and @@ -74,7 +73,8 @@ libraries utilizing the GUPnP framework. %setup -q %build -%configure --disable-static +%configure --disable-static \ + --with-context-manager=network-manager %__make %{?jobs:-j%jobs} %install