[evolution] Correct help-context patch test path (Red Had bug #901341)

Milan Crha mcrha at fedoraproject.org
Fri Jan 18 08:51:55 UTC 2013


commit 2a4c23f56e15be4a9338b18515ffd813741f6666
Author: Milan Crha <mcrha at redhat.com>
Date:   Fri Jan 18 09:51:45 2013 +0100

    Correct help-context patch test path (Red Had bug #901341)

 evolution-2.30.1-help-contents.patch |    4 ++--
 evolution.spec                       |    3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/evolution-2.30.1-help-contents.patch b/evolution-2.30.1-help-contents.patch
index e2b75a2..8586c4f 100644
--- a/evolution-2.30.1-help-contents.patch
+++ b/evolution-2.30.1-help-contents.patch
@@ -9,8 +9,8 @@ diff -up evolution-2.30.1.2/shell/e-shell-window-actions.c.help-contents evoluti
 +	/* Viewing user documentation requires the evolution-help
 +	 * Fedora package.  Look for one of the files it installs. */
 +	path = g_build_filename (
-+		EVOLUTION_DATADIR, "gnome", "help",
-+		PACKAGE, "C", "index.page", NULL);
++		EVOLUTION_DATADIR, "help", "C",
++		PACKAGE, "index.page", NULL);
 +	if (!g_file_test (path, G_FILE_TEST_IS_REGULAR))
 +		gtk_action_set_visible (ACTION (CONTENTS), FALSE);
 +	g_free (path);
diff --git a/evolution.spec b/evolution.spec
index 66abd5b..da3ccdd 100644
--- a/evolution.spec
+++ b/evolution.spec
@@ -514,6 +514,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Fri Jan 18 2013 Milan Crha <mcrha at redhat.com> - 3.7.4-1
+- Correct help-context patch test path (Red Had bug #901341)
+
 * Mon Jan 14 2013 Milan Crha <mcrha at redhat.com> - 3.7.4-1
 - Update to 3.7.4
 - Add --add-missing to automake call


More information about the scm-commits mailing list