diff --git a/.gitignore b/.gitignore index 029d484..4cc640b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ gupnp-0.13.4.tar.gz gupnp-0.13.5.tar.gz /gupnp-0.14.0.tar.gz +/gupnp-0.15.0.tar.gz diff --git a/gupnp.spec b/gupnp.spec index 59f720f..1d39791 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,18 +1,17 @@ Name: gupnp -Version: 0.14.0 -Release: 2%{?dist} +Version: 0.15.0 +Release: 1%{?dist} Summary: A framework for creating UPnP devices & control points Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gupnp.org/ Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz -Patch0: gupnp-fixdso.patch BuildRequires: gssdp-devel -BuildRequires: glib2-devel BuildRequires: gtk-doc BuildRequires: gobject-introspection-devel +BuildRequires: libgdbus-devel BuildRequires: libsoup-devel BuildRequires: libxml2-devel BuildRequires: libuuid-devel @@ -88,6 +87,9 @@ rm -rf %{buildroot} %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Tue Nov 30 2010 Peter Robinson 0.15.0-1 +- Update to 0.15.0 + * Wed Sep 22 2010 Matthias Clasen 0.14.0-2 - Rebuild against newer gobject-introspection diff --git a/sources b/sources index 423a5d8..1ce9802 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8598922256faa5adb28657d0c10a3e3e gupnp-0.14.0.tar.gz +42ec93968e77d91efe2f77a56c6b3f33 gupnp-0.15.0.tar.gz