diff --git a/.cvsignore b/.cvsignore index fce572c..8abeaaa 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -zeitgeist-0.3.3.1.tar.gz +zeitgeist-0.4.0.tar.gz diff --git a/sources b/sources index 18bc640..c9d107f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a249bed1e79231bb091326ba148e1a8 zeitgeist-0.3.3.1.tar.gz +a6c5b462e2c38f5249202b7d566ce463 zeitgeist-0.4.0.tar.gz diff --git a/zeitgeist.spec b/zeitgeist.spec index a47f795..8f19a80 100644 --- a/zeitgeist.spec +++ b/zeitgeist.spec @@ -2,15 +2,15 @@ Summary: Framework providing Desktop activity awareness Name: zeitgeist -Version: 0.3.3.1 +Version: 0.4.0 Release: 1%{?dist} Group: User Interface/Desktops License: LGPLv3+ and LGPLv3 # zeitgeist/loggers/iso_strptime.py is LGPLv3 and the rest LGPLv3+ URL: https://launchpad.net/zeitgeist -Source0: http://launchpad.net/%{name}/0.3/0.3.3.1/+download/%{name}-%{version}.tar.gz +Source0: http://launchpad.net/%{name}/0.4/0.4.0/+download/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-devel +BuildRequires: python-devel python-rdflib BuildRequires: gettext, perl(XML::Parser), intltool Requires: dbus Requires: dbus-python pygobject2 pyxdg @@ -52,6 +52,9 @@ rm -rf %{buildroot} %{_mandir}/man1/zeitgeist-*.* %changelog +* Tue Jun 15 2010 Deji Akingunola - 0.4.0-1 +- Update to 0.4.0 + * Wed Apr 21 2010 Deji Akingunola - 0.3.3.1-1 - Update to 0.3.3.1 to fix datasource_registry bug (BZ #586238)