Hello community,

here is the log from the commit of package yelp for openSUSE:Factory checked in 
at 2020-11-29 12:22:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yelp (Old)
 and      /work/SRC/openSUSE:Factory/.yelp.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yelp"

Sun Nov 29 12:22:14 2020 rev:112 rq:851033 version:3.38.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yelp/yelp.changes        2020-11-23 
10:54:46.654859552 +0100
+++ /work/SRC/openSUSE:Factory/.yelp.new.5913/yelp.changes      2020-11-29 
12:22:23.753636099 +0100
@@ -1,0 +2,6 @@
+Sat Nov 21 21:47:48 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.38.2:
+  + Fix crash when reloading local document.
+
+-------------------------------------------------------------------

Old:
----
  yelp-3.38.1.tar.xz

New:
----
  yelp-3.38.2.tar.xz

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

Other differences:
------------------
++++++ yelp.spec ++++++
--- /var/tmp/diff_new_pack.e06xDM/_old  2020-11-29 12:22:26.141638512 +0100
+++ /var/tmp/diff_new_pack.e06xDM/_new  2020-11-29 12:22:26.145638517 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           yelp
-Version:        3.38.1
+Version:        3.38.2
 Release:        0
 Summary:        Help Browser for the GNOME Desktop
 License:        GPL-2.0-or-later

++++++ yelp-3.38.1.tar.xz -> yelp-3.38.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/Makefile.in new/yelp-3.38.2/Makefile.in
--- old/yelp-3.38.1/Makefile.in 2020-10-03 22:40:23.000000000 +0200
+++ new/yelp-3.38.2/Makefile.in 2020-11-21 20:13:33.000000000 +0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -520,8 +520,8 @@
   $(am__extra_recursive_targets)
 AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
        cscope distdir distdir-am dist dist-all distcheck
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
-       $(LISP)config.h.in
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \
+       config.h.in
 # Read a list of newline-separated strings from the standard input,
 # and print each of them once, without duplicates.  Input order is
 # *not* preserved.
@@ -3538,6 +3538,10 @@
        tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c 
>$(distdir).tar.xz
        $(am__post_remove_distdir)
 
+dist-zstd: distdir
+       tardir=$(distdir) && $(am__tar) | zstd -c 
$${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst
+       $(am__post_remove_distdir)
+
 dist-tarZ: distdir
        @echo WARNING: "Support for distribution archives compressed with" \
                       "legacy program 'compress' is deprecated." >&2
@@ -3580,6 +3584,8 @@
          eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
        *.zip*) \
          unzip $(distdir).zip ;;\
+       *.tar.zst*) \
+         zstd -dc $(distdir).tar.zst | $(am__untar) ;;\
        esac
        chmod -R a-w $(distdir)
        chmod u+w $(distdir)
@@ -3950,9 +3956,9 @@
        clean-generic clean-libLTLIBRARIES clean-libtool clean-local \
        clean-webextensionLTLIBRARIES cscope cscopelist-am ctags \
        ctags-am dist dist-all dist-bzip2 dist-gzip dist-hook \
-       dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
-       distclean distclean-compile distclean-generic distclean-hdr \
-       distclean-libtool distclean-local distclean-tags \
+       dist-lzip dist-shar dist-tarZ dist-xz dist-zip dist-zstd \
+       distcheck distclean distclean-compile distclean-generic \
+       distclean-hdr distclean-libtool distclean-local distclean-tags \
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
        html-am info info-am install install-am install-binPROGRAMS \
        install-data install-data-am install-data-local \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/NEWS new/yelp-3.38.2/NEWS
