Hello community, here is the log from the commit of package f-spot checked in at Tue Sep 25 21:05:14 CEST 2007. -------- --- GNOME/f-spot/f-spot.changes 2007-09-03 18:27:56.000000000 +0200 +++ /mounts/work_src_done/STABLE/STABLE/f-spot/f-spot.changes 2007-09-24 23:40:55.609352000 +0200 @@ -1,0 +2,6 @@ +Mon Sep 24 23:39:33 CEST 2007 - lewing@suse.de + +- Add incredibly simple fix to make Help actually work. Fixes bnc + #235647. + +------------------------------------------------------------------- New: ---- f-spot-bnc235647.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f-spot.spec ++++++ --- /var/tmp/diff_new_pack.A26210/_old 2007-09-25 21:04:56.000000000 +0200 +++ /var/tmp/diff_new_pack.A26210/_new 2007-09-25 21:04:56.000000000 +0200 @@ -17,18 +17,19 @@ %endif License: GPL v2 or later Group: Productivity/Graphics/Viewers -Autoreqprov: on +AutoReqProv: on Requires: dcraw Version: 0.4.0 -Release: 17 +Release: 34 Summary: GNOME Photo Management Application -URL: http://www.gnome.org/projects/f-spot/ +Url: http://www.gnome.org/projects/f-spot/ Source: %{name}-%{version}.tar.bz2 Patch: %{name}-64bit-warn.patch Patch1: %{name}-libexif-so.patch Patch2: %{name}-configure.patch Patch3: fix-desktop-file.diff Patch4: %{name}-bnc304124.patch +Patch5: %{name}-bnc235647.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core nautilus-cd-burner dbus-1-x11 libgphoto2 Provides: %{name}-devel = %{version}-%{release} @@ -61,6 +62,7 @@ %patch2 %patch3 %patch4 +%patch5 %build autoreconf -f -i @@ -81,7 +83,6 @@ # Not sure if this is TRT... rm -rf $RPM_BUILD_ROOT/var/lib/scrollkeeper %if %suse_version > 1020 - %fdupes -s $RPM_BUILD_ROOT %endif @@ -104,8 +105,10 @@ %{_prefix}/lib/gnome-screensaver/gnome-screensaver/* %files lang -f %{name}.lang - %changelog +* Mon Sep 24 2007 - lewing@suse.de +- Add incredibly simple fix to make Help actually work. Fixes bnc + [#235647]. * Mon Sep 03 2007 - lewing@suse.de - Fix for bnc #304124 (Importing specific jpg files causes error) * Thu Aug 09 2007 - maw@suse.de ++++++ f-spot-bnc235647.patch ++++++ Index: src/Global.cs =================================================================== --- src/Global.cs (revision 3398) +++ src/Global.cs (working copy) @@ -57,10 +57,8 @@ public static string HelpDirectory { get { - return System.IO.Path.Combine(Defines.PREFIX, - System.IO.Path.Combine("share", - System.IO.Path.Combine("gnome", - System.IO.Path.Combine("help", "f-spot")))); + // path is relative + return "f-spot"; } } ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org