Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vte for openSUSE:Factory checked in at 2021-05-20 19:24:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vte (Old) and /work/SRC/openSUSE:Factory/.vte.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vte" Thu May 20 19:24:33 2021 rev:130 rq:893968 version:0.64.1 Changes: -------- --- /work/SRC/openSUSE:Factory/vte/vte.changes 2021-05-06 22:52:02.466894546 +0200 +++ /work/SRC/openSUSE:Factory/.vte.new.2988/vte.changes 2021-05-20 19:24:49.601999992 +0200 @@ -1,0 +2,9 @@ +Fri May 14 13:46:37 UTC 2021 - dims...@opensuse.org + +- Update to version 0.64.1: + + widget: Move clipboard store from finalize to unrealize. + + build: Work around a meson bug with dist scripts in + subprojects. + + build: Add missing includes. + +------------------------------------------------------------------- Old: ---- vte-0.64.0.obscpio New: ---- vte-0.64.1.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.BmZ7gL/_old 2021-05-20 19:24:50.113997891 +0200 +++ /var/tmp/diff_new_pack.BmZ7gL/_new 2021-05-20 19:24:50.117997876 +0200 @@ -23,7 +23,7 @@ %define _name vte Name: vte -Version: 0.64.0 +Version: 0.64.1 Release: 0 Summary: Terminal Emulator Library License: CC-BY-4.0 AND LGPL-3.0-or-later AND GPL-3.0-or-later AND MIT ++++++ _service ++++++ --- /var/tmp/diff_new_pack.BmZ7gL/_old 2021-05-20 19:24:50.141997776 +0200 +++ /var/tmp/diff_new_pack.BmZ7gL/_new 2021-05-20 19:24:50.141997776 +0200 @@ -4,7 +4,7 @@ <param name="scm">git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="changesgenerate">enable</param> - <param name="revision">refs/tags/0.64.0</param> + <param name="revision">refs/tags/0.64.1</param> <param name="exclude">doc/vttest.*</param> </service> <service mode="buildtime" name="tar" /> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.BmZ7gL/_old 2021-05-20 19:24:50.157997711 +0200 +++ /var/tmp/diff_new_pack.BmZ7gL/_new 2021-05-20 19:24:50.157997711 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/vte.git</param> - <param name="changesrevision">2520d6b6785646ceb5f501f9c37a1a0307fa4486</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">109a6cf6e05ef55b79f768a30fdf95723ebba0d3</param></service></servicedata> \ No newline at end of file ++++++ vte-0.64.0.obscpio -> vte-0.64.1.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.64.0/meson.build new/vte-0.64.1/meson.build --- old/vte-0.64.0/meson.build 2021-03-19 22:52:23.000000000 +0100 +++ new/vte-0.64.1/meson.build 2021-04-23 18:52:26.000000000 +0200 @@ -17,7 +17,7 @@ project( 'vte', ['c', 'cpp'], - version: '0.64.0', + version: '0.64.1', license: ['LGPL-3.0-or-later', 'GPL-3.0-or-later'], default_options: [ 'buildtype=release', @@ -466,9 +466,13 @@ # Dist -meson.add_dist_script( - find_program('meson_changelog.sh'), -) +# Meson bug https://github.com/mesonbuild/meson/issues/8440 breaks using vte +# as subproject; see vte#345. +if meson.version().version_compare('>= 0.58.0') or not meson.is_subproject() + meson.add_dist_script( + find_program('meson_changelog.sh'), + ) +endif # Simple compat Makefile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.64.0/po/ne.po new/vte-0.64.1/po/ne.po --- old/vte-0.64.0/po/ne.po 2021-03-19 22:52:23.000000000 +0100 +++ new/vte-0.64.1/po/ne.po 2021-04-23 18:52:26.000000000 +0200 @@ -3,112 +3,109 @@ msgid "" msgstr "" "Project-Id-Version: vte.HEAD.ne\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-04-25 03:21+0100\n" -"PO-Revision-Date: 2007-12-20 15:48+0545\n" -"Last-Translator: Shyam Krishna Bal <balshya...@yahoo.com>\n" +"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/vte/issues\n" +"POT-Creation-Date: 2021-02-22 17:16+0000\n" +"PO-Revision-Date: 2021-04-23 22:36+0545\n" +"Last-Translator: Pawan Chitrakar <chaut...@gmail.com>\n" "Language-Team: Nepali <i...@mpp.org.np>\n" "Language: ne\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=2; plural=n !=1\n" +"X-Generator: Poedit 2.4.2\n" +"Plural-Forms: nplurals=2; plural=n !=1;\n" -#: ../src/iso2022.c:791 ../src/iso2022.c:799 ../src/iso2022.c:830 -#: ../src/vte.c:1797 -#, c-format -msgid "Unable to convert characters from %s to %s." -msgstr "%s ????????? %s ?????? ??????????????????????????????????????? ??????????????????????????? ???????????? ?????????????????? ???" - -#: ../src/iso2022.c:1539 -#, c-format -msgid "Attempt to set invalid NRC map '%c'." -msgstr "???????????? ?????????????????? ???????????????????????? '%c' ????????? ???????????? ?????????????????? ??????????????????????????? ???" +#: src/vte.cc:7710 +msgid "WARNING" +msgstr "?????????????????????" -#. Application signalled an "identified coding system" we haven't heard of. See ECMA-35 for gory details. -#: ../src/iso2022.c:1569 -msgid "Unrecognized identified coding system." -msgstr "????????????????????? ??????????????? ????????????????????? ???" +#: src/vte.cc:7712 +msgid "GnuTLS not enabled; data will be written to disk unencrypted!" +msgstr "GnuTLS ??????????????? ????????????????????? ?????????; ??????????????????????????? ????????????????????? ????????????????????? ???????????? ?????????????????????!" -#: ../src/iso2022.c:1628 ../src/iso2022.c:1655 +#: src/spawn.cc:110 #, c-format -msgid "Attempt to set invalid wide NRC map '%c'." -msgstr "???????????? ????????????????????? ?????????????????? ???????????????????????? '%c' ????????? ???????????? ?????????????????? ??????????????????????????? ???" +msgid "Failed to set pipe nonblocking: %s" +msgstr "???????????? ??????????????? ??????????????? ????????? ???????????? ???????????? ?????????: %s" -#. Give the user some clue as to why session logging is not -#. * going to work (assuming we can open a pty using some other -#. * method). -#: ../src/pty.c:837 +#: src/spawn.cc:155 #, c-format -msgid "can not run %s" -msgstr "%s ??????????????? ?????????????????????" +msgid "poll error: %s" +msgstr "??????????????????????????? ??????????????????: %s" -#: ../src/reaper.c:136 -msgid "Error creating signal pipe." -msgstr "??????????????????????????? ???????????? ????????????????????? ??????????????? ?????????????????? ???" +#: src/spawn.cc:162 +msgid "Operation timed out" +msgstr "????????????????????? ????????? ?????????????????? ?????????" -#: ../src/trie.c:414 -#, c-format -msgid "Duplicate (%s/%s)!" -msgstr "?????????????????? (%s/%s)!" +#: src/spawn.cc:172 +msgid "Operation was cancelled" +msgstr "????????????????????? ???????????? ???????????? ???" -#: ../src/vte.c:1187 +#: src/spawn.cc:190 #, c-format -msgid "Error compiling regular expression \"%s\"." -msgstr "?????????????????? ?????????????????????????????? ????????????????????? ??????????????? ?????????????????? \"%s\" ???" +msgid "Failed to read from child pipe (%s)" +msgstr "???????????? ??????????????????????????? (%s)????????? ???????????? ????????????" -#: ../src/vte.c:2657 ../src/vte.c:2662 +#: src/spawn.cc:620 #, c-format -msgid "No handler for control sequence `%s' defined." -msgstr "??????????????????????????? ????????????????????? `%s' ?????? ???????????? ???????????? ??????????????????????????? ???????????????????????? ?????????????????? ????????? ???" +msgid "Failed to change to directory ???%s???: %s" +msgstr "?????????????????????????????? \"%s\" ?????? ???????????????????????? ???????????? ???????????? ?????????: %s" -#. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.c:3627 +#: src/spawn.cc:689 #, c-format -msgid "Error reading from child: %s." -msgstr "????????????????????? ??????????????? ??????????????????: %s." +msgid "Failed to execute child process ???%s???: " +msgstr "???????????? ??????????????????????????? \"%s\" ????????????????????????????????? ???????????? ???????????? ?????????: " -#: ../src/vte.c:3743 -msgid "Unable to send data to child, invalid charset convertor" -msgstr "?????????????????? ???????????? ??????????????? ??????????????????, ???????????? ?????????????????????????????? ????????? ???????????????????????????" +#~ msgid "Unable to convert characters from %s to %s." +#~ msgstr "%s ????????? %s ?????? ??????????????????????????????????????? ??????????????????????????? ???????????? ?????????????????? ???" -#: ../src/vte.c:3754 ../src/vte.c:4631 -#, c-format -msgid "Error (%s) converting data for child, dropping." -msgstr "?????????????????? ???????????? ???????????? ??????????????????????????? ???????????????, ?????????????????? ?????????????????? (%s) ???" +#~ msgid "Attempt to set invalid NRC map '%c'." +#~ msgstr "???????????? ?????????????????? ???????????????????????? '%c' ????????? ???????????? ?????????????????? ??????????????????????????? ???" -#: ../src/vte.c:6866 -#, c-format -msgid "Error reading PTY size, using defaults: %s." -msgstr "?????????????????????????????????????????? ?????????????????? ????????????, ????????????????????? ???????????? ??????????????? ??????????????????: %s." +#~ msgid "Unrecognized identified coding system." +#~ msgstr "????????????????????? ??????????????? ????????????????????? ???" -#: ../src/vte.c:6895 -#, c-format -msgid "Error setting PTY size: %s." -msgstr "????????????????????? ???????????? ????????? ??????????????? ??????????????????: %s." +#~ msgid "Attempt to set invalid wide NRC map '%c'." +#~ msgstr "???????????? ????????????????????? ?????????????????? ???????????????????????? '%c' ????????? ???????????? ?????????????????? ??????????????????????????? ???" -#. Aaargh. We're screwed. -#: ../src/vte.c:11348 -msgid "_vte_conv_open() failed setting word characters" -msgstr "???????????? ?????????????????????????????? ??????????????? ??????????????? _vte_conv_open() ???????????? ?????????" +#~ msgid "can not run %s" +#~ msgstr "%s ??????????????? ?????????????????????" -#: ../src/vteseq.c:3926 -#, c-format -msgid "Got unexpected (key?) sequence `%s'." -msgstr "??????????????????????????? (key?) ????????????????????? `%s' ????????????????????? ????????? ???" +#~ msgid "Error creating signal pipe." +#~ msgstr "??????????????????????????? ???????????? ????????????????????? ??????????????? ?????????????????? ???" -#. Bail back to normal mode. -#: ../src/vteapp.c:774 -msgid "Could not open console.\n" -msgstr "?????????????????? ??????????????? ??????????????? ???\n" - -#: ../src/vteapp.c:838 -msgid "Could not parse the geometry spec passed to --geometry" -msgstr "?????????????????????????????? ????????? ?????????????????? ???????????????????????? ??????????????? ?????? ??????????????? ???????????? ???????????????" +#~ msgid "Duplicate (%s/%s)!" +#~ msgstr "?????????????????? (%s/%s)!" -#: ../src/vteglyph.c:562 -#, c-format -msgid "Unknown pixel mode %d.\n" -msgstr "?????????????????? ????????????????????? ????????? %d ???\n" +#~ msgid "Error compiling regular expression \"%s\"." +#~ msgstr "?????????????????? ?????????????????????????????? ????????????????????? ??????????????? ?????????????????? \"%s\" ???" + +#~ msgid "No handler for control sequence `%s' defined." +#~ msgstr "??????????????????????????? ????????????????????? `%s' ?????? ???????????? ???????????? ??????????????????????????? ???????????????????????? ?????????????????? ????????? ???" + +#~ msgid "Unable to send data to child, invalid charset convertor" +#~ msgstr "?????????????????? ???????????? ??????????????? ??????????????????, ???????????? ?????????????????????????????? ????????? ???????????????????????????" + +#~ msgid "Error (%s) converting data for child, dropping." +#~ msgstr "?????????????????? ???????????? ???????????? ??????????????????????????? ???????????????, ?????????????????? ?????????????????? (%s) ???" + +#~ msgid "Error reading PTY size, using defaults: %s." +#~ msgstr "?????????????????????????????????????????? ?????????????????? ????????????, ????????????????????? ???????????? ??????????????? ??????????????????: %s." + +#~ msgid "Error setting PTY size: %s." +#~ msgstr "????????????????????? ???????????? ????????? ??????????????? ??????????????????: %s." + +#~ msgid "_vte_conv_open() failed setting word characters" +#~ msgstr "???????????? ?????????????????????????????? ??????????????? ??????????????? _vte_conv_open() ???????????? ?????????" + +#~ msgid "Got unexpected (key?) sequence `%s'." +#~ msgstr "??????????????????????????? (key?) ????????????????????? `%s' ????????????????????? ????????? ???" + +#~ msgid "Could not open console.\n" +#~ msgstr "?????????????????? ??????????????? ??????????????? ???\n" + +#~ msgid "Could not parse the geometry spec passed to --geometry" +#~ msgstr "?????????????????????????????? ????????? ?????????????????? ???????????????????????? ??????????????? ?????? ??????????????? ???????????? ???????????????" +#~ msgid "Unknown pixel mode %d.\n" +#~ msgstr "?????????????????? ????????????????????? ????????? %d ???\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.64.0/po/nl.po new/vte-0.64.1/po/nl.po --- old/vte-0.64.0/po/nl.po 2021-03-19 22:52:23.000000000 +0100 +++ new/vte-0.64.1/po/nl.po 2021-04-23 18:52:26.000000000 +0200 @@ -4,47 +4,70 @@ # Reinout van Schouwen <rein...@cs.vu.nl>, 2002 # Tino Meinen <a.t.mei...@chello.nl> 2003 # Wouter Bolsterlee <wbols...@gnome.org>, 2007, 2010 -# Nathan Follens <n...@unseen.is>, 2015, 2017 +# Nathan Follens <n...@unseen.is>, 2015, 2017, 2020 # msgid "" msgstr "" "Project-Id-Version: vte\n" "Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/vte/issues\n" -"POT-Creation-Date: 2018-06-20 20:20+0000\n" -"PO-Revision-Date: 2019-02-24 11:27+0100\n" +"POT-Creation-Date: 2020-05-27 19:17+0000\n" +"PO-Revision-Date: 2020-08-25 15:23+0200\n" "Last-Translator: Nathan Follens <n...@unseen.is>\n" -"Language-Team: Dutch <vertal...@nl.linux.org>\n" +"Language-Team: Dutch <gnome-nl-l...@gnome.org>\n" "Language: nl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Poedit 2.2.1\n" +"X-Generator: Poedit 2.4.1\n" -#. Translators: %s is replaced with error message returned by strerror(). -#: ../src/vte.cc:3966 -#, c-format -msgid "Error reading from child: %s." -msgstr "Er is een fout opgetreden bij lezen van kind: %s." - -#: ../src/vte.cc:4122 -#, c-format -msgid "Error (%s) converting data for child, dropping." -msgstr "Fout (%s) bij converteren gegevens voor dochter, laat het vallen." - -#: ../src/vte.cc:8179 +#: src/vte.cc:7763 msgid "WARNING" msgstr "WAARSCHUWING" -#: ../src/vte.cc:8180 +#: src/vte.cc:7765 msgid "GnuTLS not enabled; data will be written to disk unencrypted!" msgstr "" "GnuTLS niet ingeschakeld, gegevens zullen onversleuteld naar de schijf " "worden geschreven!" -#: ../src/vtegtk.cc:3618 +#: src/spawn.cc:111 #, c-format -msgid "Unable to convert characters from %s to %s." -msgstr "Kan tekens niet converteren van %s naar %s." +msgid "Failed to set pipe nonblocking: %s" +msgstr "Niet-blokkerend instellen van pijp is mislukt: %s" + +#: src/spawn.cc:155 +#, c-format +msgid "poll error: %s" +msgstr "pollfout: %s" + +#: src/spawn.cc:161 +msgid "Operation timed out" +msgstr "Time-out bij bewerking" + +#: src/spawn.cc:171 +msgid "Operation was cancelled" +msgstr "Bewerking geannuleerd" + +#: src/spawn.cc:189 +#, c-format +msgid "Failed to read from child pipe (%s)" +msgstr "Lezen van dochterpijplijn (%s) is mislukt" + +#: src/spawn.cc:576 +#, c-format +msgid "Failed to change to directory ???%s???: %s" +msgstr "Wijzigen naar map ???%s??? is mislukt: %s" + +#: src/spawn.cc:645 +#, c-format +msgid "Failed to execute child process ???%s???: " +msgstr "Uitvoeren van dochterproces ???%s??? is mislukt: " + +#~ msgid "Error (%s) converting data for child, dropping." +#~ msgstr "Fout (%s) bij converteren gegevens voor dochter, laat het vallen." + +#~ msgid "Unable to convert characters from %s to %s." +#~ msgstr "Kan tekens niet converteren van %s naar %s." #~ msgid "Copy" #~ msgstr "Kopi??ren" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.64.0/src/missing.hh new/vte-0.64.1/src/missing.hh --- old/vte-0.64.0/src/missing.hh 2021-03-19 22:52:23.000000000 +0100 +++ new/vte-0.64.1/src/missing.hh 2021-04-23 18:52:26.000000000 +0200 @@ -19,6 +19,14 @@ /* NOTE: This file must be included *after all other includes*. */ +#include <csignal> +#include <fcntl.h> +#include <sys/syscall.h> + +#if defined(__mips__) || defined(__mips64__) +#include <asm/sgidefs.h> +#endif + /* NSIG isn't in POSIX, so if it doesn't exist use this here. See bug #759196 */ #ifndef NSIG #define NSIG (8 * sizeof(sigset_t)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/vte-0.64.0/src/vte.cc new/vte-0.64.1/src/vte.cc --- old/vte-0.64.0/src/vte.cc 2021-03-19 22:52:23.000000000 +0100 +++ new/vte-0.64.1/src/vte.cc 2021-04-23 18:52:26.000000000 +0200 @@ -7861,6 +7861,25 @@ /* Clear modifiers. */ m_modifiers = 0; + + /* Free any selected text, but if we currently own the selection, + * throw the text onto the clipboard without an owner so that it + * doesn't just disappear. */ + for (auto sel_type : {vte::platform::ClipboardType::CLIPBOARD, + vte::platform::ClipboardType::PRIMARY}) { + auto const sel = vte::to_integral(sel_type); + if (m_selection[sel] != nullptr) { + if (m_selection_owned[sel]) { + // FIXMEchpe we should check m_selection_format[sel] + // and also put text/html on if it's HTML format + widget()->clipboard_set_text(sel_type, + {m_selection[sel]->str, + m_selection[sel]->len}); + } + g_string_free(m_selection[sel], TRUE); + m_selection[sel] = nullptr; + } + } } void @@ -7911,25 +7930,6 @@ /* Cancel pending adjustment change notifications. */ m_adjustment_changed_pending = FALSE; - /* Free any selected text, but if we currently own the selection, - * throw the text onto the clipboard without an owner so that it - * doesn't just disappear. */ - for (auto sel_type : {vte::platform::ClipboardType::CLIPBOARD, - vte::platform::ClipboardType::PRIMARY}) { - auto const sel = vte::to_integral(sel_type); - if (m_selection[sel] != nullptr) { - if (m_selection_owned[sel]) { - // FIXMEchpe we should check m_selection_format[sel] - // and also put text/html on if it's HTML format - widget()->clipboard_set_text(sel_type, - {m_selection[sel]->str, - m_selection[sel]->len}); - } - g_string_free(m_selection[sel], TRUE); - m_selection[sel] = nullptr; - } - } - /* Stop listening for child-exited signals. */ if (m_reaper) { g_signal_handlers_disconnect_by_func(m_reaper, ++++++ vte.obsinfo ++++++ --- /var/tmp/diff_new_pack.BmZ7gL/_old 2021-05-20 19:24:50.313997072 +0200 +++ /var/tmp/diff_new_pack.BmZ7gL/_new 2021-05-20 19:24:50.313997072 +0200 @@ -1,5 +1,5 @@ name: vte -version: 0.64.0 -mtime: 1616190743 -commit: 2520d6b6785646ceb5f501f9c37a1a0307fa4486 +version: 0.64.1 +mtime: 1619196746 +commit: 109a6cf6e05ef55b79f768a30fdf95723ebba0d3