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
This commit is contained in:
Dominique Leuenberger 2014-02-07 22:42:59 +00:00 committed by Git OBS Bridge
parent ef959ba01d
commit d8603a39b5
4 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b9067d3
size 262216

3
gupnp-igd-0.2.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d
size 269920

View File

@ -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

View File

@ -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