--- old/yelp-3.38.1/NEWS        2020-10-03 22:40:09.000000000 +0200
+++ new/yelp-3.38.2/NEWS        2020-11-21 20:13:03.000000000 +0100
@@ -1,3 +1,7 @@
+3.38.2
+======
+* Fix crash when reloading local document (Michael Catanzaro)
+
 3.38.1
 ======
 * Fix issue when opening local HTML files (#158)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/aclocal.m4 new/yelp-3.38.2/aclocal.m4
--- old/yelp-3.38.1/aclocal.m4  2020-10-03 22:40:22.000000000 +0200
+++ new/yelp-3.38.2/aclocal.m4  2020-11-21 20:13:32.000000000 +0100
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.16.1 -*- Autoconf -*-
+# generated automatically by aclocal 1.16.2 -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -540,7 +540,7 @@
         [AC_DEFINE([HAVE_][$1], 1, [Enable ]m4_tolower([$1])[ support])])
 ])dnl PKG_HAVE_DEFINE_WITH_MODULES
 
-# Copyright (C) 2002-2018 Free Software Foundation, Inc.
+# Copyright (C) 2002-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -555,7 +555,7 @@
 [am__api_version='1.16'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.16.1], [],
+m4_if([$1], [1.16.2], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -571,14 +571,14 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.16.1])dnl
+[AM_AUTOMAKE_VERSION([1.16.2])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
 
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -630,7 +630,7 @@
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
 
-# Copyright (C) 1997-2018 Free Software Foundation, Inc.
+# Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -661,7 +661,7 @@
 Usually this means the macro was only invoked conditionally.]])
 fi])])
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -852,7 +852,7 @@
 
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -891,7 +891,9 @@
   done
   if test $am_rc -ne 0; then
     AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments
-    for automatic dependency tracking.  Try re-running configure with the
+    for automatic dependency tracking.  If GNU make was not used, consider
+    re-running the configure script with MAKE="gmake" (or whatever is
+    necessary).  You can also try re-running configure with the
     '--disable-dependency-tracking' option to at least be able to build
     the package (albeit without support for automatic dependency tracking).])
   fi
@@ -918,7 +920,7 @@
 
 # Do all the work for Automake.                             -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1115,7 +1117,7 @@
 done
 echo "timestamp for $_am_arg" 
