diff --git a/.cvsignore b/.cvsignore index 03458b4..8869086 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -telepathy-idle-0.0.5.tar.gz +telepathy-idle-0.1.1.tar.gz diff --git a/sources b/sources index 54213db..f3533cb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e782df6d3858b4886d3a23be475c17e telepathy-idle-0.0.5.tar.gz +860829ad5c965c4e82519e732d17ab5f telepathy-idle-0.1.1.tar.gz diff --git a/telepathy-idle.spec b/telepathy-idle.spec index 7f1d8b5..3282624 100644 --- a/telepathy-idle.spec +++ b/telepathy-idle.spec @@ -1,5 +1,5 @@ Name: telepathy-idle -Version: 0.0.5 +Version: 0.1.1 Release: 1%{?dist} Summary: IRC connection manager for Telepathy @@ -11,8 +11,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel BuildRequires: dbus-glib-devel -BuildRequires: openssl-devel +BuildRequires: openssl-devel >= 0.9.7 +BuildRequires: telepathy-glib-unstable-static >= 0.5.9 +Requires: telepathy-glib-unstable-static >= 0.5.9 Requires: telepathy-filesystem @@ -24,6 +26,10 @@ A full-featured IRC connection manager for the Telepathy project. %setup -q +%check +make check + + %build %configure make %{?_smp_mflags} @@ -47,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jun 19 2007 Brian Pepple - 0.1.1-1 +- Update to 0.1.1. +- Add check section for tests. +- Add BR on telepathy-glib-unstable-static. + * Mon Apr 16 2007 Brian Pepple - 0.0.5-1 - Initial spec file.