From 464d4a7c63d848ef6ba3564353079d399886778a Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 5 Mar 2025 17:39:38 +0100 Subject: [PATCH 1/8] Update to 0.79.91 --- .gitignore | 1 + sources | 2 +- vte291.spec | 16 +++++++++------- 3 files changed, 11 insertions(+), 8 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 9b5a836..3434a9e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.79.0.tar.xz) = 866466883d171667638b6310059e1ed7d8f32fc53b388cbf1900087e472c79f325e7a55c3923a05c93871409938fdaf644d7d9602e65fc013e340f2c4bcc47be +SHA512 (vte-0.79.91.tar.xz) = ce916fde3dd85f9bd37696ed1f305b0f076806c75cd1f4006396d734b3cde241a9c3fb1ac14a8922ec505ab826d4a3d34fedce7c2f1ff6772c24c41b273791ac diff --git a/vte291.spec b/vte291.spec index 8648050..da9f58b 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.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,7 +179,10 @@ 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 +* Wed Mar 05 2025 nmontero - 0.79.91-1 +- Update to 0.79.91 + +* Wed Feb 12 2025 nmontero - 0.79.0-1 - Update to 0.79.0 * Sun Jan 19 2025 Fedora Release Engineering - 0.78.2-3 From 106262ca769b00592d32ce98a80fa91a24a887f1 Mon Sep 17 00:00:00 2001 From: nmontero Date: Wed, 19 Mar 2025 18:02:17 +0100 Subject: [PATCH 2/8] 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 da9f58b..fccc527 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 +* Wed Mar 19 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 5224376b4fb9496814ef6781971e3df3a80fdf97 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 14 Apr 2025 13:30:25 +0200 Subject: [PATCH 3/8] Update to 0.80.1 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 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 fccc527..ca654d9 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.0 +Version: 0.80.1 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -179,6 +179,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 + * Wed Mar 19 2025 nmontero - 0.80.0-1 - Update to 0.80.0 From 54e76a4098ede63dd917498723bfdf0eacc280e5 Mon Sep 17 00:00:00 2001 From: nmontero Date: Mon, 26 May 2025 10:07:42 +0200 Subject: [PATCH 4/8] 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 ca654d9..4fff9c6 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 @@ -179,6 +179,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 27cfe51700c0f1dc49c2c69c7a05f8f6c0d16a1b Mon Sep 17 00:00:00 2001 From: Michael Catanzaro Date: Fri, 6 Jun 2025 17:08:56 -0500 Subject: [PATCH 5/8] 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 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/vte291.spec b/vte291.spec index 4fff9c6..c9bccfb 100644 --- a/vte291.spec +++ b/vte291.spec @@ -12,7 +12,7 @@ Name: vte291 Version: 0.80.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -127,6 +127,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} @@ -138,8 +140,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 @@ -179,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Fri Jun 06 2025 Michael Catanzaro - 0.80.2-2 +- Delete user-visible desktop files + * Mon May 26 2025 nmontero - 0.80.2-1 - Update to 0.80.2 From e35ad729111a4ce403fe24a4c9923ed383cb39b7 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Wed, 9 Jul 2025 11:16:22 +0200 Subject: [PATCH 6/8] Update to 0.80.3 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2a8358a..8f27158 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ /vte-0.80.0.tar.xz /vte-0.80.1.tar.xz /vte-0.80.2.tar.xz +/vte-0.80.3.tar.xz diff --git a/sources b/sources index a8d6ce3..7949b37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.2.tar.xz) = 6ff5dc8971279b3cb035f0b70a2c13b06f97cea840e117c4fa0273ec491a00ed4475abc4b84e91b5536d85714b6f751092a2652027df477d746fe66f407a2de2 +SHA512 (vte-0.80.3.tar.xz) = ef4066c20fe28f301557e4659d2565adf029e600b74527284102234b762010a100d285f33ab93e3539fb70b41bc18b802fdda1a46e2fab241b90a5bd24bd0119 diff --git a/vte291.spec b/vte291.spec index c9bccfb..3c9f184 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,8 +11,8 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.2 -Release: 2%{?dist} +Version: 0.80.3 +Release: 1%{?dist} Summary: GTK terminal emulator library # libvte-2.91.so is generated from LGPLv2+ and MIT sources @@ -179,6 +179,9 @@ rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed Jul 09 2025 Milan Crha - 0.80.3-1 +- Update to 0.80.3 + * Fri Jun 06 2025 Michael Catanzaro - 0.80.2-2 - Delete user-visible desktop files From b28247448d8eaf247fc53ac5ccc4af566052b831 Mon Sep 17 00:00:00 2001 From: David King Date: Thu, 2 Oct 2025 16:27:38 +0100 Subject: [PATCH 7/8] Update to 0.80.4 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f27158..643dac4 100644 --- a/.gitignore +++ b/.gitignore @@ -114,3 +114,4 @@ /vte-0.80.1.tar.xz /vte-0.80.2.tar.xz /vte-0.80.3.tar.xz +/vte-0.80.4.tar.xz diff --git a/sources b/sources index 7949b37..f817260 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.3.tar.xz) = ef4066c20fe28f301557e4659d2565adf029e600b74527284102234b762010a100d285f33ab93e3539fb70b41bc18b802fdda1a46e2fab241b90a5bd24bd0119 +SHA512 (vte-0.80.4.tar.xz) = 02f76135236dc0bcfbf627614e26bdd24c217a0cc80f369399a67ff0cc2ca6cc12457e31c741c22e50e411db404648d70532b2b3d9d27de1a1941d353d037ae5 diff --git a/vte291.spec b/vte291.spec index 3c9f184..e1f12c6 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.3 +Version: 0.80.4 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -179,6 +179,9 @@ rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_sysconfdir}/profile.d/vte.sh %changelog +* Thu Oct 02 2025 David King - 0.80.4-1 +- Update to 0.80.4 + * Wed Jul 09 2025 Milan Crha - 0.80.3-1 - Update to 0.80.3 From e1c5f9a376d266b2e4a47b5d8b67b6df3e656bfb Mon Sep 17 00:00:00 2001 From: Barry Dunn Date: Fri, 23 Jan 2026 16:43:01 -0500 Subject: [PATCH 8/8] Update to 0.80.5 --- .gitignore | 1 + sources | 2 +- vte291.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 643dac4..ad5f44c 100644 --- a/.gitignore +++ b/.gitignore @@ -115,3 +115,4 @@ /vte-0.80.2.tar.xz /vte-0.80.3.tar.xz /vte-0.80.4.tar.xz +/vte-0.80.5.tar.xz diff --git a/sources b/sources index f817260..06e0ec1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.80.4.tar.xz) = 02f76135236dc0bcfbf627614e26bdd24c217a0cc80f369399a67ff0cc2ca6cc12457e31c741c22e50e411db404648d70532b2b3d9d27de1a1941d353d037ae5 +SHA512 (vte-0.80.5.tar.xz) = 31274fb9c05e13e1d236f95ccd5e10d8618932ab8564bf37b4f7ca860a55310d48598767effb43e4e0a797eac554f7aefee4dff38f066ce7f438882b2a8acfa5 diff --git a/vte291.spec b/vte291.spec index e1f12c6..8e87b78 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.80.4 +Version: 0.80.5 Release: 1%{?dist} Summary: GTK terminal emulator library @@ -179,6 +179,9 @@ rm %{buildroot}/%{_datadir}/applications/org.gnome.Vte.App.Gtk4.desktop %{_sysconfdir}/profile.d/vte.sh %changelog +* Fri Jan 23 2026 Barry Dunn - 0.80.5-1 +- Update to 0.80.5 + * Thu Oct 02 2025 David King - 0.80.4-1 - Update to 0.80.4