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-09-29 20:18:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vte (Old) and /work/SRC/openSUSE:Factory/.vte.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vte" Wed Sep 29 20:18:06 2021 rev:134 rq:921700 version:0.66.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vte/vte.changes 2021-08-12 09:02:09.394104085 +0200 +++ /work/SRC/openSUSE:Factory/.vte.new.1899/vte.changes 2021-09-29 20:18:50.794962997 +0200 @@ -1,0 +2,39 @@ +Fri Sep 24 11:21:21 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Add vte-silence-COMMAND_PROMPT.patch: Silence warning when + opening terminal about PROMPT_COMMAND being an unknown command. + +------------------------------------------------------------------- +Wed Sep 22 18:24:59 UTC 2021 - [email protected] + +- Update to version 0.66.0: + + emulation: Fix xterm window size request response. + + widget: Adjust preedit position to GtkEntry. + + vte.sh: Use PROMPT_COMMAND as an array when possible. + + fonts: More metrics sanity checks. + + Update translations. + +------------------------------------------------------------------- +Thu Sep 16 02:08:15 UTC 2021 - Stanislav Brabec <[email protected]> + +- Remove obsolete translation-update-upstream support + (jsc#SLE-21105). + +------------------------------------------------------------------- +Tue Aug 24 06:42:49 UTC 2021 - [email protected] + +- Update to version 0.65.91: + + Port to GTK 4. + + all: Remove SIXEL support from stable branch + + app: Add debug option to track clipboard targets + + app: Add option to use a GtkScrolledWindow + + lib: Fix switching encodings + + parser: Add new OSC command from xterm 367 + + parser: Recognise more commands + + sixel: Fix pixel aspect calculation + + sixel: Remove ununused tracking of palette modification + + sixel: Reset repeat counter when receiving the next command + + widget: Add API to make adjustment values pixels + + Updated translations. + +------------------------------------------------------------------- Old: ---- vte-0.64.2.obscpio New: ---- vte-0.66.0.obscpio vte-silence-COMMAND_PROMPT.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vte.spec ++++++ --- /var/tmp/diff_new_pack.5yFKGE/_old 2021-09-29 20:18:51.334964220 +0200 +++ /var/tmp/diff_new_pack.5yFKGE/_new 2021-09-29 20:18:51.338964229 +0200 @@ -23,7 +23,7 @@ %define _name vte Name: vte -Version: 0.64.2 +Version: 0.66.0 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 @@ -32,6 +32,8 @@ Source: %{_name}-%{version}.tar.xz # PATCH-FIX-OPENSUSE vte-enable-build-flag-pie.patch [email protected] -- enable PIE flag to be compatible with gcc default linking option Patch0: vte-enable-build-flag-pie.patch +# PATCH-FIX-UPSTREAM vte-silence-COMMAND_PROMPT.patch [email protected] -- Silence warning when opening terminal +Patch1: vte-silence-COMMAND_PROMPT.patch BuildRequires: c++_compiler BuildRequires: fdupes @@ -42,7 +44,6 @@ BuildRequires: intltool BuildRequires: meson BuildRequires: pkgconfig -BuildRequires: translation-update-upstream BuildRequires: (python3-dataclasses if python3-base < 3.7) BuildRequires: pkgconfig(fribidi) >= 1.0.0 BuildRequires: pkgconfig(gio-2.0) @@ -133,7 +134,6 @@ %prep %autosetup -n %{_name}-%{version} -p1 -translation-update-upstream po vte-%{_apiver} %build %meson \ @@ -171,7 +171,7 @@ %{_libdir}/*.so %{_includedir}/vte-%{_apiver}/ %{_datadir}/gir-1.0/*.gir -%{_datadir}/gtk-doc/html/vte-%{_apiver}/ +%{_datadir}/gtk-doc/html/vte-gtk3-%{_apiver}/ %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/vte-2.91.vapi %{_datadir}/vala/vapi/vte-2.91.deps ++++++ _service ++++++ --- /var/tmp/diff_new_pack.5yFKGE/_old 2021-09-29 20:18:51.362964283 +0200 +++ /var/tmp/diff_new_pack.5yFKGE/_new 2021-09-29 20:18:51.362964283 +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.2</param> + <param name="revision">refs/tags/0.66.0</param> <param name="exclude">doc/vttest.*</param> </service> <service mode="buildtime" name="tar" /> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.5yFKGE/_old 2021-09-29 20:18:51.378964319 +0200 +++ /var/tmp/diff_new_pack.5yFKGE/_new 2021-09-29 20:18:51.382964328 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.gnome.org/GNOME/vte.git</param> - <param name="changesrevision">a913a6de14047c1939b84617f2dd483d37e89194</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">956d3bbd265279c296c56d9fb5ada1fee94768ee</param></service></servicedata> \ No newline at end of file ++++++ vte-0.64.2.obscpio -> vte-0.66.0.obscpio ++++++ ++++ 10727 lines of diff (skipped) ++++++ vte-enable-build-flag-pie.patch ++++++ --- /var/tmp/diff_new_pack.5yFKGE/_old 2021-09-29 20:18:51.570964754 +0200 +++ /var/tmp/diff_new_pack.5yFKGE/_new 2021-09-29 20:18:51.570964754 +0200 @@ -1,9 +1,9 @@ -Index: vte/meson.build +Index: vte-0.65.91/meson.build =================================================================== ---- vte.orig/meson.build -+++ vte/meson.build -@@ -25,6 +25,7 @@ project( - 'cpp_std=gnu++17', +--- vte-0.65.91.orig/meson.build ++++ vte-0.65.91/meson.build +@@ -23,6 +23,7 @@ project( + 'buildtype=release', 'warning_level=0', 'b_ndebug=false', + 'b_pie=true', ++++++ vte-silence-COMMAND_PROMPT.patch ++++++ diff --git a/src/vte.sh.in b/src/vte.sh.in index 1aa40ba4..a2737213 100644 --- a/src/vte.sh.in +++ b/src/vte.sh.in @@ -48,7 +48,7 @@ if [[ -n "${BASH_VERSION:-}" ]]; then # On older bash, we can only overwrite the whole PROMPT_COMMAND, so must # use the __vte_prompt_command function which also sets the title. - if [[ "$(declare -p PROMPT_COMMAND)" =~ "declare -a" ]]; then + if [[ "$(declare -p PROMPT_COMMAND 2>&1)" =~ "declare -a" ]]; then PROMPT_COMMAND+=(__vte_osc7) else PROMPT_COMMAND="__vte_prompt_command" ++++++ vte.obsinfo ++++++ --- /var/tmp/diff_new_pack.5yFKGE/_old 2021-09-29 20:18:51.594964808 +0200 +++ /var/tmp/diff_new_pack.5yFKGE/_new 2021-09-29 20:18:51.598964817 +0200 @@ -1,5 +1,5 @@ name: vte -version: 0.64.2 -mtime: 1621532443 -commit: a913a6de14047c1939b84617f2dd483d37e89194 +version: 0.66.0 +mtime: 1632328877 +commit: 956d3bbd265279c296c56d9fb5ada1fee94768ee
