Hello community,

here is the log from the commit of package yelp for openSUSE:Factory checked in 
at 2019-05-10 09:18:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yelp (Old)
 and      /work/SRC/openSUSE:Factory/.yelp.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yelp"

Fri May 10 09:18:04 2019 rev:106 rq:701618 version:3.32.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yelp/yelp.changes        2019-05-03 
22:10:09.583243217 +0200
+++ /work/SRC/openSUSE:Factory/.yelp.new.5148/yelp.changes      2019-05-10 
09:18:06.836309252 +0200
@@ -1,0 +2,6 @@
+Wed May  8 09:36:23 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.2:
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  yelp-3.32.1.tar.xz

New:
----
  yelp-3.32.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yelp.spec ++++++
--- /var/tmp/diff_new_pack.0SDUW6/_old  2019-05-10 09:18:08.204311368 +0200
+++ /var/tmp/diff_new_pack.0SDUW6/_new  2019-05-10 09:18:08.228311405 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yelp
-Version:        3.32.1
+Version:        3.32.2
 Release:        0
 Summary:        Help Browser for the GNOME Desktop
 License:        GPL-2.0-or-later

++++++ yelp-3.32.1.tar.xz -> yelp-3.32.2.tar.xz ++++++
++++ 7323 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/Makefile.am new/yelp-3.32.2/Makefile.am
--- old/yelp-3.32.1/Makefile.am 2019-02-04 18:00:46.000000000 +0100
+++ new/yelp-3.32.2/Makefile.am 2019-05-07 15:49:16.000000000 +0200
@@ -174,7 +174,9 @@
 
 yelp_CFLAGS =                                  \
        $(YELP_CFLAGS)                          \
-       $(WARN_CFLAGS)
+       $(WARN_CFLAGS) \
+       -Wno-deprecated-declarations
+
 
 yelp_CPPFLAGS = \
        -I$(top_srcdir)/libyelp \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/NEWS new/yelp-3.32.2/NEWS
--- old/yelp-3.32.1/NEWS        2019-04-08 16:50:01.000000000 +0200
+++ new/yelp-3.32.2/NEWS        2019-05-07 15:41:56.000000000 +0200
@@ -1,3 +1,8 @@
+3.32.2
+======
+* Updated translations:
+  da    (Ask Hjorth Larsen)
+
 3.32.1
 ======
 * Fixed memory leaks (Umang Jain)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/build-aux/compile new/yelp-3.32.2/build-aux/compile
--- old/yelp-3.32.1/build-aux/compile   2019-04-08 16:50:26.000000000 +0200
+++ new/yelp-3.32.2/build-aux/compile   2019-05-07 16:08:25.000000000 +0200
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/usr/bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2017 Free Software Foundation, Inc.
+# Copyright (C) 1999-2018 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 #
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -340,7 +340,7 @@
 # Local Variables:
 # mode: shell-script
 # sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/build-aux/missing new/yelp-3.32.2/build-aux/missing
--- old/yelp-3.32.1/build-aux/missing   2019-04-08 16:50:27.000000000 +0200
+++ new/yelp-3.32.2/build-aux/missing   2019-05-07 16:08:25.000000000 +0200
@@ -1,9 +1,9 @@
-#!/bin/sh
+#!/usr/bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2016-01-11.22; # UTC
+scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2017 Free Software Foundation, Inc.
+# Copyright (C) 1996-2018 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -17,7 +17,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+# along with this program.  If not, see <https://www.gnu.org/licenses/>.
 
 # As a special exception to the GNU General Public License, if you
 # distribute this file as part of a program that contains a
@@ -101,9 +101,9 @@
   exit $st
 fi
 