>`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1136,7 +1138,7 @@
 fi
 AC_SUBST([install_sh])])
 
-# Copyright (C) 2003-2018 Free Software Foundation, Inc.
+# Copyright (C) 2003-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1158,7 +1160,7 @@
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
 # From Jim Meyering
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1193,7 +1195,7 @@
 
 # Check to see how 'make' treats includes.                 -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1236,7 +1238,7 @@
 
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
 
-# Copyright (C) 1997-2018 Free Software Foundation, Inc.
+# Copyright (C) 1997-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1275,7 +1277,7 @@
 
 # Helper functions for option handling.                     -*- Autoconf -*-
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1304,7 +1306,7 @@
 AC_DEFUN([_AM_IF_OPTION],
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1351,7 +1353,7 @@
 # For backward compatibility.
 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1370,7 +1372,7 @@
 
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1451,7 +1453,7 @@
 rm -f conftest.file
 ])
 
-# Copyright (C) 2009-2018 Free Software Foundation, Inc.
+# Copyright (C) 2009-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1511,7 +1513,7 @@
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
 ])
 
-# Copyright (C) 2001-2018 Free Software Foundation, Inc.
+# Copyright (C) 2001-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1539,7 +1541,7 @@
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
 
-# Copyright (C) 2006-2018 Free Software Foundation, Inc.
+# Copyright (C) 2006-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -1558,7 +1560,7 @@
 
 # Check how to create a tarball.                            -*- Autoconf -*-
 
-# Copyright (C) 2004-2018 Free Software Foundation, Inc.
+# Copyright (C) 2004-2020 Free Software Foundation, Inc.
 #
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/build-aux/compile 
new/yelp-3.38.2/build-aux/compile
--- old/yelp-3.38.1/build-aux/compile   2020-10-03 22:40:23.000000000 +0200
+++ new/yelp-3.38.2/build-aux/compile   2020-11-21 20:13:33.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -53,7 +53,7 @@
          MINGW*)
            file_conv=mingw
            ;;
-         CYGWIN*)
+         CYGWIN* | MSYS*)
            file_conv=cygwin
            ;;
          *)
@@ -67,7 +67,7 @@
        mingw/*)
          file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
          ;;
-       cygwin/*)
+       cygwin/* | msys/*)
          file=`cygpath -m "$file" || echo "$file"`
          ;;
        wine/*)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/build-aux/depcomp 
new/yelp-3.38.2/build-aux/depcomp
--- old/yelp-3.38.1/build-aux/depcomp   2020-10-03 22:40:23.000000000 +0200
+++ new/yelp-3.38.2/build-aux/depcomp   2020-11-21 20:13:33.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1999-2018 Free Software Foundation, Inc.
+# Copyright (C) 1999-2020 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/build-aux/install-sh 
new/yelp-3.38.2/build-aux/install-sh
--- old/yelp-3.38.1/build-aux/install-sh        2020-10-03 22:40:23.000000000 
+0200
+++ new/yelp-3.38.2/build-aux/install-sh        2020-11-21 20:13:33.000000000 
+0100
@@ -451,7 +451,18 @@
     trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
 
     # Copy the file name to the temp name.
-    (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
+    (umask $cp_umask &&
+     { test -z "$stripcmd" || {
+        # Create $dsttmp read-write so that cp doesn't create it read-only,
+        # which would cause strip to fail.
+        if test -z "$doit"; then
+          : >"$dsttmp" # No need to fork-exec 'touch'.
+        else
+          $doit touch "$dsttmp"
+        fi
+       }
+     } &&
+     $doit_exec $cpprog "$src" "$dsttmp") &&
 
     # and set any options; do chmod last to preserve setuid bits.
     #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/build-aux/missing 
new/yelp-3.38.2/build-aux/missing
--- old/yelp-3.38.1/build-aux/missing   2020-10-03 22:40:23.000000000 +0200
+++ new/yelp-3.38.2/build-aux/missing   2020-11-21 20:13:33.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2018-03-07.03; # UTC
 
-# Copyright (C) 1996-2018 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/configure new/yelp-3.38.2/configure
--- old/yelp-3.38.1/configure   2020-10-03 22:40:22.000000000 +0200
+++ new/yelp-3.38.2/configure   2020-11-21 20:13:32.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Yelp 3.38.1.
+# Generated by GNU Autoconf 2.69 for Yelp 3.38.2.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=yelp>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='Yelp'
 PACKAGE_TARNAME='yelp'
-PACKAGE_VERSION='3.38.1'
-PACKAGE_STRING='Yelp 3.38.1'
+PACKAGE_VERSION='3.38.2'
+PACKAGE_STRING='Yelp 3.38.2'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=yelp'
 PACKAGE_URL=''
 
@@ -1420,7 +1420,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.38.1 to adapt to many kinds of systems.
+\`configure' configures Yelp 3.38.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1490,7 +1490,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Yelp 3.38.1:";;
+     short | recursive ) echo "Configuration of Yelp 3.38.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1648,7 +1648,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Yelp configure 3.38.1
+Yelp configure 3.38.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1926,7 +1926,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.38.1, which was
+It was created by Yelp $as_me 3.38.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2796,7 +2796,7 @@
 
 # Define the identity of the package.
  PACKAGE='yelp'
- VERSION='3.38.1'
+ VERSION='3.38.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -18567,7 +18567,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.38.1, which was
+This file was extended by Yelp $as_me 3.38.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18633,7 +18633,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.38.1
+Yelp config.status 3.38.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -19743,7 +19743,9 @@
     { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
 as_fn_error $? "Something went wrong bootstrapping makefile fragments
-    for automatic dependency tracking.  Try re-running configure with the
+    for automatic dependency tracking.  If GNU make was not used, consider
+    re-running the configure script with MAKE=\"gmake\" (or whatever is
+    necessary).  You can also try re-running configure with the
     '--disable-dependency-tracking' option to at least be able to build
     the package (albeit without support for automatic dependency tracking).
 See \`config.log' for more details" "$LINENO" 5; }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/configure.ac new/yelp-3.38.2/configure.ac
--- old/yelp-3.38.1/configure.ac        2020-10-03 22:39:58.000000000 +0200
+++ new/yelp-3.38.2/configure.ac        2020-11-21 20:13:19.000000000 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.63])
-AC_INIT([Yelp],[3.38.1],[http://bugzilla.gnome.org/enter_bug.cgi?product=yelp],[yelp])
+AC_INIT([Yelp],[3.38.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' old/yelp-3.38.1/docs/libyelp/Makefile.in 
new/yelp-3.38.2/docs/libyelp/Makefile.in
--- old/yelp-3.38.1/docs/libyelp/Makefile.in    2020-10-03 22:40:40.000000000 
+0200
+++ new/yelp-3.38.2/docs/libyelp/Makefile.in    2020-11-21 20:13:50.000000000 
+0100
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.16.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.2 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2018 Free Software Foundation, Inc.
+# Copyright (C) 1994-2020 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/YelpDocument.html 
new/yelp-3.38.2/docs/libyelp/html/YelpDocument.html
--- old/yelp-3.38.1/docs/libyelp/html/YelpDocument.html 2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/YelpDocument.html 2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -656,6 +656,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/YelpSettings.html 
new/yelp-3.38.2/docs/libyelp/html/YelpSettings.html
--- old/yelp-3.38.1/docs/libyelp/html/YelpSettings.html 2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/YelpSettings.html 2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -234,7 +234,7 @@
 <td class="property_flags">Read / Write</td>
 </tr>
 <tr>
-<td class="property_type"><span class="type">gint</span></td>
+<td class="property_type"><span class="type">int</span></td>
 <td class="property_name"><a 
href="YelpSettings.html#YelpSettings--font-adjustment">font-adjustment</a></td>
 <td class="property_flags">Read / Write</td>
 </tr>
@@ -652,7 +652,7 @@
 <hr>
 <div class="refsect2">
 <a name="YelpSettings--font-adjustment"></a><h3>The <code 
class="literal">“font-adjustment”</code> property</h3>
-<pre class="programlisting">  “font-adjustment”          <span 
class="type">gint</span></pre>
+<pre class="programlisting">  “font-adjustment”          <span 
class="type">int</span></pre>
 <p>A size adjustment to add to font sizes.</p>
 <p>Owner: YelpSettings</p>
 <p>Flags: Read / Write</p>
@@ -713,6 +713,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yelp-3.38.1/docs/libyelp/html/YelpSimpleDocument.html 
new/yelp-3.38.2/docs/libyelp/html/YelpSimpleDocument.html
--- old/yelp-3.38.1/docs/libyelp/html/YelpSimpleDocument.html   2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/YelpSimpleDocument.html   2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -69,6 +69,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/YelpUri.html 
new/yelp-3.38.2/docs/libyelp/html/YelpUri.html
--- old/yelp-3.38.1/docs/libyelp/html/YelpUri.html      2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/YelpUri.html      2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/YelpView.html 
new/yelp-3.38.2/docs/libyelp/html/YelpView.html
--- old/yelp-3.38.1/docs/libyelp/html/YelpView.html     2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/YelpView.html     2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -136,31 +136,31 @@
 <tbody>
 <tr>
 <td class="property_type">
-<span class="type">gchar</span> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a 
href="YelpView.html#YelpView--page-desc">page-desc</a></td>
 <td class="property_flags">Read</td>
 </tr>
 <tr>
 <td class="property_type">
-<span class="type">gchar</span> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a 
href="YelpView.html#YelpView--page-icon">page-icon</a></td>
 <td class="property_flags">Read</td>
 </tr>
 <tr>
 <td class="property_type">
-<span class="type">gchar</span> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a 
href="YelpView.html#YelpView--page-id">page-id</a></td>
 <td class="property_flags">Read</td>
 </tr>
 <tr>
 <td class="property_type">
-<span class="type">gchar</span> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a 
href="YelpView.html#YelpView--page-title">page-title</a></td>
 <td class="property_flags">Read</td>
 </tr>
 <tr>
 <td class="property_type">
-<span class="type">gchar</span> *</td>
+<span class="type">char</span> *</td>
 <td class="property_name"><a 
href="YelpView.html#YelpView--root-title">root-title</a></td>
 <td class="property_flags">Read</td>
 </tr>
@@ -347,7 +347,7 @@
 <a name="YelpView.property-details"></a><h2>Property Details</h2>
 <div class="refsect2">
 <a name="YelpView--page-desc"></a><h3>The <code 
class="literal">“page-desc”</code> property</h3>
-<pre class="programlisting">  “page-desc”                <span 
class="type">gchar</span> *</pre>
+<pre class="programlisting">  “page-desc”                <span 
class="type">char</span> *</pre>
 <p>The description of the page being viewed.</p>
 <p>Owner: YelpView</p>
 <p>Flags: Read</p>
@@ -356,7 +356,7 @@
 <hr>
 <div class="refsect2">
 <a name="YelpView--page-icon"></a><h3>The <code 
class="literal">“page-icon”</code> property</h3>
-<pre class="programlisting">  “page-icon”                <span 
class="type">gchar</span> *</pre>
+<pre class="programlisting">  “page-icon”                <span 
class="type">char</span> *</pre>
 <p>The icon of the page being viewed.</p>
 <p>Owner: YelpView</p>
 <p>Flags: Read</p>
@@ -365,7 +365,7 @@
 <hr>
 <div class="refsect2">
 <a name="YelpView--page-id"></a><h3>The <code class="literal">“page-id”</code> 
property</h3>
-<pre class="programlisting">  “page-id”                  <span 
class="type">gchar</span> *</pre>
+<pre class="programlisting">  “page-id”                  <span 
class="type">char</span> *</pre>
 <p>The ID of the root page of the page being viewed.</p>
 <p>Owner: YelpView</p>
 <p>Flags: Read</p>
@@ -374,7 +374,7 @@
 <hr>
 <div class="refsect2">
 <a name="YelpView--page-title"></a><h3>The <code 
class="literal">“page-title”</code> property</h3>
-<pre class="programlisting">  “page-title”               <span 
class="type">gchar</span> *</pre>
+<pre class="programlisting">  “page-title”               <span 
class="type">char</span> *</pre>
 <p>The title of the page being viewed.</p>
 <p>Owner: YelpView</p>
 <p>Flags: Read</p>
@@ -383,7 +383,7 @@
 <hr>
 <div class="refsect2">
 <a name="YelpView--root-title"></a><h3>The <code 
class="literal">“root-title”</code> property</h3>
-<pre class="programlisting">  “root-title”               <span 
class="type">gchar</span> *</pre>
+<pre class="programlisting">  “root-title”               <span 
class="type">char</span> *</pre>
 <p>The title of the root page of the page being viewed.</p>
 <p>Owner: YelpView</p>
 <p>Flags: Read</p>
@@ -437,6 +437,6 @@
 </div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/api-index-full.html 
new/yelp-3.38.2/docs/libyelp/html/api-index-full.html
--- old/yelp-3.38.1/docs/libyelp/html/api-index-full.html       2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/api-index-full.html       2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (XML mode)">
 <link rel="stylesheet" href="style.css" type="text/css">
 </head>
 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" 
alink="#0000FF">
@@ -667,6 +667,6 @@
 <dd></dd>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/ch01.html 
new/yelp-3.38.2/docs/libyelp/html/ch01.html
--- old/yelp-3.38.1/docs/libyelp/html/ch01.html 2020-10-03 22:40:40.000000000 
+0200
+++ new/yelp-3.38.2/docs/libyelp/html/ch01.html 2020-11-21 20:13:51.000000000 
+0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/ch01s02.html 
new/yelp-3.38.2/docs/libyelp/html/ch01s02.html
--- old/yelp-3.38.1/docs/libyelp/html/ch01s02.html      2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/ch01s02.html      2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/index.html 
new/yelp-3.38.2/docs/libyelp/html/index.html
--- old/yelp-3.38.1/docs/libyelp/html/index.html        2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/index.html        2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.38.1
+<div><p class="releaseinfo">for libyelp 3.38.2
 </p></div>
 </div>
 <hr>
@@ -50,6 +50,6 @@
 </dl></div>
 </div>
 <div class="footer">
-<hr>Generated by GTK-Doc V1.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yelp-3.38.1/docs/libyelp/html/libyelp-yelp-error.html 
new/yelp-3.38.2/docs/libyelp/html/libyelp-yelp-error.html
--- old/yelp-3.38.1/docs/libyelp/html/libyelp-yelp-error.html   2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/libyelp-yelp-error.html   2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/object-tree.html 
new/yelp-3.38.2/docs/libyelp/html/object-tree.html
--- old/yelp-3.38.1/docs/libyelp/html/object-tree.html  2020-10-03 
22:40:40.000000000 +0200
+++ new/yelp-3.38.2/docs/libyelp/html/object-tree.html  2020-11-21 
20:13:51.000000000 +0100
@@ -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.32 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.33.0 (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.32</div>
+<hr>Generated by GTK-Doc V1.33.0</div>
 </body>
 </html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/docs/libyelp/html/style.css 
new/yelp-3.38.2/docs/libyelp/html/style.css
--- old/yelp-3.38.1/docs/libyelp/html/style.css 2020-10-03 22:40:40.000000000 
+0200
+++ new/yelp-3.38.2/docs/libyelp/html/style.css 2020-11-21 20:13:51.000000000 
+0100
@@ -61,18 +61,6 @@
   color: #729fcf;
 }
 
-div.informaltable table
-{
-  border-collapse: separate;
-  border-spacing: 1em 0.3em;
-  border: none;
-}
-
-div.informaltable table td, div.informaltable table th
-{
-  vertical-align: top;
-}
-
 .function_type,
 .variable_type,
 .property_type,
@@ -127,6 +115,7 @@
   margin: 0.25em;
 }
 
+div.informaltable table[border="1"],
 div.table table
 {
   border-collapse: collapse;
@@ -135,6 +124,8 @@
   border: solid 1px #babdb6;
 }
 
+div.informaltable table[border="1"] td,
+div.informaltable table th,
 div.table table td, div.table table th
 {
   /* tango:aluminium 3 */
@@ -143,6 +134,7 @@
   vertical-align: top;
 }
 
+div.informaltable table[border="1"] th,
 div.table table th
 {
   /* tango:aluminium 2 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yelp-3.38.1/libyelp/yelp-mallard-document.c 
new/yelp-3.38.2/libyelp/yelp-mallard-document.c
--- old/yelp-3.38.1/libyelp/yelp-mallard-document.c     2020-09-17 
15:53:16.000000000 +0200
+++ new/yelp-3.38.2/libyelp/yelp-mallard-document.c     2020-11-21 
16:39:52.000000000 +0100
@@ -1168,6 +1168,7 @@
     xmlFreeDoc (priv->cache);
     priv->cache = xmlNewDoc (BAD_CAST "1.0");
     priv->cache_ns = xmlNewNs (NULL, CACHE_NS, BAD_CAST "cache");
+    priv->mallard_ns = xmlNewNs (NULL, MALLARD_NS, BAD_CAST "mal");
     cur = xmlNewDocNode (priv->cache, priv->cache_ns, BAD_CAST "cache", NULL);
     xmlDocSetRootElement (priv->cache, cur);
     priv->cache_ns->next = priv->mallard_ns;
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to