Hello community, here is the log from the commit of package yelp for openSUSE:Factory checked in at Tue May 31 14:46:01 CEST 2011.
-------- --- GNOME/yelp/yelp.changes 2011-04-26 18:36:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/yelp/yelp.changes 2011-05-27 00:00:26.000000000 +0200 @@ -1,0 +2,8 @@ +Tue May 24 08:59:55 CEST 2011 - [email protected] + +- Update to version 3.0.3: + + Fixed parsing error on info URIs + + Don't start duplicate XSLT transforms + + Fixed untranslated UI elements (bgo#648840) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- yelp-3.0.2.tar.bz2 New: ---- yelp-3.0.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yelp.spec ++++++ --- /var/tmp/diff_new_pack.UqOHGF/_old 2011-05-31 14:45:39.000000000 +0200 +++ /var/tmp/diff_new_pack.UqOHGF/_new 2011-05-31 14:45:39.000000000 +0200 @@ -34,7 +34,7 @@ BuildRequires: update-desktop-files License: GPLv2+ ; LGPLv2.1+ Group: System/GUI/GNOME -Version: 3.0.2 +Version: 3.0.3 Release: 1 Summary: Help Browser for the GNOME Desktop Source: ftp://ftp.gnome.org/pub/GNOME/sources/yelp/2.12/%{name}-%{version}.tar.bz2 ++++++ yelp-3.0.2.tar.bz2 -> yelp-3.0.3.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/NEWS new/yelp-3.0.3/NEWS --- old/yelp-3.0.2/NEWS 2011-04-26 02:28:58.000000000 +0200 +++ new/yelp-3.0.3/NEWS 2011-05-24 02:31:14.000000000 +0200 @@ -1,3 +1,9 @@ +Changes in 3.0.3 +---------------- +* Fixed parsing error on info URIs (Rupert Swarbrick) +* Don't start duplicate XSLT transforms (Shaun McCance) +* Fixed untranslated UI elements, bug #648840 (Matthias Clasen) + Changes in 3.0.2 ---------------- * Adapt to JavaScript fixes in yelp-xsl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/configure new/yelp-3.0.3/configure --- old/yelp-3.0.2/configure 2011-04-26 02:30:50.000000000 +0200 +++ new/yelp-3.0.3/configure 2011-05-24 02:33:15.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.66 for Yelp 3.0.2. +# Generated by GNU Autoconf 2.66 for Yelp 3.0.3. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=yelp>. # @@ -563,8 +563,8 @@ # Identity of this package. PACKAGE_NAME='Yelp' PACKAGE_TARNAME='yelp' -PACKAGE_VERSION='3.0.2' -PACKAGE_STRING='Yelp 3.0.2' +PACKAGE_VERSION='3.0.3' +PACKAGE_STRING='Yelp 3.0.3' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp' PACKAGE_URL='' @@ -1403,7 +1403,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Yelp 3.0.2 to adapt to many kinds of systems. +\`configure' configures Yelp 3.0.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1477,7 +1477,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Yelp 3.0.2:";; + short | recursive ) echo "Configuration of Yelp 3.0.3:";; esac cat <<\_ACEOF @@ -1613,7 +1613,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Yelp configure 3.0.2 +Yelp configure 3.0.3 generated by GNU Autoconf 2.66 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1891,7 +1891,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Yelp $as_me 3.0.2, which was +It was created by Yelp $as_me 3.0.3, which was generated by GNU Autoconf 2.66. Invocation command line was $ $0 $@ @@ -2713,7 +2713,7 @@ # Define the identity of the package. PACKAGE='yelp' - VERSION='3.0.2' + VERSION='3.0.3' cat >>confdefs.h <<_ACEOF @@ -16066,7 +16066,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Yelp $as_me 3.0.2, which was +This file was extended by Yelp $as_me 3.0.3, which was generated by GNU Autoconf 2.66. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16132,7 +16132,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Yelp config.status 3.0.2 +Yelp config.status 3.0.3 configured by $0, generated by GNU Autoconf 2.66, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/configure.ac new/yelp-3.0.3/configure.ac --- old/yelp-3.0.2/configure.ac 2011-04-26 02:29:04.000000000 +0200 +++ new/yelp-3.0.3/configure.ac 2011-05-24 02:31:20.000000000 +0200 @@ -1,5 +1,5 @@ AC_PREREQ([2.63]) -AC_INIT([Yelp],[3.0.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) +AC_INIT([Yelp],[3.0.3],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp]) AC_CONFIG_SRCDIR([src/yelp.c]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/YelpLocationEntry.html new/yelp-3.0.3/docs/libyelp/html/YelpLocationEntry.html --- old/yelp-3.0.2/docs/libyelp/html/YelpLocationEntry.html 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/YelpLocationEntry.html 2011-05-24 02:33:36.000000000 +0200 @@ -5,7 +5,7 @@ <title>YelpLocationEntry</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Yelp Reference Manual"> -<link rel="up" href="ch01.html#id2497231" title="Widgets"> +<link rel="up" href="ch01.html#id2970729" title="Widgets"> <link rel="prev" href="YelpView.html" title="YelpView"> <link rel="next" href="ch01s02.html" title="Document Processing"> <meta name="generator" content="GTK-Doc V1.15 (XML mode)"> @@ -15,7 +15,7 @@ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="YelpView.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html#id2497231"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="u" href="ch01.html#id2970729"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">Yelp Reference Manual</th> <td><a accesskey="n" href="ch01s02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/YelpView.html new/yelp-3.0.3/docs/libyelp/html/YelpView.html --- old/yelp-3.0.2/docs/libyelp/html/YelpView.html 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/YelpView.html 2011-05-24 02:33:36.000000000 +0200 @@ -5,7 +5,7 @@ <title>YelpView</title> <meta name="generator" content="DocBook XSL Stylesheets V1.75.2"> <link rel="home" href="index.html" title="Yelp Reference Manual"> -<link rel="up" href="ch01.html#id2497231" title="Widgets"> +<link rel="up" href="ch01.html#id2970729" title="Widgets"> <link rel="prev" href="ch01.html" title="API Reference"> <link rel="next" href="YelpLocationEntry.html" title="YelpLocationEntry"> <meta name="generator" content="GTK-Doc V1.15 (XML mode)"> @@ -15,7 +15,7 @@ <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2"> <tr valign="middle"> <td><a accesskey="p" href="ch01.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td> -<td><a accesskey="u" href="ch01.html#id2497231"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> +<td><a accesskey="u" href="ch01.html#id2970729"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td> <th width="100%" align="center">Yelp Reference Manual</th> <td><a accesskey="n" href="YelpLocationEntry.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/ch01.html new/yelp-3.0.3/docs/libyelp/html/ch01.html --- old/yelp-3.0.2/docs/libyelp/html/ch01.html 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/ch01.html 2011-05-24 02:33:36.000000000 +0200 @@ -21,9 +21,9 @@ </tr></table> <div class="chapter" title="API Reference"> <div class="titlepage"><div><div><h2 class="title"> -<a name="id2603960"></a>API Reference</h2></div></div></div> +<a name="id3077458"></a>API Reference</h2></div></div></div> <div class="toc"><dl> -<dt><span class="section"><a href="ch01.html#id2497231">Widgets</a></span></dt> +<dt><span class="section"><a href="ch01.html#id2970729">Widgets</a></span></dt> <dd><dl> <dt> <span class="refentrytitle"><a href="YelpView.html">YelpView</a></span><span class="refpurpose"></span> @@ -52,7 +52,7 @@ </dt> </dl></div> <div class="section" title="Widgets"><div class="titlepage"><div><div><h2 class="title" style="clear: both"> -<a name="id2497231"></a>Widgets</h2></div></div></div></div> +<a name="id2970729"></a>Widgets</h2></div></div></div></div> </div> <div class="footer"> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/ch01s02.html new/yelp-3.0.3/docs/libyelp/html/ch01s02.html --- old/yelp-3.0.2/docs/libyelp/html/ch01s02.html 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/ch01s02.html 2011-05-24 02:33:36.000000000 +0200 @@ -20,7 +20,7 @@ <td><a accesskey="n" href="YelpDocument.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td> </tr></table> <div class="section" title="Document Processing"><div class="titlepage"><div><div><h2 class="title" style="clear: both"> -<a name="id2596564"></a>Document Processing</h2></div></div></div></div> +<a name="id3070062"></a>Document Processing</h2></div></div></div></div> <div class="footer"> <hr> Generated by GTK-Doc V1.15</div> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/index.html new/yelp-3.0.3/docs/libyelp/html/index.html --- old/yelp-3.0.2/docs/libyelp/html/index.html 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/index.html 2011-05-24 02:33:36.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Yelp Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for libyelp 3.0.2 +<div><p class="releaseinfo">for libyelp 3.0.3 </p></div> </div> <hr> @@ -22,7 +22,7 @@ <div class="toc"><dl> <dt><span class="chapter"><a href="ch01.html">API Reference</a></span></dt> <dd><dl> -<dt><span class="section"><a href="ch01.html#id2497231">Widgets</a></span></dt> +<dt><span class="section"><a href="ch01.html#id2970729">Widgets</a></span></dt> <dd><dl> <dt> <span class="refentrytitle"><a href="YelpView.html">YelpView</a></span><span class="refpurpose"></span> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/libyelp.devhelp new/yelp-3.0.3/docs/libyelp/html/libyelp.devhelp --- old/yelp-3.0.2/docs/libyelp/html/libyelp.devhelp 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/libyelp.devhelp 2011-05-24 02:33:36.000000000 +0200 @@ -3,7 +3,7 @@ <book xmlns="http://www.devhelp.net/book" title="Yelp Reference Manual" link="index.html" author="" name="libyelp"> <chapters> <sub name="API Reference" link="ch01.html"> - <sub name="Widgets" link="ch01.html#id2497231"> + <sub name="Widgets" link="ch01.html#id2970729"> <sub name="YelpView" link="YelpView.html"/> <sub name="YelpLocationEntry" link="YelpLocationEntry.html"/> </sub> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/html/libyelp.devhelp2 new/yelp-3.0.3/docs/libyelp/html/libyelp.devhelp2 --- old/yelp-3.0.2/docs/libyelp/html/libyelp.devhelp2 2011-04-26 02:39:30.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/html/libyelp.devhelp2 2011-05-24 02:33:36.000000000 +0200 @@ -3,7 +3,7 @@ <book xmlns="http://www.devhelp.net/book" title="Yelp Reference Manual" link="index.html" author="" name="libyelp" version="2" language="c"> <chapters> <sub name="API Reference" link="ch01.html"> - <sub name="Widgets" link="ch01.html#id2497231"> + <sub name="Widgets" link="ch01.html#id2970729"> <sub name="YelpView" link="YelpView.html"/> <sub name="YelpLocationEntry" link="YelpLocationEntry.html"/> </sub> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/docs/libyelp/version.xml new/yelp-3.0.3/docs/libyelp/version.xml --- old/yelp-3.0.2/docs/libyelp/version.xml 2011-04-26 02:31:04.000000000 +0200 +++ new/yelp-3.0.3/docs/libyelp/version.xml 2011-05-24 02:33:30.000000000 +0200 @@ -1 +1 @@ -3.0.2 +3.0.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/libyelp/yelp-mallard-document.c new/yelp-3.0.3/libyelp/yelp-mallard-document.c --- old/yelp-3.0.2/libyelp/yelp-mallard-document.c 2011-04-26 02:23:33.000000000 +0200 +++ new/yelp-3.0.3/libyelp/yelp-mallard-document.c 2011-05-16 16:55:47.000000000 +0200 @@ -429,6 +429,11 @@ return; } + if (page_data->transform != NULL) { + /* It's already running. Just let it be. */ + return; + } + mallard_page_data_run (page_data); } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/libyelp/yelp-uri.c new/yelp-3.0.3/libyelp/yelp-uri.c --- old/yelp-3.0.2/libyelp/yelp-uri.c 2011-02-13 19:44:50.000000000 +0100 +++ new/yelp-3.0.3/libyelp/yelp-uri.c 2011-05-24 02:26:10.000000000 +0200 @@ -1076,7 +1076,7 @@ if (g_str_has_prefix (priv->res_arg, "info:/")) { gchar *newuri; priv->tmptype = YELP_URI_DOCUMENT_TYPE_INFO; - newuri = g_strdup_printf ("file:%s", priv->res_arg + 4); + newuri = g_strdup_printf ("file:%s", priv->res_arg + 5); g_free (priv->res_arg); priv->res_arg = newuri; resolve_file_uri (uri); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/src/yelp-application.c new/yelp-3.0.3/src/yelp-application.c --- old/yelp-3.0.2/src/yelp-application.c 2011-04-26 02:23:33.000000000 +0200 +++ new/yelp-3.0.3/src/yelp-application.c 2011-05-16 16:55:47.000000000 +0200 @@ -350,7 +350,7 @@ return app; } -// consumes the uri +/* consumes the uri */ static void open_uri (YelpApplication *app, YelpUri *uri, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yelp-3.0.2/src/yelp.c new/yelp-3.0.3/src/yelp.c --- old/yelp-3.0.2/src/yelp.c 2011-04-07 14:47:39.000000000 +0200 +++ new/yelp-3.0.3/src/yelp.c 2011-05-16 16:55:47.000000000 +0200 @@ -24,6 +24,8 @@ #include <config.h> #endif +#include <locale.h> + #include <glib.h> #include <glib/gi18n.h> #include <gtk/gtk.h> @@ -38,6 +40,11 @@ g_thread_init (NULL); g_type_init (); + setlocale (LC_ALL, ""); + textdomain (GETTEXT_PACKAGE); + bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); + bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + app = yelp_application_new (); return g_application_run (G_APPLICATION (app), argc, argv); ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
