Hello community,

here is the log from the commit of package gnome-activity-journal for 
openSUSE:Factory checked in at 2012-06-28 15:27:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-activity-journal (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-activity-journal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-activity-journal", Maintainer is ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-activity-journal/gnome-activity-journal.changes
    2012-01-05 19:11:32.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-activity-journal.new/gnome-activity-journal.changes
       2012-06-28 15:27:41.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Jun 25 09:05:12 UTC 2012 - [email protected]
+
+- Add gaj-zeitgeist09.patch: Fix execution with zeitgeist 0.9
+  (bnc#768577).
+
+-------------------------------------------------------------------
+Fri Jun 22 08:49:11 UTC 2012 - [email protected]
+
+- Fix build by owning our folders.
+
+-------------------------------------------------------------------

New:
----
  gaj-zeitgeist09.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-activity-journal.spec ++++++
--- /var/tmp/diff_new_pack.hpcLGi/_old  2012-06-28 15:27:44.000000000 +0200
+++ /var/tmp/diff_new_pack.hpcLGi/_new  2012-06-28 15:27:44.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-activity-journal
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2010 Andrew Wafaa, United Kingdom.
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           gnome-activity-journal
 Version:        0.8.0
 Release:        0
@@ -25,6 +26,8 @@
 Url:            http://live.gnome.org/GnomeActivityJournal
 Source:         
http://launchpad.net/gnome-activity-journal/0.8/0.8.0/+download/%{name}-%{version}.tar.gz
 Source99:       gnome-activity-journal-rpmlintrc
+# PATCH-FIX-UPSTREAM gaj-zeitgeist09.patch bnc#768577 lp#930196 
[email protected] -- Fix execution with zeitgeist 0.9
+Patch0:         gaj-zeitgeist09.patch
 BuildRequires:  fdupes
 BuildRequires:  gconf2-devel
 # For directory ownership
@@ -62,6 +65,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 python setup.py build
@@ -101,6 +105,9 @@
 %{_datadir}/icons/hicolor/*/*/*.*
 %{_datadir}/gnome-activity-journal/
 %{_datadir}/pixmaps/gnome-activity-journal.xpm
+%dir %{_datadir}/zeitgeist/_zeitgeist/
+%dir %{_datadir}/zeitgeist/_zeitgeist/engine/
+%dir %{_datadir}/zeitgeist/_zeitgeist/engine/extensions/
 %{_datadir}/zeitgeist/_zeitgeist/engine/extensions/gnome_activity_journal.py
 %{python_sitelib}/*.egg-info
 %{_mandir}/man?/*.*

++++++ gaj-zeitgeist09.patch ++++++
Index: gnome-activity-journal-0.8.0/src/external.py
===================================================================
--- gnome-activity-journal-0.8.0.orig/src/external.py
+++ gnome-activity-journal-0.8.0/src/external.py
@@ -41,7 +41,10 @@ class ClientExtension(object):
     _restarted = False
 
     def __init__(self):
-        self._extension = CLIENT._iface.get_extension("Log", 
"journal/activity")
+        if CLIENT.get_version() >= [0, 8, 99]:
+            self._extension = CLIENT._iface.get_extension("Histogram", 
"journal/activity")
+        else:
+            self._extension = CLIENT._iface.get_extension("Log", 
"journal/activity")
 
     def _show_error(self):
         dialog = gtk.MessageDialog(
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to