This commit is contained in:
Peter Robinson 2011-06-16 16:21:35 +01:00
parent de77872097
commit 11dd2371a2
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <pbrobinson@gmail.com> - 0.17.0-1
- 0.17.0 release
* Sun May 1 2011 Peter Robinson <pbrobinson@gmail.com> - 0.16.1-1
- 0.16.1 stable release

View File

@ -1 +1 @@
021bb237741532af4bca50157ff326e4 gupnp-0.16.1.tar.gz
fc8d99284efd6aa1dea9048fa95e944e gupnp-0.17.0.tar.bz2