diff --git a/.gitignore b/.gitignore index 74d0493..069773c 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /vte-0.67.90.tar.xz /vte-0.68.0.tar.bz2 /vte-0.69.90.tar.xz +/vte-0.69.92.tar.bz2 diff --git a/sources b/sources index 1916811..6291f15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.69.90.tar.xz) = fc5506cc6c089c1dd7cd6917318b338e8f374340ac73046856f5dd0c2d99b6cc9654a8b578b1137766ed35a5352b7a4a2865639e63add7d845ab99c3b7d385e6 +SHA512 (vte-0.69.92.tar.bz2) = 363693a7698c8e1d9f61949b4568861e2b27f458d08d03ac7356154d5ee6721d3b3dfeb683d2e4c19fa6927a175041a351e2388aae753eeacfe4cd547e55ffb5 diff --git a/vte291-0.69.90-fix-toml-docdir.patch b/vte291-0.69.90-fix-toml-docdir.patch deleted file mode 100644 index 5b82ddc..0000000 --- a/vte291-0.69.90-fix-toml-docdir.patch +++ /dev/null @@ -1,35 +0,0 @@ -From 901558bf471299e483976770e062730f35c13414 Mon Sep 17 00:00:00 2001 -From: Jeremy Bicha -Date: Fri, 29 Jul 2022 22:23:50 +0200 -Subject: [PATCH] docs: Install toml file to subdir - -Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2570 ---- - doc/reference/meson.build | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/doc/reference/meson.build b/doc/reference/meson.build -index 3d98c7ae..beffb322 100644 ---- a/doc/reference/meson.build -+++ b/doc/reference/meson.build -@@ -32,7 +32,7 @@ if get_option('gtk3') - configuration: doc_conf, - input: 'vte-gtk3.toml.in', - install: true, -- install_dir: docdir, -+ install_dir: docdir / vte_gtk3_api_name, - output: vte_gtk3_api_name + '.toml', - ) - -@@ -67,7 +67,7 @@ if get_option('gtk4') - configuration: doc_conf, - input: 'vte-gtk4.toml.in', - install: true, -- install_dir: docdir, -+ install_dir: docdir / vte_gtk4_api_name, - output: vte_gtk4_api_name + '.toml', - ) - --- -GitLab - diff --git a/vte291.spec b/vte291.spec index 041fa8d..680b472 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.69.90 +Version: 0.69.92 Release: 1%{?dist} Summary: GTK+ 3 terminal emulator library @@ -19,15 +19,13 @@ Summary: GTK+ 3 terminal emulator library License: LGPLv3+ and MIT URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.69/vte-%{version}.tar.xz +Source0: https://gitlab.gnome.org/GNOME/vte/-/archive/%{version}/vte-%{version}.tar.bz2 # https://bugzilla.gnome.org/show_bug.cgi?id=711059 # https://bugzilla.redhat.com/show_bug.cgi?id=1103380 # https://pagure.io/fedora-workstation/issue/216 Patch0: vte291-cntnr-precmd-preexec-scroll.patch -Patch1: vte291-0.69.90-fix-toml-docdir.patch - BuildRequires: pkgconfig(fribidi) >= %{fribidi_version} BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version} @@ -181,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* 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