[zeitgeist/f16] Update to 0.8.2 Restart the zeitgeist daemon on update (BZ #627982)

Deji Akingunola deji at fedoraproject.org
Thu Oct 20 03:21:27 UTC 2011


commit 4afbd987a98099cbd585545392cbb69013fd1e4d
Author: Deji Akingunola <dakingun at mail.com>
Date:   Wed Oct 19 23:24:30 2011 -0400

    Update to 0.8.2
    Restart the zeitgeist daemon on update (BZ #627982)

 sources        |    2 +-
 zeitgeist.spec |   15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/sources b/sources
index c346d6a..276862c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b6cfe8c9a123f1af8b998187f1dd18b  zeitgeist-0.8.1.tar.gz
+589e7de784d21177491780bffd11097d  zeitgeist-0.8.2.tar.gz
diff --git a/zeitgeist.spec b/zeitgeist.spec
index e42eec4..f0d21cf 100644
--- a/zeitgeist.spec
+++ b/zeitgeist.spec
@@ -2,14 +2,14 @@
 
 Summary:	Framework providing Desktop activity awareness
 Name:		zeitgeist
-Version:	0.8.1
+Version:	0.8.2
 Release:	1%{?dist}
 Group:		User Interface/Desktops
 License:	LGPLv2+
 URL:		https://launchpad.net/zeitgeist
-Source0:	http://launchpad.net/%{name}/0.8/0.8.1/+download/%{name}-%{version}.tar.gz
+Source0:	http://launchpad.net/%{name}/0.8/0.8.2/+download/%{name}-%{version}.tar.gz
 BuildRequires:	python-devel python-rdflib
-BuildRequires:	raptor
+BuildRequires:	raptor2
 BuildRequires:	gettext, perl(XML::Parser), intltool
 Requires:	dbus zeitgeist-datahub
 Requires:	dbus-python pygobject2 pyxdg
@@ -37,6 +37,11 @@ make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
 
 %find_lang %{name}
 
+%post
+if [ $1 -gt 1 ] ; then
+  /usr/bin/zeitgeist-daemon --replace
+fi
+
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING COPYRIGHT NEWS README
@@ -48,6 +53,10 @@ make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
 %{_mandir}/man1/zeitgeist-*.*
 
 %changelog
+* Tue Oct 18 2011 Deji Akingunola <dakingun at gmail.com> - 0.8.2-1
+- Update to 0.8.2
+- Restart the zeitgeist daemon on update (BZ #627982)
+
 * Wed Jul 20 2011 Deji Akingunola <dakingun at gmail.com> - 0.8.1-1
 - Update to 0.8.1
 


More information about the scm-commits mailing list