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:
parent
ef959ba01d
commit
d8603a39b5
@ -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
3
gupnp-igd-0.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ccaf49f9d4f38ac646f1b00341d4db767291e56592286da0e0eb0835811f462d
|
||||
size 269920
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user