From d8603a39b5d814265e45bc738d8e1ca806bc3c08646158d8be07bed9959a0d09 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 7 Feb 2014 22:42:59 +0000 Subject: [PATCH] Accepting request 221187 from GNOME:Next - Update to version 0.2.3: + Emit errors as boxed types. + Various build improvements. + Make tests less racy. - Pass --enable-python to configure in order to ensure the python bindings to be built. OBS-URL: https://build.opensuse.org/request/show/221187 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp-igd?expand=0&rev=28 --- gupnp-igd-0.2.2.tar.xz | 3 --- gupnp-igd-0.2.3.tar.xz | 3 +++ gupnp-igd.changes | 10 ++++++++++ gupnp-igd.spec | 7 ++++--- 4 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 gupnp-igd-0.2.2.tar.xz create mode 100644 gupnp-igd-0.2.3.tar.xz diff --git a/gupnp-igd-0.2.2.tar.xz b/gupnp-igd-0.2.2.tar.xz deleted file mode 100644 index 8242bfc..0000000 --- a/gupnp-igd-0.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3 -size 262216 diff --git a/gupnp-igd-0.2.3.tar.xz b/gupnp-igd-0.2.3.tar.xz new file mode 100644 index 0000000..06ebd2f --- /dev/null +++ b/gupnp-igd-0.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d +size 269920 diff --git a/gupnp-igd.changes b/gupnp-igd.changes index 2bd817b..fe812ad 100644 --- a/gupnp-igd.changes +++ b/gupnp-igd.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 6 21:11:58 UTC 2014 - dimstar@opensuse.org + +- Update to version 0.2.3: + + Emit errors as boxed types. + + Various build improvements. + + Make tests less racy. +- Pass --enable-python to configure in order to ensure the python + bindings to be built. + ------------------------------------------------------------------- Tue Dec 4 08:46:21 UTC 2012 - dimstar@opensuse.org diff --git a/gupnp-igd.spec b/gupnp-igd.spec index 603765b..2653c39 100644 --- a/gupnp-igd.spec +++ b/gupnp-igd.spec @@ -1,7 +1,7 @@ # # spec file for package gupnp-igd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -17,7 +17,7 @@ Name: gupnp-igd -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Library to handle UPnP IGD port mapping License: LGPL-2.1+ @@ -79,7 +79,8 @@ to have a very simple API. %setup -q %build -%configure --disable-static +%configure --disable-static \ + --enable-python %__make %{?_smp_mflags} %install