Hello community, here is the log from the commit of package gqview checked in at Wed May 28 16:59:24 CEST 2008. -------- --- GNOME/gqview/gqview.changes 2008-05-07 17:17:25.000000000 +0200 +++ /mounts/work_src_done/STABLE/gqview/gqview.changes 2008-05-28 16:49:43.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 28 16:34:54 CEST 2008 - sbrabec@suse.cz + +- Fixed documentation references (bnc#327772). + +------------------------------------------------------------------- New: ---- gqview-docdir.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gqview.spec ++++++ --- /var/tmp/diff_new_pack.Xa6257/_old 2008-05-28 16:59:15.000000000 +0200 +++ /var/tmp/diff_new_pack.Xa6257/_new 2008-05-28 16:59:15.000000000 +0200 @@ -14,7 +14,7 @@ Name: gqview BuildRequires: desktop-translations fdupes gtk2-devel intltool liblcms-devel update-desktop-files Version: 2.1.5 -Release: 14 +Release: 19 License: GPL v2 or later Summary: Graphic File Browser Utility Group: Productivity/Graphics/Viewers @@ -23,6 +23,7 @@ Patch: gqview-editors.patch Patch1: gqview-adobe-icc.patch Patch2: gqview-rc-quotes.patch +Patch3: gqview-docdir.patch Recommends: AdobeICCProfiles # Code can use jpegtran: Recommends: jpeg @@ -47,6 +48,7 @@ %patch %patch1 %patch2 +%patch3 rename no nb po/no.* sed -i "s/\(ALL_LINGUAS.*\) no /\1 nb /" configure.in for PO in po/*.po ; do msgconv --to-code=UTF-8 $PO -o $PO.new ; mv $PO.new $PO ; done @@ -80,6 +82,8 @@ %files lang -f %{name}.lang %changelog +* Wed May 28 2008 sbrabec@suse.cz +- Fixed documentation references (bnc#327772). * Wed May 07 2008 sbrabec@suse.cz - Build with color management support. - Predefined ICC profiles from AdobeICCProfiles package. ++++++ gqview-docdir.patch ++++++ --- configure.in +++ configure.in @@ -19,8 +19,8 @@ AM_PATH_GTK_2_0(2.4.0,,AC_MSG_ERROR(GTK+ >= 2.4.0 not installed.)) -AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/gqview-$VERSION", [Location of documentation files]) -AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/gqview-$VERSION/html", [Location of html documentation]) +AC_DEFINE_UNQUOTED(GQVIEW_HELPDIR, "$prefix/share/doc/packages/gqview", [Location of documentation files]) +AC_DEFINE_UNQUOTED(GQVIEW_HTMLDIR, "$prefix/share/doc/packages/gqview/html", [Location of html documentation]) dnl checks for functions AC_CHECK_FUNCS(strverscmp) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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