-perl_URL=http://www.perl.org/
-flex_URL=http://flex.sourceforge.net/
-gnu_software_URL=http://www.gnu.org/software
+perl_URL=https://www.perl.org/
+flex_URL=https://github.com/westes/flex
+gnu_software_URL=https://www.gnu.org/software
 
 program_details ()
 {
@@ -207,7 +207,7 @@
 exit $st
 
 # Local variables:
-# eval: (add-hook 'write-file-hooks 'time-stamp)
+# eval: (add-hook 'before-save-hook 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
 # time-stamp-time-zone: "UTC0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/configure.ac new/yelp-3.32.2/configure.ac
--- old/yelp-3.32.1/configure.ac        2019-04-08 16:50:09.000000000 +0200
+++ new/yelp-3.32.2/configure.ac        2019-05-07 15:42:04.000000000 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.32.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.32.2],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
 
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_SRCDIR([src/yelp.c])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/YelpDocument.html 
new/yelp-3.32.2/docs/libyelp/html/YelpDocument.html
--- old/yelp-3.32.1/docs/libyelp/html/YelpDocument.html 2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/YelpDocument.html 2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01s02.html" title="Document Processing">
 <link rel="prev" href="ch01s02.html" title="Document Processing">
 <link rel="next" href="YelpSimpleDocument.html" title="YelpSimpleDocument">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -665,6 +665,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/YelpSettings.html 
new/yelp-3.32.2/docs/libyelp/html/YelpSettings.html
--- old/yelp-3.32.1/docs/libyelp/html/YelpSettings.html 2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/YelpSettings.html 2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01.html" title="API Reference">
 <link rel="prev" href="YelpUri.html" title="YelpUri">
 <link rel="next" href="libyelp-yelp-error.html" title="yelp-error">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -717,6 +717,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/YelpSimpleDocument.html 
new/yelp-3.32.2/docs/libyelp/html/YelpSimpleDocument.html
--- old/yelp-3.32.1/docs/libyelp/html/YelpSimpleDocument.html   2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/YelpSimpleDocument.html   2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01s02.html" title="Document Processing">
 <link rel="prev" href="YelpDocument.html" title="YelpDocument">
 <link rel="next" href="YelpUri.html" title="YelpUri">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -89,6 +89,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/YelpUri.html 
new/yelp-3.32.2/docs/libyelp/html/YelpUri.html
--- old/yelp-3.32.1/docs/libyelp/html/YelpUri.html      2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/YelpUri.html      2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01.html" title="API Reference">
 <link rel="prev" href="YelpSimpleDocument.html" title="YelpSimpleDocument">
 <link rel="next" href="YelpSettings.html" title="YelpSettings">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -387,6 +387,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/YelpView.html 
new/yelp-3.32.2/docs/libyelp/html/YelpView.html
--- old/yelp-3.32.1/docs/libyelp/html/YelpView.html     2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/YelpView.html     2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01.html#id-1.2.2" title="Widgets">
 <link rel="prev" href="ch01.html" title="API Reference">
 <link rel="next" href="ch01s02.html" title="Document Processing">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -430,6 +430,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/api-index-full.html 
new/yelp-3.32.2/docs/libyelp/html/api-index-full.html
--- old/yelp-3.32.1/docs/libyelp/html/api-index-full.html       2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/api-index-full.html       2019-05-07 
16:08:53.000000000 +0200
@@ -7,7 +7,7 @@
 <link rel="home" href="index.html" title="Yelp Reference Manual">
 <link rel="up" href="index.html" title="Yelp Reference Manual">
 <link rel="prev" href="object-tree.html" title="Object Hierarchy">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -679,6 +679,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/ch01.html 
new/yelp-3.32.2/docs/libyelp/html/ch01.html
--- old/yelp-3.32.1/docs/libyelp/html/ch01.html 2019-04-08 16:50:50.000000000 
+0200
+++ new/yelp-3.32.2/docs/libyelp/html/ch01.html 2019-05-07 16:08:53.000000000 
+0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="Yelp Reference Manual">
 <link rel="prev" href="index.html" title="Yelp Reference Manual">
 <link rel="next" href="YelpView.html" title="YelpView">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -50,6 +50,6 @@
 <a name="id-1.2.2"></a>Widgets</h2></div></div></div></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/ch01s02.html 
new/yelp-3.32.2/docs/libyelp/html/ch01s02.html
--- old/yelp-3.32.1/docs/libyelp/html/ch01s02.html      2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/ch01s02.html      2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01.html" title="API Reference">
 <link rel="prev" href="YelpView.html" title="YelpView">
 <link rel="next" href="YelpDocument.html" title="YelpDocument">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -22,6 +22,6 @@
 <div class="section"><div class="titlepage"><div><div><h2 class="title" 
style="clear: both">
 <a name="id-1.2.3"></a>Document Processing</h2></div></div></div></div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/index.html 
