From a58e321c2509c8c5c3236d13c69648bbc650c3e1 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sun, 8 Dec 2024 23:02:30 +0000 Subject: [PATCH 01/40] Rebuild for ICU 76 --- vte291.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte291.spec b/vte291.spec index 8fc0333..957740d 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ Name: vte291 Version: 0.78.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -174,6 +174,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Sun Dec 08 2024 Pete Walter - 0.78.2-2 +- Rebuild for ICU 76 + * Mon Nov 25 2024 nmontero - 0.78.2-1 - Update to 0.78.2 From 78342feb2fd9dba38b0137598f0a5f43f7c41ce2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:39:34 +0000 Subject: [PATCH 02/40] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vte291.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vte291.spec b/vte291.spec index 957740d..21c8635 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ Name: vte291 Version: 0.78.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -174,6 +174,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 0.78.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sun Dec 08 2024 Pete Walter - 0.78.2-2 - Rebuild for ICU 76 From 90bb28c7ab51d244b31741332cce8fb32abe5309 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 12 Feb 2025 13:45:49 +0100 Subject: [PATCH 03/40] Update to 0.79.0 --- .gitignore | 2 ++ sources | 2 +- vte291.spec | 15 ++++++++++++--- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c53b49b..96fc891 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,5 @@ /vte-0.78.0.tar.xz /vte-0.78.1.tar.xz /vte-0.78.2.tar.xz +/vte-0.79.90.tar.xz +/vte-0.79.0.tar.xz diff --git a/sources b/sources index 69932f0..9b5a836 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.78.2.tar.xz) = 70c1e7d4bcab89a4b537d4575166c62063d6f722dd53c0970b6dcc277ff731bc05854f1ccb45d9679ad195bc31f2e7ee89cbf022109b8030bf01a2100c5dcb4e +SHA512 (vte-0.79.0.tar.xz) = 866466883d171667638b6310059e1ed7d8f32fc53b388cbf1900087e472c79f325e7a55c3923a05c93871409938fdaf644d7d9602e65fc013e340f2c4bcc47be diff --git a/vte291.spec b/vte291.spec index 21c8635..8648050 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,15 +11,15 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.78.2 -Release: 3%{?dist} +Version: 0.79.0 +Release: 1%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.78/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.79/vte-%{version}.tar.xz BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} @@ -33,6 +33,7 @@ BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version} BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version} BuildRequires: pkgconfig(pango) >= %{pango_version} +BuildRequires: fast_float-devel BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gi-docgen @@ -137,6 +138,11 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Vte-2.91.typelib %{_userunitdir}/vte-spawn-.scope.d +%{_datadir}/vte-2.91/terminfo/x/xterm-256color +%{_datadir}/applications/vte-gtk3.desktop +%{_datadir}/xdg-terminals/vte-gtk3.desktop +%{_datadir}/applications/vte-gtk4.desktop +%{_datadir}/xdg-terminals/vte-gtk4.desktop %files gtk4 %{_libdir}/libvte-%{apiver}-gtk4.so.0* @@ -174,6 +180,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed Feb 12 2025 nmontero - 0.79.90-1 +- Update to 0.79.0 + * Sun Jan 19 2025 Fedora Release Engineering - 0.78.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From f9655828a504c378cb2b1244fead1c9a7d0a8374 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 19 Feb 2025 10:16:01 +0100 Subject: [PATCH 04/40] Update to 0.79.90 --- sources | 2 +- vte291.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 9b5a836..14edc8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.79.0.tar.xz) = 866466883d171667638b6310059e1ed7d8f32fc53b388cbf1900087e472c79f325e7a55c3923a05c93871409938fdaf644d7d9602e65fc013e340f2c4bcc47be +SHA512 (vte-0.79.90.tar.xz) = 1c35c74a321287c48bab520cbd8ad6ad823673d68d1ca8cea45cd3823b4121fb92f3cd860db7fdf033a614d2594d2ce1a87107b31bed08d451b2d89b03e29d2c diff --git a/vte291.spec b/vte291.spec index 8648050..dbc191a 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.79.0 +Version: 0.79.90 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -180,6 +180,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed Feb 19 2025 nmontero - 0.79.90-1 +- Update to 0.79.90 + * Wed Feb 12 2025 nmontero - 0.79.90-1 - Update to 0.79.0 From 52e95a76a4de125da05f9ff3f2dba7587dba4d8d Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 5 Mar 2025 17:31:13 +0100 Subject: [PATCH 05/40] Update to 0.79.91 --- .gitignore | 1 + sources | 2 +- vte291.spec | 14 ++++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 96fc891..3c3b1ac 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /vte-0.78.2.tar.xz /vte-0.79.90.tar.xz /vte-0.79.0.tar.xz +/vte-0.79.91.tar.xz diff --git a/sources b/sources index 14edc8e..3434a9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.79.90.tar.xz) = 1c35c74a321287c48bab520cbd8ad6ad823673d68d1ca8cea45cd3823b4121fb92f3cd860db7fdf033a614d2594d2ce1a87107b31bed08d451b2d89b03e29d2c +SHA512 (vte-0.79.91.tar.xz) = ce916fde3dd85f9bd37696ed1f305b0f076806c75cd1f4006396d734b3cde241a9c3fb1ac14a8922ec505ab826d4a3d34fedce7c2f1ff6772c24c41b273791ac diff --git a/vte291.spec b/vte291.spec index dbc191a..6602d71 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.79.90 +Version: 0.79.91 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -138,11 +138,10 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Vte-2.91.typelib %{_userunitdir}/vte-spawn-.scope.d -%{_datadir}/vte-2.91/terminfo/x/xterm-256color -%{_datadir}/applications/vte-gtk3.desktop -%{_datadir}/xdg-terminals/vte-gtk3.desktop -%{_datadir}/applications/vte-gtk4.desktop -%{_datadir}/xdg-terminals/vte-gtk4.desktop +%{_datadir}/applications/org.gnome.Vte.App.Gtk3.desktop +%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop +%{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk3.desktop +%{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk4.desktop %files gtk4 %{_libdir}/libvte-%{apiver}-gtk4.so.0* @@ -180,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed Mar 05 2025 nmontero - 0.79.91-1 +- Update to 0.79.91 + * Wed Feb 19 2025 nmontero - 0.79.90-1 - Update to 0.79.90 From ae97c886cbc450d564447f89182c497fa62fd96b Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 17 Mar 2025 17:58:13 +0100 Subject: [PATCH 06/40] Update to 0.80.0 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3c3b1ac..b2ded89 100644 --- a/.gitignore +++ b/.gitignore @@ -110,3 +110,4 @@ /vte-0.79.90.tar.xz /vte-0.79.0.tar.xz /vte-0.79.91.tar.xz +/vte-0.80.0.tar.xz diff --git a/sources b/sources index 3434a9e..77179a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.79.91.tar.xz) = ce916fde3dd85f9bd37696ed1f305b0f076806c75cd1f4006396d734b3cde241a9c3fb1ac14a8922ec505ab826d4a3d34fedce7c2f1ff6772c24c41b273791ac +SHA512 (vte-0.80.0.tar.xz) = ece6f5469b99156148cd1ba266dfdc5ff8990ed71d9545fb21a7cd2ce80e85c8c799cee5c30424ec1d3cb1c40be761087f10981b4fc320f828508a537c7280a9 diff --git a/vte291.spec b/vte291.spec index 6602d71..1d05a66 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.79.91 +Version: 0.80.0 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -19,7 +19,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.79/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.80/vte-%{version}.tar.xz BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} @@ -179,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Mon Mar 17 2025 nmontero - 0.80.0-1 +- Update to 0.80.0 + * Wed Mar 05 2025 nmontero - 0.79.91-1 - Update to 0.79.91 From 1a02863e6076133efc38e9ce9e469010ff593c0d Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 17 Mar 2025 15:58:08 -0400 Subject: [PATCH 07/40] Avoid fast_float dependency When the default C++ standard library provides the necessary support, it should be preferred over any supplementary library. This restores the status quo for recent g++ while still supporting clang -stdlib=libc++ and older g++. https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 --- ...oat-when-std-from_chars-is-insuffici.patch | 93 +++++++++++++++++++ vte291.spec | 9 +- 2 files changed, 100 insertions(+), 2 deletions(-) create mode 100644 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch diff --git a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch new file mode 100644 index 0000000..b44c953 --- /dev/null +++ b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch @@ -0,0 +1,93 @@ +From 39557ba02e67af3d6585da96560459bc3b922ca3 Mon Sep 17 00:00:00 2001 +From: Yaakov Selkowitz +Date: Wed, 19 Feb 2025 13:43:15 -0500 +Subject: [PATCH] Only use fast_float when std::from_chars is insufficient + +When the default C++ standard library provides the necessary support, it +should be preferred over any supplementary library. This restores the +status quo for recent g++ while still supporting clang -stdlib=libc++ and +older g++. +--- + meson.build | 25 +++++++++++++++++++++++++ + src/color-parser.cc | 4 ++++ + src/termprops.hh | 4 ++++ + 3 files changed, 33 insertions(+) + +diff --git a/meson.build b/meson.build +index 7b590c33..ab02880a 100644 +--- a/meson.build ++++ b/meson.build +@@ -675,6 +675,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) + # try compiling a test programme to see if the version is new enough. + + if cxx.compiles(''' ++ #include ++ #include ++ #include ++ ++ int main(void) { ++ auto str = "1234"; ++ auto start = str; ++ auto end = str + strlen(str); ++ auto value = uint64_t{}; ++ auto rv = std::from_chars(start, end, value, 16); ++ if (rv.ec != std::errc{} || rv.ptr != end) ++ return 2; ++ ++ return 0; ++ } ++ ''', ++ args: [ ++ cxx_std_opt, ++ ], ++ name: 'system std::from_chars usability check', ++ ) ++ fast_float_dep = dependency('', required: false) ++elif cxx.compiles(''' + #include + #include + #include +@@ -701,6 +724,8 @@ else + fast_float_dep = dependency('fast_float', required: true) + endif + ++config_h.set10('WITH_FAST_FLOAT', fast_float_dep.found()) ++ + # Write config.h + + config_sources = [ +diff --git a/src/color-parser.cc b/src/color-parser.cc +index 237b4ca7..8d205307 100644 +--- a/src/color-parser.cc ++++ b/src/color-parser.cc +@@ -29,7 +29,11 @@ + + #include + ++#if WITH_FAST_FLOAT + #include ++#else ++#define fast_float std ++#endif + + #include "color-names.hh" + +diff --git a/src/termprops.hh b/src/termprops.hh +index c9253764..0f462acb 100644 +--- a/src/termprops.hh ++++ b/src/termprops.hh +@@ -35,7 +35,11 @@ + #include + #include + ++#if WITH_FAST_FLOAT + #include ++#else ++#define fast_float std ++#endif + + namespace vte::terminal { + +-- +2.48.1 + diff --git a/vte291.spec b/vte291.spec index 1d05a66..26d342f 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ Name: vte291 Version: 0.80.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -21,6 +21,9 @@ License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY URL: https://wiki.gnome.org/Apps/Terminal/VTE Source0: https://download.gnome.org/sources/vte/0.80/vte-%{version}.tar.xz +# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 +Patch0: 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch + BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -33,7 +36,6 @@ BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version} BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version} BuildRequires: pkgconfig(pango) >= %{pango_version} -BuildRequires: fast_float-devel BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gi-docgen @@ -179,6 +181,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Mon Mar 17 2025 Yaakov Selkowitz - 0.80.0-2 +- Avoid fast_float dependency + * Mon Mar 17 2025 nmontero - 0.80.0-1 - Update to 0.80.0 From d4d72179d2c0683632ad6a7466fbade1692d942a Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 24 Mar 2025 16:41:50 +0100 Subject: [PATCH 08/40] Update to 0.78.4 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c53b49b..98b530e 100644 --- a/.gitignore +++ b/.gitignore @@ -107,3 +107,4 @@ /vte-0.78.0.tar.xz /vte-0.78.1.tar.xz /vte-0.78.2.tar.xz +/vte-0.78.4.tar.xz diff --git a/sources b/sources index 69932f0..77c5965 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.78.2.tar.xz) = 70c1e7d4bcab89a4b537d4575166c62063d6f722dd53c0970b6dcc277ff731bc05854f1ccb45d9679ad195bc31f2e7ee89cbf022109b8030bf01a2100c5dcb4e +SHA512 (vte-0.78.4.tar.xz) = f002e9226e2b38208df239407af45f5d1b4a0635b4d3f0e7dd1a2975fb174bf247efcd12c916c9033f9d3000a4629cbeb3a62f1873cb8bdd1619675d242ffa0e diff --git a/vte291.spec b/vte291.spec index 8fc0333..fa7b6cf 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.78.2 +Version: 0.78.4 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -174,6 +174,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Mon Mar 24 2025 nmontero - 0.78.4-1 +- Update to 0.78.4 + * Mon Nov 25 2024 nmontero - 0.78.2-1 - Update to 0.78.2 From 76d50d45e5193acee4ab1414f5cc29b9f8cb51d8 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 14 Apr 2025 11:03:07 +0200 Subject: [PATCH 09/40] Update to 0.80.1 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2ded89..7fe9ed7 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /vte-0.79.0.tar.xz /vte-0.79.91.tar.xz /vte-0.80.0.tar.xz +/vte-0.80.1.tar.xz diff --git a/sources b/sources index 77179a3..8278986 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.0.tar.xz) = ece6f5469b99156148cd1ba266dfdc5ff8990ed71d9545fb21a7cd2ce80e85c8c799cee5c30424ec1d3cb1c40be761087f10981b4fc320f828508a537c7280a9 +SHA512 (vte-0.80.1.tar.xz) = b84764f82f3b5fe9726686175f9e54c5e49a58e6793dff243019eec918920fe2e1ba1afb82861e594d0b1add9dd81a5f0b9e5b38f1b01b4ca4b066695fb58c83 diff --git a/vte291.spec b/vte291.spec index 26d342f..55b2113 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,8 +11,8 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.0 -Release: 2%{?dist} +Version: 0.80.1 +Release: 1%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -181,6 +181,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Mon Apr 14 2025 nmontero - 0.80.1-1 +- Update to 0.80.1 + * Mon Mar 17 2025 Yaakov Selkowitz - 0.80.0-2 - Avoid fast_float dependency From efc995a8eabdc85789f3331487ba397dc06686c7 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 26 May 2025 10:07:42 +0200 Subject: [PATCH 10/40] Update to 0.80.2 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7fe9ed7..2a8358a 100644 --- a/.gitignore +++ b/.gitignore @@ -112,3 +112,4 @@ /vte-0.79.91.tar.xz /vte-0.80.0.tar.xz /vte-0.80.1.tar.xz +/vte-0.80.2.tar.xz diff --git a/sources b/sources index 8278986..a8d6ce3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.1.tar.xz) = b84764f82f3b5fe9726686175f9e54c5e49a58e6793dff243019eec918920fe2e1ba1afb82861e594d0b1add9dd81a5f0b9e5b38f1b01b4ca4b066695fb58c83 +SHA512 (vte-0.80.2.tar.xz) = 6ff5dc8971279b3cb035f0b70a2c13b06f97cea840e117c4fa0273ec491a00ed4475abc4b84e91b5536d85714b6f751092a2652027df477d746fe66f407a2de2 diff --git a/vte291.spec b/vte291.spec index 55b2113..a89950b 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.1 +Version: 0.80.2 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -181,6 +181,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Mon May 26 2025 nmontero - 0.80.2-1 +- Update to 0.80.2 + * Mon Apr 14 2025 nmontero - 0.80.1-1 - Update to 0.80.1 From 933ba08d1df4cc1313fc9e0d91852f9d29acf192 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 28 May 2025 12:29:19 +0200 Subject: [PATCH 11/40] Update to 0.78.5 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 98b530e..3628f2c 100644 --- a/.gitignore +++ b/.gitignore @@ -108,3 +108,4 @@ /vte-0.78.1.tar.xz /vte-0.78.2.tar.xz /vte-0.78.4.tar.xz +/vte-0.78.5.tar.xz diff --git a/sources b/sources index 77c5965..b3f1239 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.78.4.tar.xz) = f002e9226e2b38208df239407af45f5d1b4a0635b4d3f0e7dd1a2975fb174bf247efcd12c916c9033f9d3000a4629cbeb3a62f1873cb8bdd1619675d242ffa0e +SHA512 (vte-0.78.5.tar.xz) = 10c252319e03d3882c197261b572d64c1d12871ac567bcb5f7042d516734ea6f24ade314e9146888eeea427c94ebe472a03d1967af6beeaddf212fc6fd13fe42 diff --git a/vte291.spec b/vte291.spec index fa7b6cf..7f581b5 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.78.4 +Version: 0.78.5 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -174,6 +174,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed May 28 2025 nmontero - 0.78.5-1 +- Update to 0.78.5 + * Mon Mar 24 2025 nmontero - 0.78.4-1 - Update to 0.78.4 From 160b62dd69964cd20f4d19d1013f49ff2e45d1c9 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 6 Jun 2025 17:08:51 -0500 Subject: [PATCH 12/40] Port to rpm-autospec --- changelog | 535 +++++++++++++++++++++++++++++++++++++++++++++++++++ vte291.spec | 538 +--------------------------------------------------- 2 files changed, 537 insertions(+), 536 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..b2a034c --- /dev/null +++ b/changelog @@ -0,0 +1,535 @@ +* Mon May 26 2025 nmontero - 0.80.2-1 +- Update to 0.80.2 + +* Mon Apr 14 2025 nmontero - 0.80.1-1 +- Update to 0.80.1 + +* Mon Mar 17 2025 Yaakov Selkowitz - 0.80.0-2 +- Avoid fast_float dependency + +* Mon Mar 17 2025 nmontero - 0.80.0-1 +- Update to 0.80.0 + +* Wed Mar 05 2025 nmontero - 0.79.91-1 +- Update to 0.79.91 + +* Wed Feb 19 2025 nmontero - 0.79.90-1 +- Update to 0.79.90 + +* Wed Feb 12 2025 nmontero - 0.79.90-1 +- Update to 0.79.0 + +* Sun Jan 19 2025 Fedora Release Engineering - 0.78.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + +* Sun Dec 08 2024 Pete Walter - 0.78.2-2 +- Rebuild for ICU 76 + +* Mon Nov 25 2024 nmontero - 0.78.2-1 +- Update to 0.78.2 + +* Tue Oct 22 2024 nmontero - 0.78.1-1 +- Update to 0.78.1 + +* Mon Sep 16 2024 David King - 0.78.0-1 +- Update to 0.78.0 + +* Sat Aug 10 2024 Jens Petersen - 0.77.91-2 +- fix vte.sh error: __vte_shell_precmd: command not found + +* Thu Aug 08 2024 David King - 0.77.91-1 +- Update to 0.77.91 + +* Wed Jul 24 2024 David King - 0.77.0-1 +- Update to 0.77.0 + +* Sat Jul 20 2024 Fedora Release Engineering - 0.76.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + +* Mon Jun 10 2024 David King - 0.76.3-1 +- Update to 0.76.3 + +* Fri Jun 07 2024 David King - 0.76.2-2 +- Use updated notification patches from ptyxis + +* Tue May 28 2024 David King - 0.76.2-1 +- Update to 0.76.2 + +* Fri May 03 2024 David King - 0.76.1-1 +- Update to 0.76.1 + +* Tue Apr 02 2024 David King - 0.76.0-1 +- Update to 0.76.0 + +* Mon Feb 12 2024 Tomas Popela - 0.74.2-4 +- Build for the SPDX license format change + +* Wed Jan 31 2024 Pete Walter - 0.74.2-3 +- Rebuild for ICU 74 + +* Sat Jan 27 2024 Fedora Release Engineering - 0.74.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + +* Sat Dec 16 2023 Kalev Lember - 0.74.2-1 +- Update to 0.74.2 + +* Sun Oct 22 2023 Kalev Lember - 0.74.1-1 +- Update to 0.74.1 + +* Tue Sep 19 2023 Kalev Lember - 0.74.0-1 +- Update to 0.74.0 + +* Tue Aug 08 2023 Kalev Lember - 0.73.93-1 +- Update to 0.73.93 + +* Sat Jul 22 2023 Fedora Release Engineering - 0.72.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Tue Jul 11 2023 František Zatloukal - 0.72.2-2 +- Rebuilt for ICU 73.2 + +* Wed Jun 07 2023 Kalev Lember - 0.72.2-1 +- Update to 0.72.2 + +* Sun Apr 16 2023 David King - 0.72.1-1 +- Update to 0.72.1 + +* Mon Mar 20 2023 David King - 0.72.0-1 +- Update to 0.72.0 (#2179642) + +* Thu Mar 09 2023 David King - 0.71.99-1 +- Update to 0.71.99 + +* Wed Feb 15 2023 David King - 0.71.92-1 +- Update to 0.71.92 + +* Sat Jan 21 2023 Fedora Release Engineering - 0.70.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Dec 31 2022 Pete Walter - 0.70.2-2 +- Rebuild for ICU 72 + +* Tue Dec 06 2022 David King - 0.70.2-1 +- Update to 0.70.2 + +* Fri Oct 28 2022 David King - 0.70.1-1 +- Update to 0.70.1 + +* Mon Sep 26 2022 David King - 0.70.0-2 +- Fix GTK4 ABI padding (#2122922) + +* Mon Sep 19 2022 Kalev Lember - 0.70.0-1 +- Update to 0.70.0 + +* Mon Aug 08 2022 Kalev Lember - 0.69.92-1 +- Update to 0.69.92 + +* Wed Aug 03 2022 David King - 0.69.90-1 +- Update to 0.69.90 +- Enable GTK4 support + +* Mon Aug 01 2022 Frantisek Zatloukal - 0.68.0-3 +- Rebuilt for ICU 71.1 + +* Sat Jul 23 2022 Fedora Release Engineering - 0.68.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sun Mar 27 2022 David King - 0.68.0-1 +- Update to 0.68.0 + +* Thu Feb 17 2022 David King - 0.67.90-1 +- Update to 0.67.90 + +* Thu Jan 27 2022 David King - 0.66.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Dec 16 2021 David King - 0.66.2-1 +- Update to 0.66.2 + +* Mon Nov 01 2021 David King - 0.66.1-1 +- Update to 0.66.1 + +* Fri Oct 01 2021 Kalev Lember - 0.66.0-2 +- Require systemd-libs rather than systemd + +* Tue Sep 28 2021 David King - 0.66.0-1 +- Update to 0.66.0 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.64.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Thu Jun 17 2021 Debarshi Ray - 0.64.2-2 +- Fix the License fields and ship the correct license texts + +* Wed Jun 16 2021 Debarshi Ray - 0.64.2-1 +- Update to 0.64.2 + +* Thu May 20 2021 Pete Walter - 0.64.1-3 +- Rebuild for ICU 69 + +* Fri May 07 2021 Debarshi Ray - 0.64.1-2 +- Add missing _VTE_CXX_NOEXCEPT in downstream patches + +* Thu May 06 2021 Debarshi Ray - 0.64.1-1 +- Update to 0.64.1 + +* Thu May 06 2021 Debarshi Ray - 0.64.0-1 +- Update to 0.64.0 + +* Thu May 06 2021 Debarshi Ray - 0.63.91-1 +- Update to 0.63.91 +- Rebase downstream patches + +* Thu Feb 18 2021 Kalev Lember - 0.62.3-2 +- Revert a change that limited select all, as decided by Workstation WG + +* Tue Feb 16 2021 Kalev Lember - 0.62.3-1 +- Update to 0.62.3 +- Use https URLs for upstream + +* Wed Jan 27 2021 Fedora Release Engineering - 0.62.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Jan 25 2021 Kalev Lember - 0.62.2-1 +- Update to 0.62.2 + +* Wed Dec 16 2020 Debarshi Ray - 0.62.1-3 +- Accommodate 'sudo toolbox' when tracking the active container + +* Tue Nov 03 2020 Jeff Law - 0.62.1-2 +- Fix bogus volatile caught by gcc-11 + +* Thu Oct 08 2020 Debarshi Ray - 0.62.1-1 +- Update to 0.62.1 +- Rebase downstream patches + +* Thu Sep 24 2020 Debarshi Ray - 0.62.0-1 +- Update to 0.62.0 + +* Thu Sep 24 2020 Debarshi Ray - 0.61.91-1 +- Update to 0.61.91 + +* Thu Sep 24 2020 Debarshi Ray - 0.61.90-1 +- Update to 0.61.90 +- Rebase downstream patches + +* Wed Jul 29 2020 Fedora Release Engineering - 0.60.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 04 2020 Kalev Lember - 0.60.3-1 +- Update to 0.60.3 + +* Sat May 16 2020 Pete Walter - 0.60.2-2 +- Rebuild for ICU 67 + +* Mon Apr 27 2020 Kalev Lember - 0.60.2-1 +- Update to 0.60.2 + +* Mon Apr 06 2020 Debarshi Ray - 0.60.1-2 +- Improve legibility when using colours from the system theme + +* Tue Mar 31 2020 Kalev Lember - 0.60.1-1 +- Update to 0.60.1 + +* Sat Mar 21 2020 Kalev Lember - 0.60.0-2 +- Move vte-urlencode-cwd to vte-profile subpackage (#1815769) + +* Fri Mar 06 2020 Debarshi Ray - 0.60.0-1 +- Update to 0.60.0 + +* Mon Mar 02 2020 Debarshi Ray - 0.59.92-2 +- Replace C1 controls with C0 to emit OSC 777 from PS0 (RH #1783802) + +* Mon Mar 02 2020 Debarshi Ray - 0.59.92-1 +- Update to 0.59.92 + +* Thu Feb 20 2020 Debarshi Ray - 0.59.91-1 +- Update to 0.59.91 +- Rebase downstream patches + +* Wed Feb 19 2020 Debarshi Ray - 0.59.0-1 +- Update to 0.59.0 +- Rebase downstream patches + +* Fri Jan 31 2020 Fedora Release Engineering - 0.58.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Nov 27 2019 Kalev Lember - 0.58.3-1 +- Update to 0.58.3 +- Avoid overriding vte's own -fno-exceptions + +* Mon Oct 14 2019 Kalev Lember - 0.58.2-1 +- Update to 0.58.2 + +* Mon Oct 07 2019 Kalev Lember - 0.58.1-1 +- Update to 0.58.1 + +* Fri Oct 04 2019 Adam Williamson - 0.58.0-2 +- Backport fix for crash due to out of bounds cursor position (#1756567) + +* Mon Sep 09 2019 Kalev Lember - 0.58.0-1 +- Update to 0.58.0 + +* Mon Aug 12 2019 Kalev Lember - 0.57.90-1 +- Update to 0.57.90 + +* Sat Jul 27 2019 Fedora Release Engineering - 0.57.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue Jul 02 2019 Debarshi Ray - 0.57.3-1 +- Update to 0.57.3 +- Rebase downstream patches + +* Wed Jun 19 2019 Debarshi Ray - 0.57.0-2 +- Support tracking the active container inside the terminal + +* Tue Jun 18 2019 Debarshi Ray - 0.57.0-1 +- Update to 0.57.0 +- Switch to the Meson build system +- Rebase downstream patches + +* Tue May 07 2019 Kalev Lember - 0.56.3-1 +- Update to 0.56.3 + +* Mon May 06 2019 Kalev Lember - 0.56.2-1 +- Update to 0.56.2 + +* Tue Apr 09 2019 Kalev Lember - 0.56.1-1 +- Update to 0.56.1 + +* Tue Apr 02 2019 Debarshi Ray - 0.56.0-2 +- Add signals proxying an interactive shell's precmd and preexec hooks. + +* Mon Mar 11 2019 Kalev Lember - 0.56.0-1 +- Update to 0.56.0 + +* Mon Mar 04 2019 Kalev Lember - 0.55.92-1 +- Update to 0.55.92 + +* Tue Feb 19 2019 Kalev Lember - 0.55.90-2 +- Rebuilt against fixed atk (#1626575) + +* Tue Feb 19 2019 Kalev Lember - 0.55.90-1 +- Update to 0.55.90 + +* Sun Feb 03 2019 Fedora Release Engineering - 0.54.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Wed Dec 12 2018 Kalev Lember - 0.54.3-1 +- Update to 0.54.3 + +* Fri Oct 26 2018 Kalev Lember - 0.54.2-1 +- Update to 0.54.2 + +* Mon Oct 08 2018 Debarshi Ray - 0.54.1-4 +- Removal of utmp logging makes the utmp group unnecessary + +* Fri Oct 05 2018 Debarshi Ray - 0.54.1-3 +- Tweak the escape sequence emission to unbreak the parsing + +* Fri Oct 05 2018 Debarshi Ray - 0.54.1-2 +- Tighten the dependencies a bit + +* Fri Oct 05 2018 Debarshi Ray - 0.54.1-1 +- Update to 0.54.1 + +* Thu Oct 04 2018 Debarshi Ray - 0.54.0-1 +- Update to 0.54.0 + +* Thu Oct 04 2018 Debarshi Ray - 0.53.92-1 +- Update to 0.53.92 + +* Sat Jul 14 2018 Fedora Release Engineering - 0.53.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jun 18 2018 Kalev Lember - 0.53.0-2 +- Require systemd, not initscripts for the utmp group (#1592403) + +* Mon Jun 04 2018 Debarshi Ray - 0.53.0-1 +- Update to 0.53.0 + +* Mon May 21 2018 Kalev Lember - 0.52.2-1 +- Update to 0.52.2 + +* Mon Apr 09 2018 Kalev Lember - 0.52.1-1 +- Update to 0.52.1 + +* Tue Apr 03 2018 Kalev Lember - 0.52.0-1 +- Update to 0.52.0 +- Remove ldconfig scriptlets + +* Wed Mar 28 2018 Debarshi Ray - 0.51.90-1 +- Update to 0.51.90 + +* Wed Mar 28 2018 Debarshi Ray - 0.51.3-1 +- Update to 0.51.3 +- Rebase downstream patches + +* Thu Feb 08 2018 Igor Gnatenko - 0.50.2-3 +- Switch to %%ldconfig_scriptlets + +* Thu Nov 02 2017 Kalev Lember - 0.50.2-2 +- Rebuild + +* Wed Nov 01 2017 Debarshi Ray - 0.50.2-1 +- Update to 0.50.2 + +* Thu Oct 05 2017 Debarshi Ray - 0.50.1-1 +- Update to 0.50.1 +- Rebase downstream patches + +* Thu Sep 14 2017 Kalev Lember - 0.50.0-1 +- Update to 0.50.0 +- Rebase downstream patches + +* Thu Aug 03 2017 Fedora Release Engineering - 0.48.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 0.48.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Wed May 10 2017 Kalev Lember - 0.48.3-1 +- Update to 0.48.3 + +* Wed Apr 12 2017 Kalev Lember - 0.48.2-1 +- Update to 0.48.2 +- Rebase downstream patches + +* Wed Mar 22 2017 Kalev Lember - 0.48.1-1 +- Update to 0.48.1 + +* Fri Feb 24 2017 Debarshi Ray - 0.47.90-1 +- Update to 0.47.90 +- Rebase downstream patches + +* Sat Feb 11 2017 Fedora Release Engineering - 0.46.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Nov 08 2016 Debarshi Ray - 0.46.1-1 +- Update to 0.46.1 +- Rebase downstream patches + +* Thu Sep 22 2016 Kalev Lember - 0.46.0-2 +- BR vala instead of obsolete vala-tools subpackage + +* Mon Sep 19 2016 Kalev Lember - 0.46.0-1 +- Update to 0.46.0 + +* Wed Sep 14 2016 Kalev Lember - 0.45.92-1 +- Update to 0.45.92 + +* Thu Aug 18 2016 Kalev Lember - 0.45.90-1 +- Update to 0.45.90 +- Rebase downstream patches + +* Fri Jul 01 2016 Debarshi Ray - 0.44.2-2 +- Add a property to configure the scroll speed + +* Tue May 10 2016 Debarshi Ray - 0.44.2-1 +- Update to 0.44.2 +- Rebase downstream patches and undo unintentional ABI break + +* Mon Apr 11 2016 Debarshi Ray - 0.44.1-1 +- Update to 0.44.1 + +* Tue Mar 22 2016 Kalev Lember - 0.44.0-1 +- Update to 0.44.0 + +* Tue Mar 15 2016 Debarshi Ray - 0.43.92-1 +- Update to 0.43.92 + +* Tue Mar 01 2016 Debarshi Ray - 0.43.91-1 +- Update to 0.43.91 +- Remove BuildRequires on pkgconfig(libpcre2-8) + +* Tue Mar 01 2016 Debarshi Ray - 0.43.90-1 +- Update to 0.43.90 + +* Fri Feb 05 2016 Fedora Release Engineering - 0.43.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Fri Jan 29 2016 Debarshi Ray - 0.43.2-1 +- Update to 0.43.2 + +* Fri Jan 29 2016 Debarshi Ray - 0.43.1-1 +- Update to 0.43.1 +- Drop upstreamed patch + +* Fri Jan 29 2016 Debarshi Ray - 0.43.0-1 +- Update to 0.43.0 +- Add BuildRequires on pkgconfig(libpcre2-8) +- Disable -Wnonnull + +* Thu Jan 28 2016 Debarshi Ray - 0.42.3-1 +- Update to 0.42.3 +- Backport upstream patch to fix disappearing lines (GNOME #761097) + +* Wed Oct 14 2015 Kalev Lember - 0.42.1-1 +- Update to 0.42.1 + +* Tue Sep 22 2015 Kalev Lember - 0.42.0-1 +- Update to 0.42.0 +- Use license macro for COPYING + +* Mon Sep 14 2015 Debarshi Ray - 0.41.90-1 +- Update to 0.41.90 +- Rebased downstream patches after the migration to C++ +- gnome-pty-helper has been removed + +* Fri Jun 19 2015 Fedora Release Engineering - 0.40.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Tue May 12 2015 Debarshi Ray - 0.40.2-1 +- Update to 0.40.2 + +* Tue Mar 24 2015 Debarshi Ray - 0.40.0-1 +- Update to 0.40.0 + +* Thu Mar 19 2015 Debarshi Ray - 0.39.92-1 +- Update to 0.39.92 + +* Tue Feb 17 2015 Debarshi Ray - 0.39.90-1 +- Update to 0.39.90 +- Add command-notify patches + +* Fri Dec 19 2014 Richard Hughes - 0.39.1-1 +- Update to 0.39.1 + +* Mon Dec 01 2014 Debarshi Ray - 0.39.0-2 +- Backport upstream patch to fix zombie shells (GNOME #740929) + +* Tue Nov 25 2014 Kalev Lember - 0.39.0-1 +- Update to 0.39.0 + +* Mon Nov 10 2014 Kalev Lember - 0.38.2-1 +- Update to 0.38.2 + +* Mon Oct 13 2014 Kalev Lember - 0.38.1-1 +- Update to 0.38.1 + +* Sun Sep 14 2014 Kalev Lember - 0.38.0-1 +- Update to 0.38.0 + +* Mon Aug 18 2014 Kalev Lember - 0.37.90-1 +- Update to 0.37.90 + +* Mon Aug 18 2014 Fedora Release Engineering - 0.37.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + +* Tue Jul 22 2014 Kalev Lember - 0.37.2-2 +- Rebuilt for gobject-introspection 1.41.4 + +* Tue Jun 24 2014 Richard Hughes - 0.37.2-1 +- Update to 0.37.2 + +* Sun Jun 08 2014 Fedora Release Engineering - 0.37.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Kalev Lember - 0.37.1-1 +- Update to 0.37.1 + +* Wed May 07 2014 Kalev Lember - 0.37.0-2 +- Split out a vte-profile subpackage that can be used with both vte291 / vte3 + +* Tue May 06 2014 Kalev Lember - 0.37.0-1 +- Initial Fedora package, based on previous vte3 0.36 packaging diff --git a/vte291.spec b/vte291.spec index a89950b..63c8674 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ Name: vte291 Version: 0.80.2 -Release: 1%{?dist} +Release: %autorelease Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -181,538 +181,4 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog -* Mon May 26 2025 nmontero - 0.80.2-1 -- Update to 0.80.2 - -* Mon Apr 14 2025 nmontero - 0.80.1-1 -- Update to 0.80.1 - -* Mon Mar 17 2025 Yaakov Selkowitz - 0.80.0-2 -- Avoid fast_float dependency - -* Mon Mar 17 2025 nmontero - 0.80.0-1 -- Update to 0.80.0 - -* Wed Mar 05 2025 nmontero - 0.79.91-1 -- Update to 0.79.91 - -* Wed Feb 19 2025 nmontero - 0.79.90-1 -- Update to 0.79.90 - -* Wed Feb 12 2025 nmontero - 0.79.90-1 -- Update to 0.79.0 - -* Sun Jan 19 2025 Fedora Release Engineering - 0.78.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild - -* Sun Dec 08 2024 Pete Walter - 0.78.2-2 -- Rebuild for ICU 76 - -* Mon Nov 25 2024 nmontero - 0.78.2-1 -- Update to 0.78.2 - -* Tue Oct 22 2024 nmontero - 0.78.1-1 -- Update to 0.78.1 - -* Mon Sep 16 2024 David King - 0.78.0-1 -- Update to 0.78.0 - -* Sat Aug 10 2024 Jens Petersen - 0.77.91-2 -- fix vte.sh error: __vte_shell_precmd: command not found - -* Thu Aug 08 2024 David King - 0.77.91-1 -- Update to 0.77.91 - -* Wed Jul 24 2024 David King - 0.77.0-1 -- Update to 0.77.0 - -* Sat Jul 20 2024 Fedora Release Engineering - 0.76.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild - -* Mon Jun 10 2024 David King - 0.76.3-1 -- Update to 0.76.3 - -* Fri Jun 07 2024 David King - 0.76.2-2 -- Use updated notification patches from ptyxis - -* Tue May 28 2024 David King - 0.76.2-1 -- Update to 0.76.2 - -* Fri May 03 2024 David King - 0.76.1-1 -- Update to 0.76.1 - -* Tue Apr 02 2024 David King - 0.76.0-1 -- Update to 0.76.0 - -* Mon Feb 12 2024 Tomas Popela - 0.74.2-4 -- Build for the SPDX license format change - -* Wed Jan 31 2024 Pete Walter - 0.74.2-3 -- Rebuild for ICU 74 - -* Sat Jan 27 2024 Fedora Release Engineering - 0.74.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - -* Sat Dec 16 2023 Kalev Lember - 0.74.2-1 -- Update to 0.74.2 - -* Sun Oct 22 2023 Kalev Lember - 0.74.1-1 -- Update to 0.74.1 - -* Tue Sep 19 2023 Kalev Lember - 0.74.0-1 -- Update to 0.74.0 - -* Tue Aug 08 2023 Kalev Lember - 0.73.93-1 -- Update to 0.73.93 - -* Sat Jul 22 2023 Fedora Release Engineering - 0.72.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild - -* Tue Jul 11 2023 František Zatloukal - 0.72.2-2 -- Rebuilt for ICU 73.2 - -* Wed Jun 07 2023 Kalev Lember - 0.72.2-1 -- Update to 0.72.2 - -* Sun Apr 16 2023 David King - 0.72.1-1 -- Update to 0.72.1 - -* Mon Mar 20 2023 David King - 0.72.0-1 -- Update to 0.72.0 (#2179642) - -* Thu Mar 09 2023 David King - 0.71.99-1 -- Update to 0.71.99 - -* Wed Feb 15 2023 David King - 0.71.92-1 -- Update to 0.71.92 - -* Sat Jan 21 2023 Fedora Release Engineering - 0.70.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Dec 31 2022 Pete Walter - 0.70.2-2 -- Rebuild for ICU 72 - -* Tue Dec 06 2022 David King - 0.70.2-1 -- Update to 0.70.2 - -* Fri Oct 28 2022 David King - 0.70.1-1 -- Update to 0.70.1 - -* Mon Sep 26 2022 David King - 0.70.0-2 -- Fix GTK4 ABI padding (#2122922) - -* Mon Sep 19 2022 Kalev Lember - 0.70.0-1 -- Update to 0.70.0 - -* Mon Aug 08 2022 Kalev Lember - 0.69.92-1 -- Update to 0.69.92 - -* Wed Aug 03 2022 David King - 0.69.90-1 -- Update to 0.69.90 -- Enable GTK4 support - -* Mon Aug 01 2022 Frantisek Zatloukal - 0.68.0-3 -- Rebuilt for ICU 71.1 - -* Sat Jul 23 2022 Fedora Release Engineering - 0.68.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Sun Mar 27 2022 David King - 0.68.0-1 -- Update to 0.68.0 - -* Thu Feb 17 2022 David King - 0.67.90-1 -- Update to 0.67.90 - -* Thu Jan 27 2022 David King - 0.66.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Thu Dec 16 2021 David King - 0.66.2-1 -- Update to 0.66.2 - -* Mon Nov 01 2021 David King - 0.66.1-1 -- Update to 0.66.1 - -* Fri Oct 01 2021 Kalev Lember - 0.66.0-2 -- Require systemd-libs rather than systemd - -* Tue Sep 28 2021 David King - 0.66.0-1 -- Update to 0.66.0 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.64.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu Jun 17 2021 Debarshi Ray - 0.64.2-2 -- Fix the License fields and ship the correct license texts - -* Wed Jun 16 2021 Debarshi Ray - 0.64.2-1 -- Update to 0.64.2 - -* Thu May 20 2021 Pete Walter - 0.64.1-3 -- Rebuild for ICU 69 - -* Fri May 07 2021 Debarshi Ray - 0.64.1-2 -- Add missing _VTE_CXX_NOEXCEPT in downstream patches - -* Thu May 06 2021 Debarshi Ray - 0.64.1-1 -- Update to 0.64.1 - -* Thu May 06 2021 Debarshi Ray - 0.64.0-1 -- Update to 0.64.0 - -* Thu May 06 2021 Debarshi Ray - 0.63.91-1 -- Update to 0.63.91 -- Rebase downstream patches - -* Thu Feb 18 2021 Kalev Lember - 0.62.3-2 -- Revert a change that limited select all, as decided by Workstation WG - -* Tue Feb 16 2021 Kalev Lember - 0.62.3-1 -- Update to 0.62.3 -- Use https URLs for upstream - -* Wed Jan 27 2021 Fedora Release Engineering - 0.62.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Jan 25 2021 Kalev Lember - 0.62.2-1 -- Update to 0.62.2 - -* Wed Dec 16 2020 Debarshi Ray - 0.62.1-3 -- Accommodate 'sudo toolbox' when tracking the active container - -* Tue Nov 03 2020 Jeff Law - 0.62.1-2 -- Fix bogus volatile caught by gcc-11 - -* Thu Oct 08 2020 Debarshi Ray - 0.62.1-1 -- Update to 0.62.1 -- Rebase downstream patches - -* Thu Sep 24 2020 Debarshi Ray - 0.62.0-1 -- Update to 0.62.0 - -* Thu Sep 24 2020 Debarshi Ray - 0.61.91-1 -- Update to 0.61.91 - -* Thu Sep 24 2020 Debarshi Ray - 0.61.90-1 -- Update to 0.61.90 -- Rebase downstream patches - -* Wed Jul 29 2020 Fedora Release Engineering - 0.60.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 04 2020 Kalev Lember - 0.60.3-1 -- Update to 0.60.3 - -* Sat May 16 2020 Pete Walter - 0.60.2-2 -- Rebuild for ICU 67 - -* Mon Apr 27 2020 Kalev Lember - 0.60.2-1 -- Update to 0.60.2 - -* Mon Apr 06 2020 Debarshi Ray - 0.60.1-2 -- Improve legibility when using colours from the system theme - -* Tue Mar 31 2020 Kalev Lember - 0.60.1-1 -- Update to 0.60.1 - -* Sat Mar 21 2020 Kalev Lember - 0.60.0-2 -- Move vte-urlencode-cwd to vte-profile subpackage (#1815769) - -* Fri Mar 06 2020 Debarshi Ray - 0.60.0-1 -- Update to 0.60.0 - -* Mon Mar 02 2020 Debarshi Ray - 0.59.92-2 -- Replace C1 controls with C0 to emit OSC 777 from PS0 (RH #1783802) - -* Mon Mar 02 2020 Debarshi Ray - 0.59.92-1 -- Update to 0.59.92 - -* Thu Feb 20 2020 Debarshi Ray - 0.59.91-1 -- Update to 0.59.91 -- Rebase downstream patches - -* Wed Feb 19 2020 Debarshi Ray - 0.59.0-1 -- Update to 0.59.0 -- Rebase downstream patches - -* Fri Jan 31 2020 Fedora Release Engineering - 0.58.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Nov 27 2019 Kalev Lember - 0.58.3-1 -- Update to 0.58.3 -- Avoid overriding vte's own -fno-exceptions - -* Mon Oct 14 2019 Kalev Lember - 0.58.2-1 -- Update to 0.58.2 - -* Mon Oct 07 2019 Kalev Lember - 0.58.1-1 -- Update to 0.58.1 - -* Fri Oct 04 2019 Adam Williamson - 0.58.0-2 -- Backport fix for crash due to out of bounds cursor position (#1756567) - -* Mon Sep 09 2019 Kalev Lember - 0.58.0-1 -- Update to 0.58.0 - -* Mon Aug 12 2019 Kalev Lember - 0.57.90-1 -- Update to 0.57.90 - -* Sat Jul 27 2019 Fedora Release Engineering - 0.57.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jul 02 2019 Debarshi Ray - 0.57.3-1 -- Update to 0.57.3 -- Rebase downstream patches - -* Wed Jun 19 2019 Debarshi Ray - 0.57.0-2 -- Support tracking the active container inside the terminal - -* Tue Jun 18 2019 Debarshi Ray - 0.57.0-1 -- Update to 0.57.0 -- Switch to the Meson build system -- Rebase downstream patches - -* Tue May 07 2019 Kalev Lember - 0.56.3-1 -- Update to 0.56.3 - -* Mon May 06 2019 Kalev Lember - 0.56.2-1 -- Update to 0.56.2 - -* Tue Apr 09 2019 Kalev Lember - 0.56.1-1 -- Update to 0.56.1 - -* Tue Apr 02 2019 Debarshi Ray - 0.56.0-2 -- Add signals proxying an interactive shell's precmd and preexec hooks. - -* Mon Mar 11 2019 Kalev Lember - 0.56.0-1 -- Update to 0.56.0 - -* Mon Mar 04 2019 Kalev Lember - 0.55.92-1 -- Update to 0.55.92 - -* Tue Feb 19 2019 Kalev Lember - 0.55.90-2 -- Rebuilt against fixed atk (#1626575) - -* Tue Feb 19 2019 Kalev Lember - 0.55.90-1 -- Update to 0.55.90 - -* Sun Feb 03 2019 Fedora Release Engineering - 0.54.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Wed Dec 12 2018 Kalev Lember - 0.54.3-1 -- Update to 0.54.3 - -* Fri Oct 26 2018 Kalev Lember - 0.54.2-1 -- Update to 0.54.2 - -* Mon Oct 08 2018 Debarshi Ray - 0.54.1-4 -- Removal of utmp logging makes the utmp group unnecessary - -* Fri Oct 05 2018 Debarshi Ray - 0.54.1-3 -- Tweak the escape sequence emission to unbreak the parsing - -* Fri Oct 05 2018 Debarshi Ray - 0.54.1-2 -- Tighten the dependencies a bit - -* Fri Oct 05 2018 Debarshi Ray - 0.54.1-1 -- Update to 0.54.1 - -* Thu Oct 04 2018 Debarshi Ray - 0.54.0-1 -- Update to 0.54.0 - -* Thu Oct 04 2018 Debarshi Ray - 0.53.92-1 -- Update to 0.53.92 - -* Sat Jul 14 2018 Fedora Release Engineering - 0.53.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Mon Jun 18 2018 Kalev Lember - 0.53.0-2 -- Require systemd, not initscripts for the utmp group (#1592403) - -* Mon Jun 04 2018 Debarshi Ray - 0.53.0-1 -- Update to 0.53.0 - -* Mon May 21 2018 Kalev Lember - 0.52.2-1 -- Update to 0.52.2 - -* Mon Apr 09 2018 Kalev Lember - 0.52.1-1 -- Update to 0.52.1 - -* Tue Apr 03 2018 Kalev Lember - 0.52.0-1 -- Update to 0.52.0 -- Remove ldconfig scriptlets - -* Wed Mar 28 2018 Debarshi Ray - 0.51.90-1 -- Update to 0.51.90 - -* Wed Mar 28 2018 Debarshi Ray - 0.51.3-1 -- Update to 0.51.3 -- Rebase downstream patches - -* Thu Feb 08 2018 Igor Gnatenko - 0.50.2-3 -- Switch to %%ldconfig_scriptlets - -* Thu Nov 02 2017 Kalev Lember - 0.50.2-2 -- Rebuild - -* Wed Nov 01 2017 Debarshi Ray - 0.50.2-1 -- Update to 0.50.2 - -* Thu Oct 05 2017 Debarshi Ray - 0.50.1-1 -- Update to 0.50.1 -- Rebase downstream patches - -* Thu Sep 14 2017 Kalev Lember - 0.50.0-1 -- Update to 0.50.0 -- Rebase downstream patches - -* Thu Aug 03 2017 Fedora Release Engineering - 0.48.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 0.48.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Wed May 10 2017 Kalev Lember - 0.48.3-1 -- Update to 0.48.3 - -* Wed Apr 12 2017 Kalev Lember - 0.48.2-1 -- Update to 0.48.2 -- Rebase downstream patches - -* Wed Mar 22 2017 Kalev Lember - 0.48.1-1 -- Update to 0.48.1 - -* Fri Feb 24 2017 Debarshi Ray - 0.47.90-1 -- Update to 0.47.90 -- Rebase downstream patches - -* Sat Feb 11 2017 Fedora Release Engineering - 0.46.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Tue Nov 08 2016 Debarshi Ray - 0.46.1-1 -- Update to 0.46.1 -- Rebase downstream patches - -* Thu Sep 22 2016 Kalev Lember - 0.46.0-2 -- BR vala instead of obsolete vala-tools subpackage - -* Mon Sep 19 2016 Kalev Lember - 0.46.0-1 -- Update to 0.46.0 - -* Wed Sep 14 2016 Kalev Lember - 0.45.92-1 -- Update to 0.45.92 - -* Thu Aug 18 2016 Kalev Lember - 0.45.90-1 -- Update to 0.45.90 -- Rebase downstream patches - -* Fri Jul 01 2016 Debarshi Ray - 0.44.2-2 -- Add a property to configure the scroll speed - -* Tue May 10 2016 Debarshi Ray - 0.44.2-1 -- Update to 0.44.2 -- Rebase downstream patches and undo unintentional ABI break - -* Mon Apr 11 2016 Debarshi Ray - 0.44.1-1 -- Update to 0.44.1 - -* Tue Mar 22 2016 Kalev Lember - 0.44.0-1 -- Update to 0.44.0 - -* Tue Mar 15 2016 Debarshi Ray - 0.43.92-1 -- Update to 0.43.92 - -* Tue Mar 01 2016 Debarshi Ray - 0.43.91-1 -- Update to 0.43.91 -- Remove BuildRequires on pkgconfig(libpcre2-8) - -* Tue Mar 01 2016 Debarshi Ray - 0.43.90-1 -- Update to 0.43.90 - -* Fri Feb 05 2016 Fedora Release Engineering - 0.43.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jan 29 2016 Debarshi Ray - 0.43.2-1 -- Update to 0.43.2 - -* Fri Jan 29 2016 Debarshi Ray - 0.43.1-1 -- Update to 0.43.1 -- Drop upstreamed patch - -* Fri Jan 29 2016 Debarshi Ray - 0.43.0-1 -- Update to 0.43.0 -- Add BuildRequires on pkgconfig(libpcre2-8) -- Disable -Wnonnull - -* Thu Jan 28 2016 Debarshi Ray - 0.42.3-1 -- Update to 0.42.3 -- Backport upstream patch to fix disappearing lines (GNOME #761097) - -* Wed Oct 14 2015 Kalev Lember - 0.42.1-1 -- Update to 0.42.1 - -* Tue Sep 22 2015 Kalev Lember - 0.42.0-1 -- Update to 0.42.0 -- Use license macro for COPYING - -* Mon Sep 14 2015 Debarshi Ray - 0.41.90-1 -- Update to 0.41.90 -- Rebased downstream patches after the migration to C++ -- gnome-pty-helper has been removed - -* Fri Jun 19 2015 Fedora Release Engineering - 0.40.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Tue May 12 2015 Debarshi Ray - 0.40.2-1 -- Update to 0.40.2 - -* Tue Mar 24 2015 Debarshi Ray - 0.40.0-1 -- Update to 0.40.0 - -* Thu Mar 19 2015 Debarshi Ray - 0.39.92-1 -- Update to 0.39.92 - -* Tue Feb 17 2015 Debarshi Ray - 0.39.90-1 -- Update to 0.39.90 -- Add command-notify patches - -* Fri Dec 19 2014 Richard Hughes - 0.39.1-1 -- Update to 0.39.1 - -* Mon Dec 01 2014 Debarshi Ray - 0.39.0-2 -- Backport upstream patch to fix zombie shells (GNOME #740929) - -* Tue Nov 25 2014 Kalev Lember - 0.39.0-1 -- Update to 0.39.0 - -* Mon Nov 10 2014 Kalev Lember - 0.38.2-1 -- Update to 0.38.2 - -* Mon Oct 13 2014 Kalev Lember - 0.38.1-1 -- Update to 0.38.1 - -* Sun Sep 14 2014 Kalev Lember - 0.38.0-1 -- Update to 0.38.0 - -* Mon Aug 18 2014 Kalev Lember - 0.37.90-1 -- Update to 0.37.90 - -* Mon Aug 18 2014 Fedora Release Engineering - 0.37.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Tue Jul 22 2014 Kalev Lember - 0.37.2-2 -- Rebuilt for gobject-introspection 1.41.4 - -* Tue Jun 24 2014 Richard Hughes - 0.37.2-1 -- Update to 0.37.2 - -* Sun Jun 08 2014 Fedora Release Engineering - 0.37.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Wed May 28 2014 Kalev Lember - 0.37.1-1 -- Update to 0.37.1 - -* Wed May 07 2014 Kalev Lember - 0.37.0-2 -- Split out a vte-profile subpackage that can be used with both vte291 / vte3 - -* Tue May 06 2014 Kalev Lember - 0.37.0-1 -- Initial Fedora package, based on previous vte3 0.36 packaging +%autochangelog From ef65a928ac5777a2e3ba2eb5834949c49f61f3b5 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 6 Jun 2025 17:08:56 -0500 Subject: [PATCH 13/40] Delete demo desktop files These are user-visible, so they need to either go into a subpackage or go away, one or the other. I'm not in the mood to add a subpackage today. If you want these back, feel free to create a subpackage. --- vte291.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vte291.spec b/vte291.spec index 63c8674..6896d57 100644 --- a/vte291.spec +++ b/vte291.spec @@ -129,6 +129,8 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %install %meson_install +rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk3.desktop +rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %find_lang vte-%{apiver} @@ -140,8 +142,6 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %dir %{_libdir}/girepository-1.0 %{_libdir}/girepository-1.0/Vte-2.91.typelib %{_userunitdir}/vte-spawn-.scope.d -%{_datadir}/applications/org.gnome.Vte.App.Gtk3.desktop -%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk3.desktop %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk4.desktop From dbb3baa37a7ee90e4dccbdb8951b816a9b4b075b Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 9 Jul 2025 13:27:28 +0200 Subject: [PATCH 14/40] Update to 0.81.0 --- .gitignore | 117 +----------------- ...oat-when-std-from_chars-is-insuffici.patch | 30 ++--- sources | 2 +- vte291.spec | 11 +- 4 files changed, 27 insertions(+), 133 deletions(-) diff --git a/.gitignore b/.gitignore index 2a8358a..f80d291 100644 --- a/.gitignore +++ b/.gitignore @@ -1,115 +1,2 @@ -/vte-0.37.0.tar.xz -/vte-0.37.1.tar.xz -/vte-0.37.2.tar.xz -/vte-0.37.90.tar.xz -/vte-0.38.0.tar.xz -/vte-0.38.1.tar.xz -/vte-0.38.2.tar.xz -/vte-0.39.0.tar.xz -/vte-0.39.1.tar.xz -/vte-0.39.90.tar.xz -/vte-0.39.92.tar.xz -/vte-0.40.0.tar.xz -/vte-0.40.2.tar.xz -/vte-0.41.90.tar.xz -/vte-0.42.0.tar.xz -/vte-0.42.1.tar.xz -/vte-0.42.3.tar.xz -/vte-0.43.0.tar.xz -/vte-0.43.1.tar.xz -/vte-0.43.2.tar.xz -/vte-0.43.90.tar.xz -/vte-0.43.91.tar.xz -/vte-0.43.92.tar.xz -/vte-0.44.0.tar.xz -/vte-0.44.1.tar.xz -/vte-0.44.2.tar.xz -/vte-0.45.90.tar.xz -/vte-0.45.92.tar.xz -/vte-0.46.0.tar.xz -/vte-0.46.1.tar.xz -/vte-0.47.90.tar.xz -/vte-0.48.1.tar.xz -/vte-0.48.2.tar.xz -/vte-0.48.3.tar.xz -/vte-0.50.0.tar.xz -/vte-0.50.1.tar.xz -/vte-0.50.2.tar.xz -/vte-0.51.3.tar.xz -/vte-0.51.90.tar.xz -/vte-0.52.0.tar.xz -/vte-0.52.1.tar.xz -/vte-0.52.2.tar.xz -/vte-0.53.0.tar.xz -/vte-0.53.92.tar.xz -/vte-0.54.0.tar.xz -/vte-0.54.1.tar.xz -/vte-0.54.2.tar.xz -/vte-0.54.3.tar.xz -/vte-0.55.90.tar.xz -/vte-0.55.92.tar.xz -/vte-0.56.0.tar.xz -/vte-0.56.1.tar.xz -/vte-0.56.2.tar.xz -/vte-0.56.3.tar.xz -/vte-0.57.0.tar.xz -/vte-0.57.3.tar.xz -/vte-0.57.90.tar.xz -/vte-0.58.0.tar.xz -/vte-0.58.1.tar.xz -/vte-0.58.2.tar.xz -/vte-0.58.3.tar.xz -/vte-0.59.0.tar.xz -/vte-0.59.91.tar.xz -/vte-0.59.92.tar.xz -/vte-0.60.0.tar.xz -/vte-0.60.1.tar.xz -/vte-0.60.2.tar.xz -/vte-0.60.3.tar.xz -/vte-0.61.90.tar.xz -/vte-0.61.91.tar.xz -/vte-0.62.0.tar.xz -/vte-0.62.1.tar.xz -/vte-0.62.2.tar.xz -/vte-0.62.3.tar.xz -/vte-0.63.91.tar.xz -/vte-0.64.0.tar.xz -/vte-0.64.1.tar.xz -/vte-0.64.2.tar.xz -/vte-0.65.91.tar.bz2 -/vte-0.66.0.tar.bz2 -/vte-0.66.1.tar.bz2 -/vte-0.66.2.tar.xz -/vte-0.67.90.tar.xz -/vte-0.68.0.tar.bz2 -/vte-0.69.90.tar.xz -/vte-0.69.92.tar.bz2 -/vte-0.70.0.tar.xz -/vte-0.70.1.tar.xz -/vte-0.70.2.tar.xz -/vte-0.71.92.tar.xz -/vte-0.71.99.tar.xz -/vte-0.72.0.tar.bz2 -/vte-0.72.0.tar.xz -/vte-0.72.1.tar.bz2 -/vte-0.72.2.tar.xz -/vte-0.73.93.tar.xz -/vte-0.74.0.tar.xz -/vte-0.74.1.tar.xz -/vte-0.74.2.tar.xz -/vte-0.76.0.tar.xz -/vte-0.76.1.tar.xz -/vte-0.76.2.tar.xz -/vte-0.76.3.tar.xz -/vte-0.77.0.tar.bz2 -/vte-0.77.91.tar.xz -/vte-0.77.92.tar.bz2 -/vte-0.78.0.tar.xz -/vte-0.78.1.tar.xz -/vte-0.78.2.tar.xz -/vte-0.79.90.tar.xz -/vte-0.79.0.tar.xz -/vte-0.79.91.tar.xz -/vte-0.80.0.tar.xz -/vte-0.80.1.tar.xz -/vte-0.80.2.tar.xz +/vte-*.tar.xz +/vte-*-build diff --git a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch index b44c953..54dd033 100644 --- a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch +++ b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch @@ -1,4 +1,4 @@ -From 39557ba02e67af3d6585da96560459bc3b922ca3 Mon Sep 17 00:00:00 2001 +From 5a7238855b363502686557d7cb08ab23823caff6 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 19 Feb 2025 13:43:15 -0500 Subject: [PATCH] Only use fast_float when std::from_chars is insufficient @@ -10,14 +10,14 @@ older g++. --- meson.build | 25 +++++++++++++++++++++++++ src/color-parser.cc | 4 ++++ - src/termprops.hh | 4 ++++ + src/properties.hh | 4 ++++ 3 files changed, 33 insertions(+) diff --git a/meson.build b/meson.build -index 7b590c33..ab02880a 100644 +index b7dc930d6..dabe21488 100644 --- a/meson.build +++ b/meson.build -@@ -675,6 +675,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) +@@ -698,6 +698,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) # try compiling a test programme to see if the version is new enough. if cxx.compiles(''' @@ -47,7 +47,7 @@ index 7b590c33..ab02880a 100644 #include #include #include -@@ -701,6 +724,8 @@ else +@@ -724,6 +747,8 @@ else fast_float_dep = dependency('fast_float', required: true) endif @@ -57,7 +57,7 @@ index 7b590c33..ab02880a 100644 config_sources = [ diff --git a/src/color-parser.cc b/src/color-parser.cc -index 237b4ca7..8d205307 100644 +index 237b4ca79..8d205307f 100644 --- a/src/color-parser.cc +++ b/src/color-parser.cc @@ -29,7 +29,11 @@ @@ -70,14 +70,14 @@ index 237b4ca7..8d205307 100644 +#define fast_float std +#endif - #include "color-names.hh" + #include -diff --git a/src/termprops.hh b/src/termprops.hh -index c9253764..0f462acb 100644 ---- a/src/termprops.hh -+++ b/src/termprops.hh -@@ -35,7 +35,11 @@ - #include +diff --git a/src/properties.hh b/src/properties.hh +index 7c7c597f2..fcd4a190c 100644 +--- a/src/properties.hh ++++ b/src/properties.hh +@@ -40,7 +40,11 @@ + #include #include +#if WITH_FAST_FLOAT @@ -86,8 +86,8 @@ index c9253764..0f462acb 100644 +#define fast_float std +#endif - namespace vte::terminal { + namespace vte::property { -- -2.48.1 +GitLab diff --git a/sources b/sources index a8d6ce3..581bd3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.2.tar.xz) = 6ff5dc8971279b3cb035f0b70a2c13b06f97cea840e117c4fa0273ec491a00ed4475abc4b84e91b5536d85714b6f751092a2652027df477d746fe66f407a2de2 +SHA512 (vte-0.81.0.tar.xz) = e6d9ae09fa37e118de4e0557552f8fea757c6f73149ebf396ceffc077c737f4d0d5ce2ff3ddc099ac616ed24c8ac0162d21eaa7cf3c59c9911011fbf05950505 diff --git a/vte291.spec b/vte291.spec index 6896d57..8109932 100644 --- a/vte291.spec +++ b/vte291.spec @@ -1,5 +1,6 @@ %global apiver 2.91 +%global fmt_version 11.0.0 %global fribidi_version 1.0.0 %global glib2_version 2.72.0 %global gnutls_version 3.2.7 @@ -11,7 +12,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.2 +Version: 0.81.0 Release: %autorelease Summary: GTK terminal emulator library @@ -19,11 +20,12 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.80/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.81/vte-%{version}.tar.xz # https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 Patch0: 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch +BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -36,6 +38,7 @@ BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version} BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version} BuildRequires: pkgconfig(pango) >= %{pango_version} +BuildRequires: fast_float-devel BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gi-docgen @@ -144,6 +147,10 @@ rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_userunitdir}/vte-spawn-.scope.d %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk3.desktop %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk4.desktop +%dir %{_datadir}/vte-2.91 +%dir %{_datadir}/vte-2.91/terminfo +%dir %{_datadir}/vte-2.91/terminfo/x +%{_datadir}/vte-2.91/terminfo/x/xterm-256color %files gtk4 %{_libdir}/libvte-%{apiver}-gtk4.so.0* From 16c104b4e302a9f226cbba3998b388fa0adfcf04 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 9 Jul 2025 14:34:34 +0200 Subject: [PATCH 15/40] Add simdutf dependency --- vte291.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vte291.spec b/vte291.spec index 8109932..becb163 100644 --- a/vte291.spec +++ b/vte291.spec @@ -10,6 +10,7 @@ %global libsystemd_version 220 %global pango_version 1.22.0 %global pcre2_version 10.21 +%global simdutf_version 7.2.1 Name: vte291 Version: 0.81.0 @@ -38,6 +39,7 @@ BuildRequires: pkgconfig(liblz4) BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version} BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version} BuildRequires: pkgconfig(pango) >= %{pango_version} +BuildRequires: pkgconfig(simdutf) >= %{simdutf_version} BuildRequires: fast_float-devel BuildRequires: gcc-c++ BuildRequires: gettext From 1f4ccca048c0fb67e030f0092cf4f94f2a9f31fb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 20:14:46 +0000 Subject: [PATCH 16/40] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 67a7646a01b09b5197402e202e67fe0996a84f2c Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Mon, 28 Jul 2025 17:05:30 -0400 Subject: [PATCH 17/40] Update std::from_chars patch https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 --- ...oat-when-std-from_chars-is-insuffici.patch | 51 ++++++++++++++++--- vte291.spec | 1 - 2 files changed, 43 insertions(+), 9 deletions(-) diff --git a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch index 54dd033..672fa27 100644 --- a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch +++ b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch @@ -1,4 +1,4 @@ -From 5a7238855b363502686557d7cb08ab23823caff6 Mon Sep 17 00:00:00 2001 +From 31a469d55774e8487003e26964c5e7e071ad8e84 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 19 Feb 2025 13:43:15 -0500 Subject: [PATCH] Only use fast_float when std::from_chars is insufficient @@ -10,14 +10,16 @@ older g++. --- meson.build | 25 +++++++++++++++++++++++++ src/color-parser.cc | 4 ++++ + src/parser-glue.hh | 5 +++++ + src/parser-test.cc | 2 ++ src/properties.hh | 4 ++++ - 3 files changed, 33 insertions(+) + 5 files changed, 40 insertions(+) diff --git a/meson.build b/meson.build -index b7dc930d6..dabe21488 100644 +index 5a53eeda..fb80a52e 100644 --- a/meson.build +++ b/meson.build -@@ -698,6 +698,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) +@@ -730,6 +730,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) # try compiling a test programme to see if the version is new enough. if cxx.compiles(''' @@ -47,7 +49,7 @@ index b7dc930d6..dabe21488 100644 #include #include #include -@@ -724,6 +747,8 @@ else +@@ -756,6 +779,8 @@ else fast_float_dep = dependency('fast_float', required: true) endif @@ -57,7 +59,7 @@ index b7dc930d6..dabe21488 100644 config_sources = [ diff --git a/src/color-parser.cc b/src/color-parser.cc -index 237b4ca79..8d205307f 100644 +index e6a813be..1d6175d6 100644 --- a/src/color-parser.cc +++ b/src/color-parser.cc @@ -29,7 +29,11 @@ @@ -72,8 +74,41 @@ index 237b4ca79..8d205307f 100644 #include +diff --git a/src/parser-glue.hh b/src/parser-glue.hh +index e129c1a2..e43f864e 100644 +--- a/src/parser-glue.hh ++++ b/src/parser-glue.hh +@@ -26,7 +26,12 @@ + + #include "debug.hh" + ++#if WITH_FAST_FLOAT + #include ++#else ++#include ++#define fast_float std ++#endif + + #include + +diff --git a/src/parser-test.cc b/src/parser-test.cc +index e076bb49..42430cd6 100644 +--- a/src/parser-test.cc ++++ b/src/parser-test.cc +@@ -1738,9 +1738,11 @@ main(int argc, + g_test_add_func("/vte/parser/sequences/glue/uchar", test_seq_glue_uchar); + g_test_add_func("/vte/parser/sequences/glue/string", test_seq_glue_string); + g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char", test_seq_glue_string_tokeniser); ++#if HAVE_FAST_FLOAT + // requires newest fast_float + // g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char8_t", test_seq_glue_string_tokeniser); + g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char32_t", test_seq_glue_string_tokeniser); ++#endif + g_test_add_func("/vte/parser/sequences/glue/sequence-builder", test_seq_glue_sequence_builder); + g_test_add_func("/vte/parser/sequences/control", test_seq_control); + g_test_add_func("/vte/parser/sequences/escape/invalid", test_seq_esc_invalid); diff --git a/src/properties.hh b/src/properties.hh -index 7c7c597f2..fcd4a190c 100644 +index 58e1d2c9..9757bf54 100644 --- a/src/properties.hh +++ b/src/properties.hh @@ -40,7 +40,11 @@ @@ -89,5 +124,5 @@ index 7c7c597f2..fcd4a190c 100644 namespace vte::property { -- -GitLab +2.50.1 diff --git a/vte291.spec b/vte291.spec index becb163..81dbc12 100644 --- a/vte291.spec +++ b/vte291.spec @@ -40,7 +40,6 @@ BuildRequires: pkgconfig(libpcre2-8) >= %{pcre2_version} BuildRequires: pkgconfig(libsystemd) >= %{libsystemd_version} BuildRequires: pkgconfig(pango) >= %{pango_version} BuildRequires: pkgconfig(simdutf) >= %{simdutf_version} -BuildRequires: fast_float-devel BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: gi-docgen From d77bcdd7cc1719951afcfe0bccd503f4769ca082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Tue, 5 Aug 2025 23:55:09 +0200 Subject: [PATCH 18/40] Rebuilt for icu 77.1 From dedee5c4eeaaa6666b40ed9da82fce42114590ac Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Mon, 25 Aug 2025 19:03:40 +0200 Subject: [PATCH 19/40] Update to version 0.81.90 --- sources | 2 +- vte291.spec | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/sources b/sources index 581bd3b..3e03cef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.81.0.tar.xz) = e6d9ae09fa37e118de4e0557552f8fea757c6f73149ebf396ceffc077c737f4d0d5ce2ff3ddc099ac616ed24c8ac0162d21eaa7cf3c59c9911011fbf05950505 +SHA512 (vte-0.81.90.tar.xz) = 733ebde781fde8838a2f1151c733c5d669b07bc8033379bd61931786c16f7f79296ead197b3ecafe2d9a95bce086b4f8f54e090a90cc4cfa8ce07ac3538d2388 diff --git a/vte291.spec b/vte291.spec index 81dbc12..d413f56 100644 --- a/vte291.spec +++ b/vte291.spec @@ -13,7 +13,7 @@ %global simdutf_version 7.2.1 Name: vte291 -Version: 0.81.0 +Version: 0.81.90 Release: %autorelease Summary: GTK terminal emulator library @@ -148,10 +148,6 @@ rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_userunitdir}/vte-spawn-.scope.d %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk3.desktop %{_datadir}/xdg-terminals/org.gnome.Vte.App.Gtk4.desktop -%dir %{_datadir}/vte-2.91 -%dir %{_datadir}/vte-2.91/terminfo -%dir %{_datadir}/vte-2.91/terminfo/x -%{_datadir}/vte-2.91/terminfo/x/xterm-256color %files gtk4 %{_libdir}/libvte-%{apiver}-gtk4.so.0* From 3c7962ad56a3fac12f22385a5a16c3ce1eb798a1 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Fri, 16 Dec 2022 11:00:34 -0500 Subject: [PATCH 20/40] Ensure correct fonts are installed for HTML docs --- vte291.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vte291.spec b/vte291.spec index d413f56..3e7eda1 100644 --- a/vte291.spec +++ b/vte291.spec @@ -87,6 +87,10 @@ Summary: Development files for GTK+ 3 %{name} License: GPL-3.0-or-later AND LGPL-3.0-or-later Requires: %{name}%{?_isa} = %{version}-%{release} +# Because web fonts from upstream are not bundled in the gi-docgen package, +# packages containing documentation generated with gi-docgen should depend on +# this metapackage to ensure the proper system fonts are present. +Recommends: gi-docgen-fonts %description devel The %{name}-devel package contains libraries and header files for @@ -101,6 +105,10 @@ License: GPL-3.0-or-later AND LGPL-3.0-or-later Requires: %{name}-gtk4%{?_isa} = %{version}-%{release} Requires: %{name}-devel%{?_isa} = %{version}-%{release} +# Because web fonts from upstream are not bundled in the gi-docgen package, +# packages containing documentation generated with gi-docgen should depend on +# this metapackage to ensure the proper system fonts are present. +Recommends: gi-docgen-fonts %description gtk4-devel The %{name}-gtk4-devel package contains libraries and header files for From 55becaf64d0487f001f7e5cf10a5dc32f6d02ab0 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Wed, 3 Sep 2025 16:54:26 -0500 Subject: [PATCH 21/40] Add a bunch of patches! The a11y patches are requested by Lenovo. Then we also have a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=2390745 --- a11y-granular-scroll-notifications.patch | 197 +++++++++++++++++++++++ a11y-line-counting.patch | 30 ++++ a11y-range-per-text-attribute.patch | 37 +++++ fix-backspace.patch | 27 ++++ vte291.spec | 12 +- 5 files changed, 302 insertions(+), 1 deletion(-) create mode 100644 a11y-granular-scroll-notifications.patch create mode 100644 a11y-line-counting.patch create mode 100644 a11y-range-per-text-attribute.patch create mode 100644 fix-backspace.patch diff --git a/a11y-granular-scroll-notifications.patch b/a11y-granular-scroll-notifications.patch new file mode 100644 index 0000000..1ef57d6 --- /dev/null +++ b/a11y-granular-scroll-notifications.patch @@ -0,0 +1,197 @@ +From f685d94c79e03d352bdb9a567268db233066aed5 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= +Date: Wed, 20 Aug 2025 14:34:20 +0200 +Subject: [PATCH] vteaccess-gtk4: Implement granular notifications upon + scrolling + +This MR implements the missing scroll notifications, which are much more +semantic than the previous ones which only relied on the changed text. + +Fixes #2877 +--- + src/vteaccess-gtk4.cc | 88 +++++++++++++++++++++++++++++++++++++++++-- + src/vteaccess-gtk4.h | 1 + + src/vteinternal.hh | 23 ++++++----- + 3 files changed, 100 insertions(+), 12 deletions(-) + +diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc +index b886d2c6c..e626bb274 100644 +--- a/src/vteaccess-gtk4.cc ++++ b/src/vteaccess-gtk4.cc +@@ -75,6 +75,7 @@ typedef struct _VteAccessibleText + VteTerminal *terminal; + VteAccessibleTextContents contents[2]; + guint contents_flip : 1; ++ guint text_scrolled : 1; + } VteAccessibleText; + + static inline gboolean +@@ -816,6 +817,11 @@ vte_accessible_text_contents_changed (VteTerminal *terminal, + if (!vte_terminal_get_enable_a11y (terminal)) + return; + ++ if (state->text_scrolled) { ++ state->text_scrolled = FALSE; ++ return; ++ } ++ + prev = &state->contents[state->contents_flip]; + next = &state->contents[!state->contents_flip]; + +@@ -839,12 +845,11 @@ vte_accessible_text_contents_changed (VteTerminal *terminal, + /* NOTE: + * + * The code below is based upon what vteaccess.cc did for GTK 3. +- * It does not do any sort of appropriate diffing to try to handle +- * scrolling correctly. That would be a good idea to implement in +- * the longer term. + * + * It just looks for a long prefix match, and then a long suffix + * match and attempts to diff what is between those to end points. ++ * ++ * Scrolling based changes are handled separately. + */ + + const char *prevc = prevstr; +@@ -1017,3 +1022,80 @@ _vte_accessible_text_init (GtkAccessibleText *accessible) + GTK_ACCESSIBLE_PROPERTY_MULTI_LINE, TRUE, + GTK_ACCESSIBLE_VALUE_UNDEFINED); + } ++ ++void ++_vte_accessible_text_scrolled (GtkAccessibleText *accessible, long delta) ++{ ++ VteTerminal *terminal = VTE_TERMINAL (accessible); ++ VteAccessibleText *state = vte_accessible_text_get (terminal); ++ VteAccessibleTextContents *prev = &state->contents[state->contents_flip]; ++ VteAccessibleTextContents *next = &state->contents[!state->contents_flip]; ++ ++ g_assert (VTE_IS_TERMINAL (terminal)); ++ g_assert (state != nullptr); ++ g_assert (state->terminal == terminal); ++ ++ if (!vte_terminal_get_enable_a11y (terminal)) ++ return; ++ ++ _vte_debug_print (vte::debug::category::ALLY, ++ "Text scrolled by {} lines", delta); ++ ++ vte_accessible_text_contents_reset (next); ++ vte_accessible_text_contents_snapshot (next, state->terminal); ++ ++ if (delta > 0) { ++ /* Scrolling down: lines at the top disappeared, new lines appeared at bottom */ ++ gsize lines_to_remove = MIN(delta, char_positions_get_size(&prev->linebreaks)); ++ if (lines_to_remove > 0 && char_positions_get_size(&prev->linebreaks) > 0) { ++ /* Find how many characters were in the removed lines */ ++ gsize chars_removed = 0; ++ if (lines_to_remove < char_positions_get_size(&prev->linebreaks)) { ++ chars_removed = *char_positions_index(&prev->linebreaks, lines_to_remove); ++ } else { ++ chars_removed = prev->n_chars; ++ } ++ ++ if (chars_removed > 0) { ++ /* Notify that text was removed from the beginning */ ++ gtk_accessible_text_update_contents(accessible, ++ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_REMOVE, ++ 0, chars_removed); ++ ++ /* Notify that new text was added at the end */ ++ state->contents_flip = !state->contents_flip; ++ gtk_accessible_text_update_contents(accessible, ++ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_INSERT, ++ next->n_chars - chars_removed, next->n_chars); ++ } ++ } ++ } else if (delta < 0) { ++ /* Scrolling up: lines at the bottom disappeared, new lines appeared at top */ ++ gsize lines_to_remove = MIN(-delta, char_positions_get_size(&prev->linebreaks)); ++ if (lines_to_remove > 0 && char_positions_get_size(&prev->linebreaks) > 0) { ++ /* Find how many characters were in the removed lines from bottom */ ++ gsize start_remove = char_positions_get_size(&prev->linebreaks) - lines_to_remove; ++ gsize chars_removed = 0; ++ if (start_remove < char_positions_get_size(&prev->linebreaks)) { ++ gsize remove_start_pos = *char_positions_index(&prev->linebreaks, start_remove); ++ chars_removed = prev->n_chars - remove_start_pos; ++ } else { ++ chars_removed = prev->n_chars; ++ } ++ ++ if (chars_removed > 0) { ++ /* Notify that text was removed from the end */ ++ gtk_accessible_text_update_contents(accessible, ++ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_REMOVE, ++ prev->n_chars - chars_removed, prev->n_chars); ++ ++ /* Notify that new text was added at the beginning */ ++ state->contents_flip = !state->contents_flip; ++ gtk_accessible_text_update_contents(accessible, ++ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_INSERT, ++ 0, chars_removed); ++ } ++ } ++ } ++ state->text_scrolled = TRUE; ++} +diff --git a/src/vteaccess-gtk4.h b/src/vteaccess-gtk4.h +index 37b09c7b3..cd79d7131 100644 +--- a/src/vteaccess-gtk4.h ++++ b/src/vteaccess-gtk4.h +@@ -21,5 +21,6 @@ G_BEGIN_DECLS + + void _vte_accessible_text_iface_init (GtkAccessibleTextInterface *iface); + void _vte_accessible_text_init (GtkAccessibleText *accessible); ++void _vte_accessible_text_scrolled (GtkAccessibleText *accessible, long delta); + + G_END_DECLS +diff --git a/src/vteinternal.hh b/src/vteinternal.hh +index 104042a86..636d03b97 100644 +--- a/src/vteinternal.hh ++++ b/src/vteinternal.hh +@@ -88,7 +88,8 @@ static_assert(CHAR_BIT == 8, "Weird"); + #if WITH_A11Y + #if VTE_GTK == 3 + #include "vteaccess.h" +-#else ++#elif VTE_GTK == 4 ++#include "vteaccess-gtk4.h" + #endif + #endif + +@@ -1431,20 +1432,24 @@ public: + _vte_terminal_accessible_text_modified(m_accessible.get()); + } + +- void emit_text_scrolled(long delta) +- { +- if (m_accessible) +- _vte_terminal_accessible_text_scrolled(m_accessible.get(), delta); +- } +- + #else + + inline constexpr void emit_text_deleted() const noexcept { } + inline constexpr void emit_text_inserted() const noexcept { } + inline constexpr void emit_text_modified() const noexcept { } +- inline constexpr void emit_text_scrolled(long delta) const noexcept { } + +-#endif /* WITH_A11Y && VTE_GTK == 3*/ ++#endif /* WITH_A11Y && (VTE_GTK == 3 || VTE_GTK == 4)*/ ++ ++ void emit_text_scrolled(long delta) ++ { ++#if WITH_A11Y && VTE_GTK == 3 ++ if (m_accessible) ++ _vte_terminal_accessible_text_scrolled(m_accessible.get(), delta); ++#elif WITH_A11Y && VTE_GTK == 4 ++ if (m_widget) ++ _vte_accessible_text_scrolled(GTK_ACCESSIBLE_TEXT(m_widget), delta); ++#endif ++ } + + bool m_no_legacy_signals{false}; + +-- +GitLab + diff --git a/a11y-line-counting.patch b/a11y-line-counting.patch new file mode 100644 index 0000000..385cd4f --- /dev/null +++ b/a11y-line-counting.patch @@ -0,0 +1,30 @@ +From 1fc98911a0de338897e76ddec8d0682217fa5753 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= +Date: Mon, 14 Apr 2025 15:48:02 +0200 +Subject: [PATCH] vte-access-gtk4: Fix line counting during a line query + +We were comparing the byte offset of the character to the next line start. +However, the line start index is in characters, not byte offsets. So, with +enough multi-byte characters, we started returning nonsense. + +Fixes orca#588. +--- + src/vteaccess-gtk4.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc +index efd89fdbc..9fe91ac96 100644 +--- a/src/vteaccess-gtk4.cc ++++ b/src/vteaccess-gtk4.cc +@@ -475,7 +475,7 @@ vte_accessible_text_get_contents_at (GtkAccessibleText *accessible, + line++) { + guint line_offset = *char_positions_index (&contents->linebreaks, line); + +- if (line_offset > char_offset) { ++ if (line_offset > offset) { + line--; + break; + } +-- +GitLab + diff --git a/a11y-range-per-text-attribute.patch b/a11y-range-per-text-attribute.patch new file mode 100644 index 0000000..21bb4ed --- /dev/null +++ b/a11y-range-per-text-attribute.patch @@ -0,0 +1,37 @@ +From 52529a4787a358dcff4c2e22911b30602f9d5048 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= +Date: Fri, 2 May 2025 15:09:49 +0200 +Subject: [PATCH] vteaccess-gtk4: Return a range per text attribute + +The docs say that a text attribute is composed of a range,, name and value. +We were returning only one range, though, so the code in Gtk counting on +the fact that n_ranges was also the number of attributes, was confused. +As a result, we were always only returning the first text attribute. +--- + src/vteaccess-gtk4.cc | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) + +diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc +index b886d2c6c..539346f38 100644 +--- a/src/vteaccess-gtk4.cc ++++ b/src/vteaccess-gtk4.cc +@@ -687,12 +687,14 @@ vte_accessible_text_get_attributes (GtkAccessibleText *accessible, + + *attribute_names = g_new0 (char *, n_attrs + 1); + *attribute_values = g_new0 (char *, n_attrs + 1); +- *n_ranges = 1; +- *ranges = (GtkAccessibleTextRange *)g_memdup2 (&range, sizeof range); ++ *n_ranges = n_attrs; ++ *ranges = g_new (GtkAccessibleTextRange, n_attrs); + + for (i = 0; i < n_attrs; i++) { + (*attribute_names)[i] = g_strdup (attrs[i].name); + (*attribute_values)[i] = g_strdup (attrs[i].value); ++ (*ranges)[i].start = range.start; ++ (*ranges)[i].length = range.length; + } + + return TRUE; +-- +GitLab + diff --git a/fix-backspace.patch b/fix-backspace.patch new file mode 100644 index 0000000..f97e1d6 --- /dev/null +++ b/fix-backspace.patch @@ -0,0 +1,27 @@ +From 35573b12658daf4c25f8ee4f77b743af5ff8465f Mon Sep 17 00:00:00 2001 +From: Christian Persch +Date: Sun, 31 Aug 2025 20:33:16 +0200 +Subject: [PATCH] emulation: Fix XTRQTCAP response for Backspace key + +https://gitlab.gnome.org/GNOME/vte/-/issues/2897 +(cherry picked from commit bb0e930f446812f4b15d97f1f26566006925f7ac) +--- + src/vteseq.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/vteseq.cc b/src/vteseq.cc +index bbf7d276c..8821d73d3 100644 +--- a/src/vteseq.cc ++++ b/src/vteseq.cc +@@ -9817,7 +9817,7 @@ try + char* normal = nullptr; + auto len = 0uz; + auto suppress = false, add_modifiers = false; +- map_erase_binding(m_delete_binding, ++ map_erase_binding(keycode == GDK_KEY_Delete ? m_delete_binding : m_backspace_binding, + keycode == GDK_KEY_Delete ? EraseMode::eDELETE_SEQUENCE : EraseMode::eTTY, + state, + normal, +-- +GitLab + diff --git a/vte291.spec b/vte291.spec index 3e7eda1..16fc9bb 100644 --- a/vte291.spec +++ b/vte291.spec @@ -24,7 +24,17 @@ URL: https://wiki.gnome.org/Apps/Terminal/VTE Source0: https://download.gnome.org/sources/vte/0.81/vte-%{version}.tar.xz # https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 -Patch0: 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch +Patch: 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch + +# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/4 +Patch: a11y-line-counting.patch +# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/6 +Patch: a11y-range-per-text-attribute.patch +# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/7 +Patch: a11y-granular-scroll-notifications.patch + +# https://gitlab.gnome.org/GNOME/vte/-/issues/2897 +Patch: fix-backspace.patch BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} From 754f52437b9d8e6ab532a762efd4d65f3f81fbd1 Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 16 Sep 2025 14:23:02 -0500 Subject: [PATCH 22/40] Update to 0.82.0 Also, add a bcond to control whether we use bundled fast_float or system fast_float. --- ...oat-when-std-from_chars-is-insuffici.patch | 128 ------------ a11y-granular-scroll-notifications.patch | 197 ------------------ a11y-line-counting.patch | 30 --- a11y-range-per-text-attribute.patch | 37 ---- fix-backspace.patch | 27 --- sources | 2 +- vte291.spec | 39 ++-- 7 files changed, 24 insertions(+), 436 deletions(-) delete mode 100644 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch delete mode 100644 a11y-granular-scroll-notifications.patch delete mode 100644 a11y-line-counting.patch delete mode 100644 a11y-range-per-text-attribute.patch delete mode 100644 fix-backspace.patch diff --git a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch b/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch deleted file mode 100644 index 672fa27..0000000 --- a/0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch +++ /dev/null @@ -1,128 +0,0 @@ -From 31a469d55774e8487003e26964c5e7e071ad8e84 Mon Sep 17 00:00:00 2001 -From: Yaakov Selkowitz -Date: Wed, 19 Feb 2025 13:43:15 -0500 -Subject: [PATCH] Only use fast_float when std::from_chars is insufficient - -When the default C++ standard library provides the necessary support, it -should be preferred over any supplementary library. This restores the -status quo for recent g++ while still supporting clang -stdlib=libc++ and -older g++. ---- - meson.build | 25 +++++++++++++++++++++++++ - src/color-parser.cc | 4 ++++ - src/parser-glue.hh | 5 +++++ - src/parser-test.cc | 2 ++ - src/properties.hh | 4 ++++ - 5 files changed, 40 insertions(+) - -diff --git a/meson.build b/meson.build -index 5a53eeda..fb80a52e 100644 ---- a/meson.build -+++ b/meson.build -@@ -730,6 +730,29 @@ config_h.set10('WITH_SYSTEMD', systemd_dep.found()) - # try compiling a test programme to see if the version is new enough. - - if cxx.compiles(''' -+ #include -+ #include -+ #include -+ -+ int main(void) { -+ auto str = "1234"; -+ auto start = str; -+ auto end = str + strlen(str); -+ auto value = uint64_t{}; -+ auto rv = std::from_chars(start, end, value, 16); -+ if (rv.ec != std::errc{} || rv.ptr != end) -+ return 2; -+ -+ return 0; -+ } -+ ''', -+ args: [ -+ cxx_std_opt, -+ ], -+ name: 'system std::from_chars usability check', -+ ) -+ fast_float_dep = dependency('', required: false) -+elif cxx.compiles(''' - #include - #include - #include -@@ -756,6 +779,8 @@ else - fast_float_dep = dependency('fast_float', required: true) - endif - -+config_h.set10('WITH_FAST_FLOAT', fast_float_dep.found()) -+ - # Write config.h - - config_sources = [ -diff --git a/src/color-parser.cc b/src/color-parser.cc -index e6a813be..1d6175d6 100644 ---- a/src/color-parser.cc -+++ b/src/color-parser.cc -@@ -29,7 +29,11 @@ - - #include - -+#if WITH_FAST_FLOAT - #include -+#else -+#define fast_float std -+#endif - - #include - -diff --git a/src/parser-glue.hh b/src/parser-glue.hh -index e129c1a2..e43f864e 100644 ---- a/src/parser-glue.hh -+++ b/src/parser-glue.hh -@@ -26,7 +26,12 @@ - - #include "debug.hh" - -+#if WITH_FAST_FLOAT - #include -+#else -+#include -+#define fast_float std -+#endif - - #include - -diff --git a/src/parser-test.cc b/src/parser-test.cc -index e076bb49..42430cd6 100644 ---- a/src/parser-test.cc -+++ b/src/parser-test.cc -@@ -1738,9 +1738,11 @@ main(int argc, - g_test_add_func("/vte/parser/sequences/glue/uchar", test_seq_glue_uchar); - g_test_add_func("/vte/parser/sequences/glue/string", test_seq_glue_string); - g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char", test_seq_glue_string_tokeniser); -+#if HAVE_FAST_FLOAT - // requires newest fast_float - // g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char8_t", test_seq_glue_string_tokeniser); - g_test_add_func("/vte/parser/sequences/glue/string-tokeniser/char32_t", test_seq_glue_string_tokeniser); -+#endif - g_test_add_func("/vte/parser/sequences/glue/sequence-builder", test_seq_glue_sequence_builder); - g_test_add_func("/vte/parser/sequences/control", test_seq_control); - g_test_add_func("/vte/parser/sequences/escape/invalid", test_seq_esc_invalid); -diff --git a/src/properties.hh b/src/properties.hh -index 58e1d2c9..9757bf54 100644 ---- a/src/properties.hh -+++ b/src/properties.hh -@@ -40,7 +40,11 @@ - #include - #include - -+#if WITH_FAST_FLOAT - #include -+#else -+#define fast_float std -+#endif - - namespace vte::property { - --- -2.50.1 - diff --git a/a11y-granular-scroll-notifications.patch b/a11y-granular-scroll-notifications.patch deleted file mode 100644 index 1ef57d6..0000000 --- a/a11y-granular-scroll-notifications.patch +++ /dev/null @@ -1,197 +0,0 @@ -From f685d94c79e03d352bdb9a567268db233066aed5 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= -Date: Wed, 20 Aug 2025 14:34:20 +0200 -Subject: [PATCH] vteaccess-gtk4: Implement granular notifications upon - scrolling - -This MR implements the missing scroll notifications, which are much more -semantic than the previous ones which only relied on the changed text. - -Fixes #2877 ---- - src/vteaccess-gtk4.cc | 88 +++++++++++++++++++++++++++++++++++++++++-- - src/vteaccess-gtk4.h | 1 + - src/vteinternal.hh | 23 ++++++----- - 3 files changed, 100 insertions(+), 12 deletions(-) - -diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc -index b886d2c6c..e626bb274 100644 ---- a/src/vteaccess-gtk4.cc -+++ b/src/vteaccess-gtk4.cc -@@ -75,6 +75,7 @@ typedef struct _VteAccessibleText - VteTerminal *terminal; - VteAccessibleTextContents contents[2]; - guint contents_flip : 1; -+ guint text_scrolled : 1; - } VteAccessibleText; - - static inline gboolean -@@ -816,6 +817,11 @@ vte_accessible_text_contents_changed (VteTerminal *terminal, - if (!vte_terminal_get_enable_a11y (terminal)) - return; - -+ if (state->text_scrolled) { -+ state->text_scrolled = FALSE; -+ return; -+ } -+ - prev = &state->contents[state->contents_flip]; - next = &state->contents[!state->contents_flip]; - -@@ -839,12 +845,11 @@ vte_accessible_text_contents_changed (VteTerminal *terminal, - /* NOTE: - * - * The code below is based upon what vteaccess.cc did for GTK 3. -- * It does not do any sort of appropriate diffing to try to handle -- * scrolling correctly. That would be a good idea to implement in -- * the longer term. - * - * It just looks for a long prefix match, and then a long suffix - * match and attempts to diff what is between those to end points. -+ * -+ * Scrolling based changes are handled separately. - */ - - const char *prevc = prevstr; -@@ -1017,3 +1022,80 @@ _vte_accessible_text_init (GtkAccessibleText *accessible) - GTK_ACCESSIBLE_PROPERTY_MULTI_LINE, TRUE, - GTK_ACCESSIBLE_VALUE_UNDEFINED); - } -+ -+void -+_vte_accessible_text_scrolled (GtkAccessibleText *accessible, long delta) -+{ -+ VteTerminal *terminal = VTE_TERMINAL (accessible); -+ VteAccessibleText *state = vte_accessible_text_get (terminal); -+ VteAccessibleTextContents *prev = &state->contents[state->contents_flip]; -+ VteAccessibleTextContents *next = &state->contents[!state->contents_flip]; -+ -+ g_assert (VTE_IS_TERMINAL (terminal)); -+ g_assert (state != nullptr); -+ g_assert (state->terminal == terminal); -+ -+ if (!vte_terminal_get_enable_a11y (terminal)) -+ return; -+ -+ _vte_debug_print (vte::debug::category::ALLY, -+ "Text scrolled by {} lines", delta); -+ -+ vte_accessible_text_contents_reset (next); -+ vte_accessible_text_contents_snapshot (next, state->terminal); -+ -+ if (delta > 0) { -+ /* Scrolling down: lines at the top disappeared, new lines appeared at bottom */ -+ gsize lines_to_remove = MIN(delta, char_positions_get_size(&prev->linebreaks)); -+ if (lines_to_remove > 0 && char_positions_get_size(&prev->linebreaks) > 0) { -+ /* Find how many characters were in the removed lines */ -+ gsize chars_removed = 0; -+ if (lines_to_remove < char_positions_get_size(&prev->linebreaks)) { -+ chars_removed = *char_positions_index(&prev->linebreaks, lines_to_remove); -+ } else { -+ chars_removed = prev->n_chars; -+ } -+ -+ if (chars_removed > 0) { -+ /* Notify that text was removed from the beginning */ -+ gtk_accessible_text_update_contents(accessible, -+ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_REMOVE, -+ 0, chars_removed); -+ -+ /* Notify that new text was added at the end */ -+ state->contents_flip = !state->contents_flip; -+ gtk_accessible_text_update_contents(accessible, -+ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_INSERT, -+ next->n_chars - chars_removed, next->n_chars); -+ } -+ } -+ } else if (delta < 0) { -+ /* Scrolling up: lines at the bottom disappeared, new lines appeared at top */ -+ gsize lines_to_remove = MIN(-delta, char_positions_get_size(&prev->linebreaks)); -+ if (lines_to_remove > 0 && char_positions_get_size(&prev->linebreaks) > 0) { -+ /* Find how many characters were in the removed lines from bottom */ -+ gsize start_remove = char_positions_get_size(&prev->linebreaks) - lines_to_remove; -+ gsize chars_removed = 0; -+ if (start_remove < char_positions_get_size(&prev->linebreaks)) { -+ gsize remove_start_pos = *char_positions_index(&prev->linebreaks, start_remove); -+ chars_removed = prev->n_chars - remove_start_pos; -+ } else { -+ chars_removed = prev->n_chars; -+ } -+ -+ if (chars_removed > 0) { -+ /* Notify that text was removed from the end */ -+ gtk_accessible_text_update_contents(accessible, -+ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_REMOVE, -+ prev->n_chars - chars_removed, prev->n_chars); -+ -+ /* Notify that new text was added at the beginning */ -+ state->contents_flip = !state->contents_flip; -+ gtk_accessible_text_update_contents(accessible, -+ GTK_ACCESSIBLE_TEXT_CONTENT_CHANGE_INSERT, -+ 0, chars_removed); -+ } -+ } -+ } -+ state->text_scrolled = TRUE; -+} -diff --git a/src/vteaccess-gtk4.h b/src/vteaccess-gtk4.h -index 37b09c7b3..cd79d7131 100644 ---- a/src/vteaccess-gtk4.h -+++ b/src/vteaccess-gtk4.h -@@ -21,5 +21,6 @@ G_BEGIN_DECLS - - void _vte_accessible_text_iface_init (GtkAccessibleTextInterface *iface); - void _vte_accessible_text_init (GtkAccessibleText *accessible); -+void _vte_accessible_text_scrolled (GtkAccessibleText *accessible, long delta); - - G_END_DECLS -diff --git a/src/vteinternal.hh b/src/vteinternal.hh -index 104042a86..636d03b97 100644 ---- a/src/vteinternal.hh -+++ b/src/vteinternal.hh -@@ -88,7 +88,8 @@ static_assert(CHAR_BIT == 8, "Weird"); - #if WITH_A11Y - #if VTE_GTK == 3 - #include "vteaccess.h" --#else -+#elif VTE_GTK == 4 -+#include "vteaccess-gtk4.h" - #endif - #endif - -@@ -1431,20 +1432,24 @@ public: - _vte_terminal_accessible_text_modified(m_accessible.get()); - } - -- void emit_text_scrolled(long delta) -- { -- if (m_accessible) -- _vte_terminal_accessible_text_scrolled(m_accessible.get(), delta); -- } -- - #else - - inline constexpr void emit_text_deleted() const noexcept { } - inline constexpr void emit_text_inserted() const noexcept { } - inline constexpr void emit_text_modified() const noexcept { } -- inline constexpr void emit_text_scrolled(long delta) const noexcept { } - --#endif /* WITH_A11Y && VTE_GTK == 3*/ -+#endif /* WITH_A11Y && (VTE_GTK == 3 || VTE_GTK == 4)*/ -+ -+ void emit_text_scrolled(long delta) -+ { -+#if WITH_A11Y && VTE_GTK == 3 -+ if (m_accessible) -+ _vte_terminal_accessible_text_scrolled(m_accessible.get(), delta); -+#elif WITH_A11Y && VTE_GTK == 4 -+ if (m_widget) -+ _vte_accessible_text_scrolled(GTK_ACCESSIBLE_TEXT(m_widget), delta); -+#endif -+ } - - bool m_no_legacy_signals{false}; - --- -GitLab - diff --git a/a11y-line-counting.patch b/a11y-line-counting.patch deleted file mode 100644 index 385cd4f..0000000 --- a/a11y-line-counting.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 1fc98911a0de338897e76ddec8d0682217fa5753 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= -Date: Mon, 14 Apr 2025 15:48:02 +0200 -Subject: [PATCH] vte-access-gtk4: Fix line counting during a line query - -We were comparing the byte offset of the character to the next line start. -However, the line start index is in characters, not byte offsets. So, with -enough multi-byte characters, we started returning nonsense. - -Fixes orca#588. ---- - src/vteaccess-gtk4.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc -index efd89fdbc..9fe91ac96 100644 ---- a/src/vteaccess-gtk4.cc -+++ b/src/vteaccess-gtk4.cc -@@ -475,7 +475,7 @@ vte_accessible_text_get_contents_at (GtkAccessibleText *accessible, - line++) { - guint line_offset = *char_positions_index (&contents->linebreaks, line); - -- if (line_offset > char_offset) { -+ if (line_offset > offset) { - line--; - break; - } --- -GitLab - diff --git a/a11y-range-per-text-attribute.patch b/a11y-range-per-text-attribute.patch deleted file mode 100644 index 21bb4ed..0000000 --- a/a11y-range-per-text-attribute.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 52529a4787a358dcff4c2e22911b30602f9d5048 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tyrychtr?= -Date: Fri, 2 May 2025 15:09:49 +0200 -Subject: [PATCH] vteaccess-gtk4: Return a range per text attribute - -The docs say that a text attribute is composed of a range,, name and value. -We were returning only one range, though, so the code in Gtk counting on -the fact that n_ranges was also the number of attributes, was confused. -As a result, we were always only returning the first text attribute. ---- - src/vteaccess-gtk4.cc | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) - -diff --git a/src/vteaccess-gtk4.cc b/src/vteaccess-gtk4.cc -index b886d2c6c..539346f38 100644 ---- a/src/vteaccess-gtk4.cc -+++ b/src/vteaccess-gtk4.cc -@@ -687,12 +687,14 @@ vte_accessible_text_get_attributes (GtkAccessibleText *accessible, - - *attribute_names = g_new0 (char *, n_attrs + 1); - *attribute_values = g_new0 (char *, n_attrs + 1); -- *n_ranges = 1; -- *ranges = (GtkAccessibleTextRange *)g_memdup2 (&range, sizeof range); -+ *n_ranges = n_attrs; -+ *ranges = g_new (GtkAccessibleTextRange, n_attrs); - - for (i = 0; i < n_attrs; i++) { - (*attribute_names)[i] = g_strdup (attrs[i].name); - (*attribute_values)[i] = g_strdup (attrs[i].value); -+ (*ranges)[i].start = range.start; -+ (*ranges)[i].length = range.length; - } - - return TRUE; --- -GitLab - diff --git a/fix-backspace.patch b/fix-backspace.patch deleted file mode 100644 index f97e1d6..0000000 --- a/fix-backspace.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 35573b12658daf4c25f8ee4f77b743af5ff8465f Mon Sep 17 00:00:00 2001 -From: Christian Persch -Date: Sun, 31 Aug 2025 20:33:16 +0200 -Subject: [PATCH] emulation: Fix XTRQTCAP response for Backspace key - -https://gitlab.gnome.org/GNOME/vte/-/issues/2897 -(cherry picked from commit bb0e930f446812f4b15d97f1f26566006925f7ac) ---- - src/vteseq.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/vteseq.cc b/src/vteseq.cc -index bbf7d276c..8821d73d3 100644 ---- a/src/vteseq.cc -+++ b/src/vteseq.cc -@@ -9817,7 +9817,7 @@ try - char* normal = nullptr; - auto len = 0uz; - auto suppress = false, add_modifiers = false; -- map_erase_binding(m_delete_binding, -+ map_erase_binding(keycode == GDK_KEY_Delete ? m_delete_binding : m_backspace_binding, - keycode == GDK_KEY_Delete ? EraseMode::eDELETE_SEQUENCE : EraseMode::eTTY, - state, - normal, --- -GitLab - diff --git a/sources b/sources index 3e03cef..f44bed4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.81.90.tar.xz) = 733ebde781fde8838a2f1151c733c5d669b07bc8033379bd61931786c16f7f79296ead197b3ecafe2d9a95bce086b4f8f54e090a90cc4cfa8ce07ac3538d2388 +SHA512 (vte-0.82.0.tar.xz) = 82d42c0824fde365cdef9e23a0ab1a01434275ca92383bdd3efc8074498f192821473103447f8667c785170886959bf22df5a2cc0d7d5375439e078402fd889f diff --git a/vte291.spec b/vte291.spec index 16fc9bb..b2a2d14 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,8 +12,14 @@ %global pcre2_version 10.21 %global simdutf_version 7.2.1 +%if 1 +%bcond bundled_fast_float 1 +%else +%bcond bundled_fast_float 0 +%endif + Name: vte291 -Version: 0.81.90 +Version: 0.82.0 Release: %autorelease Summary: GTK terminal emulator library @@ -21,20 +27,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.81/vte-%{version}.tar.xz - -# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/2 -Patch: 0001-Only-use-fast_float-when-std-from_chars-is-insuffici.patch - -# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/4 -Patch: a11y-line-counting.patch -# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/6 -Patch: a11y-range-per-text-attribute.patch -# https://gitlab.gnome.org/GNOME/vte/-/merge_requests/7 -Patch: a11y-granular-scroll-notifications.patch - -# https://gitlab.gnome.org/GNOME/vte/-/issues/2897 -Patch: fix-backspace.patch +Source0: https://download.gnome.org/sources/vte/0.82/vte-%{version}.tar.xz BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} @@ -59,6 +52,10 @@ BuildRequires: meson BuildRequires: systemd-rpm-macros BuildRequires: vala +%if %{without bundled_fast_float} +BuildRequires: fast_float-devel +%endif + Requires: fribidi >= %{fribidi_version} Requires: glib2 >= %{glib2_version} Requires: gnutls%{?_isa} >= %{gnutls_version} @@ -69,7 +66,9 @@ Requires: pcre2%{?_isa} >= %{pcre2_version} Requires: systemd-libs%{?_isa} >= %{libsystemd_version} Requires: vte-profile -Conflicts: gnome-terminal < 3.20.1-2 +%if %{with bundled_fast_float} +Provides: bundled(fast_float) +%endif %description VTE is a library implementing a terminal emulator widget for GTK+. VTE @@ -145,6 +144,14 @@ emulator library. sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %endif +# Guarantee we don't accidentally use subprojects if a new subproject is added. +%if %{with bundled_fast_float} +rm -rf subprojects/fmt/ +rm -rf subprojects/simdutf/ +%else +rm -rf subprojects/ +%endif + %build %meson --buildtype=plain -Ddocs=true -Dgtk3=true -Dgtk4=true %meson_build From 05916348c17cacf8e9534f6c5f0d4f91fc7a128f Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Tue, 16 Sep 2025 18:15:33 -0500 Subject: [PATCH 23/40] Fix fast_float bcond condition --- vte291.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vte291.spec b/vte291.spec index b2a2d14..8746c38 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ %global pcre2_version 10.21 %global simdutf_version 7.2.1 -%if 1 +%if 0%{?rhel} %bcond bundled_fast_float 1 %else %bcond bundled_fast_float 0 From eba499a2d013ac98836ca4785257562fb642ad99 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 9 Oct 2025 10:33:53 +0100 Subject: [PATCH 24/40] Update to 0.78.6 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3628f2c..4484e7c 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,4 @@ /vte-0.78.2.tar.xz /vte-0.78.4.tar.xz /vte-0.78.5.tar.xz +/vte-0.78.6.tar.xz diff --git a/sources b/sources index b3f1239..f232817 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.78.5.tar.xz) = 10c252319e03d3882c197261b572d64c1d12871ac567bcb5f7042d516734ea6f24ade314e9146888eeea427c94ebe472a03d1967af6beeaddf212fc6fd13fe42 +SHA512 (vte-0.78.6.tar.xz) = da4ceb28964ea56c2d89d1a050ff0848e8a9ec79b0fe21d5feb90871f9ce36b44dc89b93bd7a057b72453af1ffe6a43525ffe8e20d9c06f7a0531c28b07ffdc0 diff --git a/vte291.spec b/vte291.spec index 7f581b5..e5ba8ef 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.78.5 +Version: 0.78.6 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -174,6 +174,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Thu Oct 09 2025 David King - 0.78.6-1 +- Update to 0.78.6 + * Wed May 28 2025 nmontero - 0.78.5-1 - Update to 0.78.5 From 3415f78862974c04c496e43365ab4fa6fc90084b Mon Sep 17 00:00:00 2001 From: Petr Schindler Date: Mon, 13 Oct 2025 21:51:42 +0200 Subject: [PATCH 25/40] Update to 0.82.1 --- sources | 2 +- vte291.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index f44bed4..0fb6472 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.82.0.tar.xz) = 82d42c0824fde365cdef9e23a0ab1a01434275ca92383bdd3efc8074498f192821473103447f8667c785170886959bf22df5a2cc0d7d5375439e078402fd889f +SHA512 (vte-0.82.1.tar.xz) = b636a96ed0ee066be2939e4cfebca63bb92414fd6f16287d9c0c814093e057d0b19bf0c4df76dca4816f893f1b49a6171f3bb94bb1e40a255517fe2695bea634 diff --git a/vte291.spec b/vte291.spec index 8746c38..d6435fd 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.82.0 +Version: 0.82.1 Release: %autorelease Summary: GTK terminal emulator library From b28a1d52fc11fc5ce10d1cfffe75192ff7c93972 Mon Sep 17 00:00:00 2001 From: Adrian Vovk Date: Tue, 9 Dec 2025 20:44:00 -0500 Subject: [PATCH 26/40] Update to 0.82.2 --- sources | 2 +- vte291.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 0fb6472..2c42b34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.82.1.tar.xz) = b636a96ed0ee066be2939e4cfebca63bb92414fd6f16287d9c0c814093e057d0b19bf0c4df76dca4816f893f1b49a6171f3bb94bb1e40a255517fe2695bea634 +SHA512 (vte-0.82.2.tar.xz) = 73e90beec2672c04476d6673eeac448860faaa00e507f71f6c36122b38bbb5857b2d0b876a928254348ef0f006f5a091e0f09179d23d74d1e05bdbba28c65f74 diff --git a/vte291.spec b/vte291.spec index d6435fd..5449d8a 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.82.1 +Version: 0.82.2 Release: %autorelease Summary: GTK terminal emulator library From ba10e7b8e56a5cc448687580b46aa49a78fde10c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 20:04:39 +0000 Subject: [PATCH 27/40] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild From b48d579b6e725e9ac2541e7fc1767669ec65ef4c Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 19 Jan 2026 20:29:13 +0100 Subject: [PATCH 28/40] Update to 0.82.3 --- sources | 2 +- vte291.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 2c42b34..9ce8ebf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.82.2.tar.xz) = 73e90beec2672c04476d6673eeac448860faaa00e507f71f6c36122b38bbb5857b2d0b876a928254348ef0f006f5a091e0f09179d23d74d1e05bdbba28c65f74 +SHA512 (vte-0.82.3.tar.xz) = 4b03ff539ea0240b2fe814c4523da248e9b201beb68439990f9590fd8f75024e869e06bf07c2afc06258b588b6750bdb776a1505662c991fddced39adbed15d8 diff --git a/vte291.spec b/vte291.spec index 5449d8a..676cc14 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.82.2 +Version: 0.82.3 Release: %autorelease Summary: GTK terminal emulator library From 6807a69cfcc4ec2de2dffb7ccd5de4272f4fa196 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Tue, 3 Feb 2026 15:28:47 +0100 Subject: [PATCH 29/40] Update to 0.83.90 --- sources | 2 +- vte291.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources b/sources index 9ce8ebf..1a9a1d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.82.3.tar.xz) = 4b03ff539ea0240b2fe814c4523da248e9b201beb68439990f9590fd8f75024e869e06bf07c2afc06258b588b6750bdb776a1505662c991fddced39adbed15d8 +SHA512 (vte-0.83.90.tar.xz) = 000aa173f9333028576c6a78e24b00e090d9361e31ecf76ae5e5ae0c9f8e31fdcf67817c3d135e71dca16389376a40b25d8803727ade96ccbb9522a832ff8056 diff --git a/vte291.spec b/vte291.spec index 676cc14..478d9c6 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.82.3 +Version: 0.83.90 Release: %autorelease Summary: GTK terminal emulator library @@ -27,7 +27,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.82/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.83/vte-%{version}.tar.xz BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} From e772ad825ffa6f5d38ec7be6f9e55826e2274bba Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 24 Feb 2026 08:32:52 +0100 Subject: [PATCH 30/40] Onboard to Packit for stable Fedora branches --- .packit.yaml | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .packit.yaml diff --git a/.packit.yaml b/.packit.yaml new file mode 100644 index 0000000..b1b62fd --- /dev/null +++ b/.packit.yaml @@ -0,0 +1,59 @@ +# Minimal Packit Configuration for GNOME Packages +# Copy this to your dist-git repository as .packit.yaml +# +# Prerequisites: +# - Package is monitored by release-monitoring.org +# - Monitoring status set to "Monitoring" in dist-git + +# Required for tag filtering (release-monitoring also tracks alpha/beta) +upstream_project_url: https://gitlab.gnome.org/GNOME/vte + +jobs: + # Automated updates for stable branches + - job: pull_from_upstream + trigger: release + # Packit does the full update (spec, changelog) on the latest stable branch. + # The exact same commit is reused to open PRs for all other stable branches, + # which can be merged with fast-forward only (git merge --ff-only), + # keeping a linear, non-divergent history across branches. + dist_git_branches: + fedora-latest-stable: + fast_forward_merge_into: + - fedora-stable + + # ======================================================================== + # VERSIONING: Choose ONE option based on your package's versioning scheme + # ======================================================================== + + # OPTION A: Major version only - allows minor and patch updates + # For 2-digit: 50.0 -> 50.1 ✅, 50.x -> 51.0 ❌ + # For 3-digit: 1.2.3 -> 1.3.0 ✅, 1.x.x -> 2.0.0 ❌ + # Use for: GNOME apps/libs with 2-digit versions, or libraries following semver + # version_update_mask: '^\d+\.' + + # OPTION B: Major.minor version - patch updates only + # Examples: 1.2.3 -> 1.2.4 ✅, 1.2.x -> 1.3.0 ❌ + # Use for: Libraries with ABI concerns, even/odd development scheme + version_update_mask: '^\d+\.\d+\.' + + # ======================================================================== + # TAG FILTERING - Filter out pre-releases from release-monitoring + # ======================================================================== + # Required because release-monitoring.org also tracks alpha/beta/rc + upstream_tag_exclude: '.*(alpha|beta|rc).*' + + # Optional - only include stable release tags: + # upstream_tag_include: '^\d+\.\d+$' # For 2-digit versions + # upstream_tag_include: '^\d+\.\d+\.\d+$' # For 3-digit versions + + # Build in Koji after merge + - job: koji_build + trigger: commit + dist_git_branches: + - fedora-stable + + # Submit Bodhi update + - job: bodhi_update + trigger: commit + dist_git_branches: + - fedora-stable From 282f22b791c1ccb6a93fa588e5c887f3bf03dae8 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 Feb 2026 12:57:57 +0100 Subject: [PATCH 31/40] Packit: drop fast_forward_merge_into as current stable branches diverge --- .packit.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index b1b62fd..3705e72 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -12,14 +12,8 @@ jobs: # Automated updates for stable branches - job: pull_from_upstream trigger: release - # Packit does the full update (spec, changelog) on the latest stable branch. - # The exact same commit is reused to open PRs for all other stable branches, - # which can be merged with fast-forward only (git merge --ff-only), - # keeping a linear, non-divergent history across branches. dist_git_branches: - fedora-latest-stable: - fast_forward_merge_into: - - fedora-stable + - fedora-stable # ======================================================================== # VERSIONING: Choose ONE option based on your package's versioning scheme From d000632996a9a1e237519cd6b6131d9a90e4c0fe Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 2 Mar 2026 09:57:11 +0100 Subject: [PATCH 32/40] Packit: drop upstream_project_url and rely on release-monitoring only --- .packit.yaml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 3705e72..c3700e1 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -5,9 +5,6 @@ # - Package is monitored by release-monitoring.org # - Monitoring status set to "Monitoring" in dist-git -# Required for tag filtering (release-monitoring also tracks alpha/beta) -upstream_project_url: https://gitlab.gnome.org/GNOME/vte - jobs: # Automated updates for stable branches - job: pull_from_upstream @@ -30,16 +27,6 @@ jobs: # Use for: Libraries with ABI concerns, even/odd development scheme version_update_mask: '^\d+\.\d+\.' - # ======================================================================== - # TAG FILTERING - Filter out pre-releases from release-monitoring - # ======================================================================== - # Required because release-monitoring.org also tracks alpha/beta/rc - upstream_tag_exclude: '.*(alpha|beta|rc).*' - - # Optional - only include stable release tags: - # upstream_tag_include: '^\d+\.\d+$' # For 2-digit versions - # upstream_tag_include: '^\d+\.\d+\.\d+$' # For 3-digit versions - # Build in Koji after merge - job: koji_build trigger: commit From 9923e7d419e5c0dcbaa05b4fd950064456336328 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 3 Mar 2026 09:29:18 +0100 Subject: [PATCH 33/40] Update to 0.83.91 --- sources | 2 +- vte291.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 1a9a1d5..ef13cf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.83.90.tar.xz) = 000aa173f9333028576c6a78e24b00e090d9361e31ecf76ae5e5ae0c9f8e31fdcf67817c3d135e71dca16389376a40b25d8803727ade96ccbb9522a832ff8056 +SHA512 (vte-0.83.91.tar.xz) = 5e3638bd31c71ff194a4f83527f7be87480df493dd5507d884b62af25c148801e862cb417395f3cf43b344fecf8a6ca480d0eddd2ed04ed6d22bdaced51b93fc diff --git a/vte291.spec b/vte291.spec index 478d9c6..b1af12c 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.83.90 +Version: 0.83.91 Release: %autorelease Summary: GTK terminal emulator library From c9c2ccd922635817aecb7812ae6401ae0ccfc904 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 16 Mar 2026 12:27:24 +0100 Subject: [PATCH 34/40] Update to 0.84.0 --- sources | 2 +- vte291.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources b/sources index ef13cf1..5d81e53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.83.91.tar.xz) = 5e3638bd31c71ff194a4f83527f7be87480df493dd5507d884b62af25c148801e862cb417395f3cf43b344fecf8a6ca480d0eddd2ed04ed6d22bdaced51b93fc +SHA512 (vte-0.84.0.tar.xz) = 76f26a46d55da107458682de82dc620aec5da3a89d813628c31764b2f06805435ee976e43326d792ca55c5db310da37667a6b8094bd12e6c09084d30b0332eb6 diff --git a/vte291.spec b/vte291.spec index b1af12c..a2cd33b 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.83.91 +Version: 0.84.0 Release: %autorelease Summary: GTK terminal emulator library @@ -27,7 +27,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.83/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.84/vte-%{version}.tar.xz BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} From 692568d63ec8e35840cb00c40a509dbd46e49af3 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Tue, 17 Mar 2026 18:24:01 +0100 Subject: [PATCH 35/40] Add some helper code to avoid silly human errors [skip changelog] --- vte291.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vte291.spec b/vte291.spec index a2cd33b..791cdc4 100644 --- a/vte291.spec +++ b/vte291.spec @@ -18,6 +18,8 @@ %bcond bundled_fast_float 0 %endif +%global major_minor_version %%(echo %%{version} | cut -d "." -f 1-2) + Name: vte291 Version: 0.84.0 Release: %autorelease @@ -27,7 +29,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.84/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/%{major_minor_version}/vte-%{version}.tar.xz BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} From 69346ba770ac6eaa71de933edb07fe4da77e01f2 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 Mar 2026 14:31:53 +0100 Subject: [PATCH 36/40] Add configuration for release-monitoring --- monitoring.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 monitoring.toml diff --git a/monitoring.toml b/monitoring.toml new file mode 100644 index 0000000..0ad7b11 --- /dev/null +++ b/monitoring.toml @@ -0,0 +1,13 @@ +# Enable/disable monitoring +monitoring = true +# Enable/disable filling bugzilla ticket for new release +# When disabled it will also disable scratch builds +bugzilla = false +# Enable/disable reporting only stable versions +# Stable versions are recognized based on release-monitoring.org project settings +stable_only = true +# Enable/disable reporting all new versions instead of the latest one +# Enabling this will disable scratch builds +all_versions = true +# Enable/disable scratch build for newly opened version +scratch_build = false From c0be57da94ad9db99eb4ee5f847743519aba5190 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Mon, 8 Jun 2026 09:53:25 +0200 Subject: [PATCH 37/40] Rebuilt for icu 78.3 From b41d430d9c569c1cd2c0df559f4828f5de732ae2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 3 Jul 2026 11:17:38 +0200 Subject: [PATCH 38/40] Use a gnome-srpm-macros macro [skip changelog] --- vte291.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vte291.spec b/vte291.spec index 791cdc4..71f2224 100644 --- a/vte291.spec +++ b/vte291.spec @@ -18,8 +18,6 @@ %bcond bundled_fast_float 0 %endif -%global major_minor_version %%(echo %%{version} | cut -d "." -f 1-2) - Name: vte291 Version: 0.84.0 Release: %autorelease @@ -29,7 +27,7 @@ Summary: GTK terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later AND MIT AND X11 AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/%{major_minor_version}/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/%{gnome_major_minor_version}/vte-%{version}.tar.xz BuildRequires: pkgconfig(fmt) >= %{fmt_version} BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} From 53df76d9fb27ca4e3727acfa5a4b17a406ede36a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:38:50 +0000 Subject: [PATCH 39/40] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild From 1c4e5b9266aa6ac71c630eaa7f2ac6c8f778100a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 3 Aug 2026 08:58:13 +0200 Subject: [PATCH 40/40] Update to 0.84.1 --- sources | 2 +- vte291.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources b/sources index 5d81e53..c00fd0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.84.0.tar.xz) = 76f26a46d55da107458682de82dc620aec5da3a89d813628c31764b2f06805435ee976e43326d792ca55c5db310da37667a6b8094bd12e6c09084d30b0332eb6 +SHA512 (vte-0.84.1.tar.xz) = 34ac77e712b12b62518a09122ce36c816e4c14a53b01be55f233c8749dd234b6b60a9ab47730e34be44fef1994364002a5f31a0af937e95ed1804752a8dd645e diff --git a/vte291.spec b/vte291.spec index 71f2224..de7241f 100644 --- a/vte291.spec +++ b/vte291.spec @@ -19,7 +19,7 @@ %endif Name: vte291 -Version: 0.84.0 +Version: 0.84.1 Release: %autorelease Summary: GTK terminal emulator library