From 894c3317a841299f3236fa1d1f5c5f328910088d Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Thu, 16 Jun 2011 16:57:25 +0100 Subject: [PATCH] 0.9.0 --- .gitignore | 1 + gupnp-av.spec | 15 +++++++-------- sources | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index c27cbbf..59f3505 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ gupnp-av-0.8.0.tar.gz +/gupnp-av-0.9.0.tar.bz2 diff --git a/gupnp-av.spec b/gupnp-av.spec index ad5e263..becd22a 100644 --- a/gupnp-av.spec +++ b/gupnp-av.spec @@ -1,18 +1,18 @@ Name: gupnp-av -Version: 0.8.0 +Version: 0.9.0 Release: 1%{?dist} Summary: A collection of helpers for building UPnP AV applications Group: System Environment/Libraries License: LGPLv2+ URL: http://www.gupnp.org/ -Source0: http://www.gupnp.org/sites/all/files/sources/%{name}-%{version}.tar.gz +Source0: http://download.gnome.org/sources/gupnp-av/0.9/%{name}-%{version}.tar.bz2 Patch0: gupnp-av-fixdso.patch BuildRequires: glib2-devel BuildRequires: gtk-doc -BuildRequires: gssdp-devel -BuildRequires: gupnp-devel +BuildRequires: gssdp-devel >= 0.11.0 +BuildRequires: gupnp-devel >= 0.17.0 BuildRequires: gobject-introspection-devel BuildRequires: libxml2-devel BuildRequires: libsoup-devel @@ -54,15 +54,11 @@ This package contains developer documentation for %{name}. make %{?_smp_mflags} V=1 %install -rm -rf %{buildroot} make install DESTDIR=%{buildroot} #Remove libtool archives. find %{buildroot} -name '*.la' -exec rm -f {} ';' -%clean -rm -rf %{buildroot} - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -85,6 +81,9 @@ rm -rf %{buildroot} %{_datadir}/gtk-doc/html/%{name} %changelog +* Thu Jun 16 2011 Peter Robinson - 0.9.0-1 +- 0.9.0 release + * Sat Apr 9 2011 Peter Robinson - 0.8.0-1 - 0.8.0 stable release diff --git a/sources b/sources index ebf03e4..c9ae7e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8a41a3bb60b50fceb5ece71c0dc4dcfb gupnp-av-0.8.0.tar.gz +cfab2c8cddc8bbe7a8f580c1f8fc9ec5 gupnp-av-0.9.0.tar.bz2