This commit is contained in:
Peter Robinson 2016-01-04 01:13:01 +00:00
parent 20573c8c99
commit 2166a47e0a
2 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
Name: gupnp
Version: 0.20.14
Release: 4%{?dist}
Version: 0.20.15
Release: 1%{?dist}
Summary: A framework for creating UPnP devices & control points
Group: System Environment/Libraries
@ -8,10 +8,7 @@ License: LGPLv2+
URL: http://www.gupnp.org/
Source0: http://download.gnome.org/sources/%{name}/0.20/%{name}-%{version}.tar.xz
# https://bugzilla.gnome.org/show_bug.cgi?id=741257
Patch0: gupnp-GUPnPNetworkManager-is-never-deallocated.patch
BuildRequires: gssdp-devel >= 0.14.0
BuildRequires: gssdp-devel >= 0.14.13
BuildRequires: gtk-doc
BuildRequires: gobject-introspection-devel >= 1.36
BuildRequires: libsoup-devel
@ -53,7 +50,6 @@ This package contains developer documentation for %{name}.
%prep
%setup -q
%patch0 -p1
%build
%configure --disable-static --with-context-manager=network-manager
@ -93,6 +89,10 @@ make check %{?_smp_mflags} V=1
%doc %{_datadir}/gtk-doc/html/%{name}
%changelog
* Mon Jan 4 2016 Peter Robinson <pbrobinson@fedoraproject.org> 0.20.15-1
- 0.20.15 release
- http://ftp.gnome.org/pub/GNOME/sources/gupnp/0.20/gupnp-0.20.15.news
* Mon Dec 14 2015 Debarshi Ray <rishi@fedoraproject.org> - 0.20.14-4
- GUPnPNetworkManager is never deallocated due to internal circular reference
(GNOME #741257)

View File

@ -1 +1 @@
63346ef90ac5cd925c3a941f51d8bca6 gupnp-0.20.14.tar.xz
bd014927da034361de79fdc657508bf7 gupnp-0.20.15.tar.xz