new/yelp-3.32.2/docs/libyelp/html/index.html
--- old/yelp-3.32.1/docs/libyelp/html/index.html        2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/index.html        2019-05-07 
16:08:53.000000000 +0200
@@ -6,7 +6,7 @@
 <meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
 <link rel="home" href="index.html" title="Yelp Reference Manual">
 <link rel="next" href="ch01.html" title="API Reference">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -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.32.1
+<div><p class="releaseinfo">for libyelp 3.32.2
 </p></div>
 </div>
 <hr>
@@ -50,6 +50,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/libyelp-yelp-error.html 
new/yelp-3.32.2/docs/libyelp/html/libyelp-yelp-error.html
--- old/yelp-3.32.1/docs/libyelp/html/libyelp-yelp-error.html   2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/libyelp-yelp-error.html   2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="ch01.html" title="API Reference">
 <link rel="prev" href="YelpSettings.html" title="YelpSettings">
 <link rel="next" href="object-tree.html" title="Object Hierarchy">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -124,6 +124,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/docs/libyelp/html/object-tree.html 
new/yelp-3.32.2/docs/libyelp/html/object-tree.html
--- old/yelp-3.32.1/docs/libyelp/html/object-tree.html  2019-04-08 
16:50:50.000000000 +0200
+++ new/yelp-3.32.2/docs/libyelp/html/object-tree.html  2019-05-07 
16:08:53.000000000 +0200
@@ -8,7 +8,7 @@
 <link rel="up" href="index.html" title="Yelp Reference Manual">
 <link rel="prev" href="libyelp-yelp-error.html" title="yelp-error">
 <link rel="next" href="api-index-full.html" title="API Index">
-<meta name="generator" content="GTK-Doc V1.28 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.29 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -50,6 +50,6 @@
 </pre>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.28</div>
+<hr>Generated by GTK-Doc V1.29</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/gtk-doc.make new/yelp-3.32.2/gtk-doc.make
--- old/yelp-3.32.1/gtk-doc.make        2019-04-08 16:50:19.000000000 +0200
+++ new/yelp-3.32.2/gtk-doc.make        2019-05-07 16:08:18.000000000 +0200
@@ -212,6 +212,7 @@
        for file in $(HTML_IMAGES) ; do \
          test -f $(abs_srcdir)/$$file && cp $(abs_srcdir)/$$file 
$(abs_builddir)/html; \
          test -f $(abs_builddir)/$$file && cp $(abs_builddir)/$$file 
$(abs_builddir)/html; \
+         test -f $$file && cp $$file $(abs_builddir)/html; \
        done;
        $(GTK_DOC_V_XREF)gtkdoc-fixxref --module=$(DOC_MODULE) 
--module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS)
        $(AM_V_at)touch html-build.stamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/po/da.po new/yelp-3.32.2/po/da.po
--- old/yelp-3.32.1/po/da.po    2019-04-08 16:46:01.000000000 +0200
+++ new/yelp-3.32.2/po/da.po    2019-05-03 15:08:04.000000000 +0200
@@ -1660,7 +1660,7 @@
 #~ "Ask Hjorth Larsen\n"
 #~ "\n"
 #~ "Dansk-gruppen\n"
-#~ "Websted <http://dansk-gruppen.dk>\n"
+#~ "Websted http://dansk-gruppen.dk\n";
 #~ "E-mail <[email protected]>\n"
 #~ "\n"
 #~ "Launchpad Contributions:\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/yelp-3.32.1/yelp.desktop.in new/yelp-3.32.2/yelp.desktop.in
--- old/yelp-3.32.1/yelp.desktop.in     2019-02-04 18:00:46.000000000 +0100
+++ new/yelp-3.32.2/yelp.desktop.in     2019-05-03 15:08:04.000000000 +0200
@@ -1,9 +1,11 @@
 [Desktop Entry]
 Name=Help
 Comment=Get help with GNOME
+# Translators: Search terms to find this application. Do NOT translate or 
localize the semicolons! The list MUST also end with a semicolon!
 Keywords=documentation;information;manual;help;
 OnlyShowIn=GNOME;Unity;
 Exec=yelp %u
+# Translators: Do NOT translate or transliterate this text (this is an icon 
file name)!
 Icon=org.gnome.Yelp
 StartupNotify=true
 Terminal=false


Reply via email to