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

Deji Akingunola deji at fedoraproject.org
Thu Oct 20 03:23:57 UTC 2011


commit 4a2b921e93d3813e09bf2644da9d9e30c3182082
Author: Deji Akingunola <dakingun at mail.com>
Date:   Wed Oct 19 23:27:00 2011 -0400

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

 sources        |    2 +-
 zeitgeist.spec |   13 +++++++++++--
 2 files changed, 12 insertions(+), 3 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 aa5628d..2d5503a 100644
--- a/zeitgeist.spec
+++ b/zeitgeist.spec
@@ -2,12 +2,12 @@
 
 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
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel python-rdflib
 BuildRequires:	raptor
@@ -38,6 +38,11 @@ make DESTDIR=%{buildroot} pkgconfigdir=%{_datadir}/pkgconfig install
 
 %find_lang %{name}
 
+%post
+if [ $1 -gt 1 ] ; then
+  /usr/bin/zeitgeist-daemon --replace
+fi
+
 %clean
 rm -rf %{buildroot}
 
@@ -52,6 +57,10 @@ rm -rf %{buildroot}
 %{_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