Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2021-02-18 20:39:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-terminal.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-terminal"

Thu Feb 18 20:39:31 2021 rev:132 rq:872517 version:3.38.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes    
2021-01-15 19:44:53.953903102 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new.28504/gnome-terminal.changes 
2021-02-18 20:50:07.835310483 +0100
@@ -1,0 +2,7 @@
+Sun Feb 14 15:24:40 UTC 2021 - Bj??rn Lie <[email protected]>
+
+- Update to version 3.38.3:
+  + app: Limit the number of clipboard targets to a sensible number
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-terminal-3.38.2.tar.xz

New:
----
  gnome-terminal-3.38.3.tar.xz

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

Other differences:
------------------
++++++ gnome-terminal.spec ++++++
--- /var/tmp/diff_new_pack.qBFjZO/_old  2021-02-18 20:50:08.391311026 +0100
+++ /var/tmp/diff_new_pack.qBFjZO/_new  2021-02-18 20:50:08.391311026 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-terminal
-Version:        3.38.2
+Version:        3.38.3
 Release:        0
 Summary:        GNOME Terminal
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later

++++++ gnome-terminal-3.38.2.tar.xz -> gnome-terminal-3.38.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/ChangeLog 
new/gnome-terminal-3.38.3/ChangeLog
--- old/gnome-terminal-3.38.2/ChangeLog 2021-01-09 20:08:15.000000000 +0100
+++ new/gnome-terminal-3.38.3/ChangeLog 2021-02-13 21:16:11.000000000 +0100
@@ -1,3 +1,32 @@
+commit 3be01f5fa7991bcd28a1a9d4b4390de3d4c16cb8
+Author: Christian Persch <[email protected]>
+Date:   Thu Feb 4 18:48:15 2021 +0100
+
+    app: Limit the number of clipboard targets to a sensible number
+    
+    (cherry picked from commit 4085fd5b87ebdc8fac4ebfa2ca926e47bf3f48ad)
+
+ src/terminal-app.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 340e57ce13ad742d185815dd889e304915d76cee
+Author: Kjartan Maraas <[email protected]>
+Date:   Mon Jan 25 14:50:19 2021 +0000
+
+    Update Norwegian Bokm??l translation
+
+ po/nb.po | 28 ++++++++++++++--------------
+ 1 file changed, 14 insertions(+), 14 deletions(-)
+
+commit 5179a3306fc62d3cce837cacf4b53a006cadeacb
+Author: Christian Persch <[email protected]>
+Date:   Sat Jan 9 20:10:39 2021 +0100
+
+    Post release version bump
+
+ configure.ac | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 8682ee73244a9ad92d19cd3b52cb04a0155d4282
 Author: Akarshan Biswas <[email protected]>
 Date:   Mon Jan 4 08:27:36 2021 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/Makefile.in 
new/gnome-terminal-3.38.3/Makefile.in
--- old/gnome-terminal-3.38.2/Makefile.in       2021-01-09 20:06:26.000000000 
+0100
+++ new/gnome-terminal-3.38.3/Makefile.in       2021-02-13 21:15:45.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,
@@ -174,8 +174,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.
@@ -760,6 +760,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
@@ -802,6 +806,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)
@@ -986,8 +992,8 @@
        am--refresh check check-am check-local clean clean-cscope \
        clean-generic clean-libtool cscope cscopelist-am ctags \
        ctags-am dist dist-all dist-bzip2 dist-gzip dist-lzip \
-       dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
-       distclean-generic distclean-hdr distclean-libtool \
+       dist-shar dist-tarZ dist-xz dist-zip dist-zstd distcheck \
+       distclean distclean-generic distclean-hdr distclean-libtool \
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
        dvi-am html html-am info info-am install install-am \
        install-data install-data-am install-dvi install-dvi-am \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/aclocal.m4 
new/gnome-terminal-3.38.3/aclocal.m4
--- old/gnome-terminal-3.38.2/aclocal.m4        2021-01-09 20:06:24.000000000 
+0100
+++ new/gnome-terminal-3.38.3/aclocal.m4        2021-02-13 21:15:44.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,
@@ -667,7 +667,7 @@
 m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])])
 ])
 
-# 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,
@@ -682,7 +682,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
 ])
 
@@ -698,14 +698,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,
@@ -757,7 +757,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,
@@ -788,7 +788,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,
@@ -979,7 +979,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,
@@ -1018,7 +1018,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
@@ -1045,7 +1047,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,
@@ -1242,7 +1244,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,
@@ -1263,7 +1265,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,
@@ -1285,7 +1287,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,
@@ -1320,7 +1322,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,
@@ -1363,7 +1365,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,
@@ -1402,7 +1404,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,
@@ -1431,7 +1433,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,
@@ -1478,7 +1480,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,
@@ -1497,7 +1499,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,
@@ -1578,7 +1580,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,
@@ -1638,7 +1640,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,
@@ -1666,7 +1668,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,
@@ -1685,7 +1687,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/gnome-terminal-3.38.2/configure 
new/gnome-terminal-3.38.3/configure
--- old/gnome-terminal-3.38.2/configure 2021-01-09 20:06:28.000000000 +0100
+++ new/gnome-terminal-3.38.3/configure 2021-02-13 21:15:47.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for GNOME Terminal 3.38.2.
+# Generated by GNU Autoconf 2.69 for GNOME Terminal 3.38.3.
 #
 # Report bugs to 
