Hello community, here is the log from the commit of package gnome-doc-utils for openSUSE:Factory checked in at 2012-10-03 07:20:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-doc-utils (Old) and /work/SRC/openSUSE:Factory/.gnome-doc-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-doc-utils", Maintainer is "gnome-maintain...@suse.de" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-doc-utils/gnome-doc-utils.changes 2012-03-29 13:53:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.gnome-doc-utils.new/gnome-doc-utils.changes 2012-10-03 07:20:46.000000000 +0200 @@ -1,0 +2,7 @@ +Wed Aug 29 21:25:38 UTC 2012 - dims...@opensuse.org + +- Add gnome-doc-utils-fig-path.patch: Fix linking of figures in + subfolders, where a relative path to ../../C will not do the + right thing (gnome-devel-docs 3.5.90 contains such cases). + +------------------------------------------------------------------- New: ---- gnome-doc-utils-fig-path.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-doc-utils.spec ++++++ --- /var/tmp/diff_new_pack.J6NWiq/_old 2012-10-03 07:20:47.000000000 +0200 +++ /var/tmp/diff_new_pack.J6NWiq/_new 2012-10-03 07:20:47.000000000 +0200 @@ -24,6 +24,8 @@ Group: System/GUI/GNOME Url: http://www.gnome.org Source: http://download.gnome.org/sources/gnome-doc-utils/0.20/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gnome-doc-utils-fig-path.patch bgo#682776 dims...@opensuse.org -- Fix linking of figs in subfolders. +Patch0: gnome-doc-utils-fig-path.patch BuildRequires: docbook_4 BuildRequires: fdupes BuildRequires: intltool @@ -89,6 +91,7 @@ %lang_package %prep %setup -q +%patch0 -p1 translation-update-upstream %build ++++++ gnome-doc-utils-fig-path.patch ++++++ diff --git a/tools/gnome-doc-utils.make b/tools/gnome-doc-utils.make index 726c5b8..339817f 100644 --- a/tools/gnome-doc-utils.make +++ b/tools/gnome-doc-utils.make @@ -640,8 +640,8 @@ install-doc-figs: fi; \ figbase=`echo $$fig | sed -e 's/^.*\///'`; \ if $$figsymlink; then \ - echo "cd $$figdir && $(LN_S) -f ../../C/$$fig $$figbase"; \ - ( cd "$$figdir" && $(LN_S) -f "../../C/$$fig" "$$figbase" ); \ + echo "cd $$figdir && $(LN_S) -f $(HELP_DIR)/$(_doc_install_dir)/C/$$fig $$figbase"; \ + ( cd "$$figdir" && $(LN_S) -f "$(HELP_DIR)/$(_doc_install_dir)/C/$$fig" "$$figbase" ); \ else \ echo "$(INSTALL_DATA) $$figfile $$figdir$$figbase"; \ $(INSTALL_DATA) "$$figfile" "$$figdir$$figbase"; \ -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org