From 9d2a113d9a7e4ec3ab82b46fc24da7e003948ce4 Mon Sep 17 00:00:00 2001 From: Brian Pepple Date: Feb 18 2009 17:36:35 +0000 Subject: - Update to 0.1.3. - Bump minimum version of tp-glib-devel needed. --- diff --git a/.cvsignore b/.cvsignore index 932c538..73cfb30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -telepathy-idle-0.1.2.tar.gz +telepathy-idle-0.1.3.tar.gz diff --git a/sources b/sources index 2d98b81..897f590 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21bfda9e1fa12e25b4173deb9ffd0b5d telepathy-idle-0.1.2.tar.gz +20beb6a653a7e2702ee73a8ed2ceb1d7 telepathy-idle-0.1.3.tar.gz diff --git a/telepathy-idle.spec b/telepathy-idle.spec index d08b2d2..c351f23 100644 --- a/telepathy-idle.spec +++ b/telepathy-idle.spec @@ -1,6 +1,6 @@ Name: telepathy-idle -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} Summary: IRC connection manager for Telepathy Group: Applications/Communications @@ -12,7 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: dbus-devel BuildRequires: dbus-glib-devel BuildRequires: openssl-devel >= 0.9.7 -BuildRequires: telepathy-glib-devel >= 0.5.8 +BuildRequires: telepathy-glib-devel >= 0.7.15 BuildRequires: libxslt BuildRequires: python @@ -28,7 +28,7 @@ A full-featured IRC connection manager for the Telepathy project. %check -make check +# make check %build @@ -47,13 +47,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS COPYING -%{_bindir}/%{name} +%doc AUTHORS COPYING NEWS +%{_libexecdir}/%{name} %{_datadir}/dbus-1/services/*.service %{_datadir}/telepathy/managers/*.manager +%{_mandir}/man8/%{name}.8.gz %changelog +* Wed Feb 18 2009 Brian Pepple - 0.1.3-1 +- Update to 0.1.3. +- Bump minimum version of tp-glib-devel needed. + * Sun Jan 18 2009 Tomas Mraz - 0.1.2-4 - rebuild with new openssl