diff --git a/.gitignore b/.gitignore index e0932b1..07c1126 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Chat-66.tar.bz2 +/Chat-67.tar.bz2 diff --git a/sources b/sources index c9ff0d6..f603249 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfdc3ffd2c2ad38a7cb663c59176d18e Chat-66.tar.bz2 +4e45f54045e19d1d9059a6799ec95bab Chat-67.tar.bz2 diff --git a/sugar-chat.spec b/sugar-chat.spec index 699bfb7..15aa7af 100644 --- a/sugar-chat.spec +++ b/sugar-chat.spec @@ -1,6 +1,6 @@ Name: sugar-chat -Version: 66 -Release: 2%{?dist} +Version: 67 +Release: 1%{?dist} Summary: Chat client for Sugar Group: Sugar/Activities License: GPLv2+ @@ -14,6 +14,7 @@ BuildRequires: gettext Requires: sugar Requires: python-telepathy +Requires: telepathy-mission-control BuildArch: noarch @@ -44,6 +45,9 @@ rm -rf $RPM_BUILD_ROOT %changelog + * Sat Sep 11 2010 Peter Robinson - 67-1 + - New 67 release + * Wed Aug 11 2010 David Malcolm - 66-2 - recompiling .py files against Python 2.7 (rhbz#623365)