Hello community, here is the log from the commit of package tomboy checked in at Tue Sep 25 21:16:51 CEST 2007. -------- --- GNOME/tomboy/tomboy.changes 2007-09-17 16:17:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/tomboy/tomboy.changes 2007-09-24 22:46:10.885982000 +0200 @@ -1,0 +2,7 @@ +Mon Sep 24 22:45:09 CEST 2007 - btimothy@suse.de + +- Fix broken help documentation (F1) by using a relative path to + the help directory instead of the full path. This is needed + because of the new help-bundle directories. Fixes BNC #326457. + +------------------------------------------------------------------- New: ---- tomboy-help-bundle.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tomboy.spec ++++++ --- /var/tmp/diff_new_pack.Z25663/_old 2007-09-25 21:16:41.000000000 +0200 +++ /var/tmp/diff_new_pack.Z25663/_new 2007-09-25 21:16:41.000000000 +0200 @@ -16,7 +16,7 @@ Group: Productivity/Office/Other Requires: mono Version: 0.8.0 -Release: 1 +Release: 7 Summary: GNOME Note Taking Application Url: http://www.beatniksoftware.com/tomboy/ Source: %{name}-%{version}.tar.bz2 @@ -24,6 +24,8 @@ Patch0: tomboy-no-highlight.patch Patch1: tomboy-tasks-addin-20070917.patch Patch2: tomboy-disable-starthere.patch +# PATCH-FIX-OPENSUSE tomboy-help-bundle.patch BNC 326457 +Patch3: tomboy-help-bundle.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core Requires: dbus-1-x11 @@ -55,6 +57,7 @@ %patch0 %patch1 %patch2 -p1 +%patch3 -p1 %build autoreconf -f -i @@ -117,8 +120,11 @@ %{_datadir}/omf/tomboy/tomboy* %files lang -f %{name}.lang - %changelog +* Mon Sep 24 2007 - btimothy@suse.de +- Fix broken help documentation (F1) by using a relative path to + the help directory instead of the full path. This is needed + because of the new help-bundle directories. Fixes BNC #326457. * Mon Sep 17 2007 - btimothy@suse.de - Updated to stable version 0.8.0 (fixes the following bugzilla.gnome.org bugs: #473354, #475622, #475516 and the ++++++ tomboy-help-bundle.patch ++++++ Index: tomboy-0.8.0/Tomboy/Defines.cs.in =================================================================== --- tomboy-0.8.0.orig/Tomboy/Defines.cs.in +++ tomboy-0.8.0/Tomboy/Defines.cs.in @@ -10,7 +10,7 @@ namespace Tomboy public const string VERSION = "@version@"; public const string DATADIR = "@datadir@"; public const string GNOME_LOCALE_DIR = "@datadir@/locale"; - public const string GNOME_HELP_DIR = "@datadir@/gnome/help/tomboy"; + public const string GNOME_HELP_DIR = "tomboy"; public const string PKGLIBDIR = "@pkglibdir@"; public const string SYS_PLUGINS_DIR = "@pkglibdir@/Plugins"; public const string SYS_ADDINS_DIR = "@pkglibdir@/addins"; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de