diff --git a/.gitignore b/.gitignore index a0a1312..44a3fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ gupnp-0.13.5.tar.gz /gupnp-0.15.1.tar.gz /gupnp-0.16.0.tar.gz /gupnp-0.16.1.tar.gz +/gupnp-0.17.0.tar.bz2 diff --git a/gupnp.spec b/gupnp.spec index b83437e..e07e813 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,5 +1,5 @@ Name: gupnp -Version: 0.16.1 +Version: 0.17.0 Release: 1%{?dist} Summary: A framework for creating UPnP devices & control points @@ -8,7 +8,7 @@ License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz -BuildRequires: gssdp-devel +BuildRequires: gssdp-devel >= 0.11.0 BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel BuildRequires: libgdbus-devel @@ -82,6 +82,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Thu Jun 16 2011 Peter Robinson - 0.17.0-1 +- 0.17.0 release + * Sun May 1 2011 Peter Robinson - 0.16.1-1 - 0.16.1 stable release diff --git a/sources b/sources index b009c22..e418fae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -021bb237741532af4bca50157ff326e4 gupnp-0.16.1.tar.gz +fc8d99284efd6aa1dea9048fa95e944e gupnp-0.17.0.tar.bz2