<http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='GNOME Terminal'
 PACKAGE_TARNAME='gnome-terminal'
-PACKAGE_VERSION='3.38.2'
-PACKAGE_STRING='GNOME Terminal 3.38.2'
+PACKAGE_VERSION='3.38.3'
+PACKAGE_STRING='GNOME Terminal 3.38.3'
 
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-terminal'
 PACKAGE_URL=''
 
@@ -1409,7 +1409,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 GNOME Terminal 3.38.2 to adapt to many kinds of 
systems.
+\`configure' configures GNOME Terminal 3.38.3 to adapt to many kinds of 
systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1479,7 +1479,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of GNOME Terminal 3.38.2:";;
+     short | recursive ) echo "Configuration of GNOME Terminal 3.38.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1640,7 +1640,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-GNOME Terminal configure 3.38.2
+GNOME Terminal configure 3.38.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2009,7 +2009,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by GNOME Terminal $as_me 3.38.2, which was
+It was created by GNOME Terminal $as_me 3.38.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2878,7 +2878,7 @@
 
 # Define the identity of the package.
  PACKAGE='gnome-terminal'
- VERSION='3.38.2'
+ VERSION='3.38.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16875,7 +16875,7 @@
 
 TERMINAL_MINOR_VERSION=38
 
-TERMINAL_MICRO_VERSION=2
+TERMINAL_MICRO_VERSION=3
 
 TERMINAL_API_VERSION=0
 
@@ -17451,7 +17451,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by GNOME Terminal $as_me 3.38.2, which was
+This file was extended by GNOME Terminal $as_me 3.38.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -17517,7 +17517,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-GNOME Terminal config.status 3.38.2
+GNOME Terminal config.status 3.38.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
@@ -18626,7 +18626,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/gnome-terminal-3.38.2/configure.ac 
new/gnome-terminal-3.38.3/configure.ac
--- old/gnome-terminal-3.38.2/configure.ac      2020-10-03 19:20:59.000000000 
+0200
+++ new/gnome-terminal-3.38.3/configure.ac      2021-01-09 20:10:36.000000000 
+0100
@@ -1,6 +1,6 @@
 m4_define([terminal_version_major],[3])
 m4_define([terminal_version_minor],[38])
-m4_define([terminal_version_micro],[2])
+m4_define([terminal_version_micro],[3])
 m4_define([terminal_version_extra],[])
 
m4_define([terminal_version],[terminal_version_major().terminal_version_minor().terminal_version_micro()terminal_version_extra])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/data/Makefile.in 
new/gnome-terminal-3.38.3/data/Makefile.in
--- old/gnome-terminal-3.38.2/data/Makefile.in  2021-01-09 20:06:26.000000000 
+0100
+++ new/gnome-terminal-3.38.3/data/Makefile.in  2021-02-13 21:15:45.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/gnome-terminal-3.38.2/data/icons/Makefile.in 
new/gnome-terminal-3.38.3/data/icons/Makefile.in
--- old/gnome-terminal-3.38.2/data/icons/Makefile.in    2021-01-09 
20:06:26.000000000 +0100
+++ new/gnome-terminal-3.38.3/data/icons/Makefile.in    2021-02-13 
21:15:46.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/gnome-terminal-3.38.2/help/Makefile.in 
new/gnome-terminal-3.38.3/help/Makefile.in
--- old/gnome-terminal-3.38.2/help/Makefile.in  2021-01-09 20:06:27.000000000 
+0100
+++ new/gnome-terminal-3.38.3/help/Makefile.in  2021-02-13 21:15:46.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/gnome-terminal-3.38.2/man/Makefile.in 
new/gnome-terminal-3.38.3/man/Makefile.in
--- old/gnome-terminal-3.38.2/man/Makefile.in   2021-01-09 20:06:27.000000000 
+0100
+++ new/gnome-terminal-3.38.3/man/Makefile.in   2021-02-13 21:15:46.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,
Binary files old/gnome-terminal-3.38.2/po/nb.gmo and 
new/gnome-terminal-3.38.3/po/nb.gmo differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/po/nb.po 
new/gnome-terminal-3.38.3/po/nb.po
--- old/gnome-terminal-3.38.2/po/nb.po  2020-12-25 18:01:57.000000000 +0100
+++ new/gnome-terminal-3.38.3/po/nb.po  2021-02-04 18:48:34.000000000 +0100
@@ -8,8 +8,8 @@
 msgstr ""
 "Project-Id-Version: gnome-terminal 3.38.x\n"
 "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gnome-terminal/issues\n";
-"POT-Creation-Date: 2020-10-05 07:18+0000\n"
-"PO-Revision-Date: 2020-12-04 14:53+0100\n"
+"POT-Creation-Date: 2020-12-04 13:55+0000\n"
+"PO-Revision-Date: 2021-01-25 15:49+0100\n"
 "Last-Translator: Kjartan Maraas <[email protected]>\n"
 "Language-Team: Norwegian bokm??l <[email protected]>\n"
 "Language: nb\n"
@@ -64,32 +64,32 @@
 #: org.gnome.Terminal.appdata.xml.in:45
 msgid ""
 "https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal.png";
-msgstr ""
+msgstr 
"https://help.gnome.org/users/gnome-terminal/stable/figures/gnome-terminal.png";
 
 #: org.gnome.Terminal.appdata.xml.in:48
 msgid "HiDpiIcon"
-msgstr ""
+msgstr "HiDpiIcon"
 
 #: org.gnome.Terminal.appdata.xml.in:49
 msgid "HighContrast"
-msgstr ""
+msgstr "HighContrast"
 
 #: org.gnome.Terminal.appdata.xml.in:50
 msgid "ModernToolkit"
-msgstr ""
+msgstr "ModernToolkit"
 
 #: org.gnome.Terminal.appdata.xml.in:51
 msgid "SearchProvider"
-msgstr "S??kemotor"
+msgstr "SearchProvider"
 
 #: org.gnome.Terminal.appdata.xml.in:52
 msgid "UserDocs"
-msgstr ""
+msgstr "UserDocs"
 
 #: org.gnome.Terminal.appdata.xml.in:54
 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:44
 msgid "https://wiki.gnome.org/Apps/Terminal";
-msgstr ""
+msgstr "https://wiki.gnome.org/Apps/Terminal";
 
 #. This is the name of a colour scheme
 #: org.gnome.Terminal.appdata.xml.in:55 org.gnome.Terminal.appdata.xml.in:56
@@ -100,15 +100,15 @@
 #: org.gnome.Terminal.appdata.xml.in:57
 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:46
 msgid "https://wiki.gnome.org/Apps/Terminal/ReportingBugs";
-msgstr ""
+msgstr "https://wiki.gnome.org/Apps/Terminal/ReportingBugs";
 
 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:35
 msgid "org.gnome.Terminal.Nautilus"
-msgstr ""
+msgstr "org.gnome.Terminal.Nautilus"
 
 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:36
 msgid "org.gnome.Nautilus.desktop"
-msgstr ""
+msgstr "org.gnome.Nautilus.desktop"
 
 #: org.gnome.Terminal.Nautilus.metainfo.xml.in:39
 msgid "Terminal plugin for Files"
@@ -1282,12 +1282,12 @@
 #. Translators: "GNOME" is the name of a colour scheme, "light" can be 
translated
 #: src/profile-editor.c:178
 msgid "GNOME light"
-msgstr ""
+msgstr "GNOME lys"
 
 #. Translators: "GNOME" is the name of a colour scheme, "dark" can be 
translated
 #: src/profile-editor.c:183
 msgid "GNOME dark"
-msgstr ""
+msgstr "GNOME m??rk"
 
 #. Translators: "Tango" is the name of a colour scheme, "light" can be 
translated
 #: src/profile-editor.c:188
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/src/Makefile.in 
new/gnome-terminal-3.38.3/src/Makefile.in
--- old/gnome-terminal-3.38.2/src/Makefile.in   2021-01-09 20:06:27.000000000 
+0100
+++ new/gnome-terminal-3.38.3/src/Makefile.in   2021-02-13 21:15:46.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/gnome-terminal-3.38.2/src/terminal-app.c 
new/gnome-terminal-3.38.3/src/terminal-app.c
--- old/gnome-terminal-3.38.2/src/terminal-app.c        2020-09-12 
21:18:09.000000000 +0200
+++ new/gnome-terminal-3.38.3/src/terminal-app.c        2021-02-04 
18:48:39.000000000 +0100
@@ -640,7 +640,7 @@
   free_clipboard_targets (app);
 
   /* Sometimes we receive targets == NULL but n_targets == -1 */
-  if (targets != NULL) {
+  if (targets != NULL && n_targets < 255) {
     app->clipboard_targets = g_memdup (targets, sizeof (targets[0]) * 
n_targets);
     app->n_clipboard_targets = n_targets;
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gnome-terminal-3.38.2/src/terminal-version.h 
new/gnome-terminal-3.38.3/src/terminal-version.h
--- old/gnome-terminal-3.38.2/src/terminal-version.h    2021-01-09 
20:06:38.000000000 +0100
+++ new/gnome-terminal-3.38.3/src/terminal-version.h    2021-02-13 
21:15:53.000000000 +0100
@@ -24,7 +24,7 @@
 
 #define TERMINAL_MAJOR_VERSION (3)
 #define TERMINAL_MINOR_VERSION (38)
-#define TERMINAL_MICRO_VERSION (2)
+#define TERMINAL_MICRO_VERSION (3)
 
 #define TERMINAL_CHECK_VERSION(major,minor,micro) \
   (TERMINAL_MAJOR_VERSION > (major) || \

Reply via email to