[gnome-activity-journal] Update spec file to use new patch

Mads Villadsen maxx at fedoraproject.org
Sun Jul 22 19:11:22 UTC 2012


commit 94034b66212e9913b29d285c32337b7a6da40b3e
Author: Mads Villadsen <maxx at krakoa.dk>
Date:   Sun Jul 22 21:10:26 2012 +0200

    Update spec file to use new patch

 gnome-activity-journal.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/gnome-activity-journal.spec b/gnome-activity-journal.spec
index 0c11563..9ec505e 100644
--- a/gnome-activity-journal.spec
+++ b/gnome-activity-journal.spec
@@ -2,7 +2,7 @@
 
 Name:           gnome-activity-journal
 Version:        0.8.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Browse and search your Zeitgeist activities
 
 Group:          Applications/File
@@ -13,6 +13,9 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Simple patch to get rid of rpmlint error about non-executable script
 Patch1:         %{name}-non-executable-script-fix.patch
+# A patch to handle changes in dbus names in newer versions of zeitgeist. Fixes bug #821121.
+# Taken from here: http://bazaar.launchpad.net/~manishsinha/gnome-activity-journal/fixes-924988/revision/9/debian/patches/fix_histogram_issue.diff
+Patch2:         %{name}-fix-histogram-issue.patch
 
 BuildArch:      noarch
 BuildRequires:  python-devel python-distutils-extra desktop-file-utils intltool
@@ -71,6 +74,7 @@ activity.
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__python} setup.py build
@@ -108,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_sysconfdir}/gconf/schemas/%{name}.schemas
 
 %changelog
+* Sun Jul 22 2012 Mads Villadsen <maxx at krakoa.dk> - 0.8.0-4
+- Add patch to fix issue running with newest version of zeitgeist. Fixes bug #821121.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list