From 44829b00d41e3097d1a44910d4d49c659555e777 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 20 Sep 2023 00:01:30 +0200 Subject: [PATCH] Update to 0.74.0 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 680435d..1af4d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /vte-0.72.1.tar.bz2 /vte-0.72.2.tar.xz /vte-0.73.93.tar.xz +/vte-0.74.0.tar.xz diff --git a/sources b/sources index c86570e..c1ed96e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.73.93.tar.xz) = c9ad855876a85885d9d4a7a1a2b7f4e193e3473314c28a492b47778cf3f418864a50f677757760f602e603daa44fc143d645f082cfa65ab6302d11192c7e0abf +SHA512 (vte-0.74.0.tar.xz) = 4e33c0545641e553ec5b8b2fe0a953f1b4ee28e4e9598753eef3a4a72e7ee19bbae788cc31b7473ed14eb494eb5f5b32f186591339f213af194ce4b6b20b5929 diff --git a/vte291.spec b/vte291.spec index 00c4307..e2dfa06 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.73.93 +Version: 0.74.0 Release: 1%{?dist} Summary: GTK+ 3 terminal emulator library @@ -19,7 +19,7 @@ Summary: GTK+ 3 terminal emulator library License: GPL-3.0-or-later AND LGPL-3.0-or-later and MIT-open-group AND CC-BY-4.0 URL: https://wiki.gnome.org/Apps/Terminal/VTE -Source0: https://download.gnome.org/sources/vte/0.73/vte-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vte/0.74/vte-%{version}.tar.xz # https://bugzilla.gnome.org/show_bug.cgi?id=711059 # https://bugzilla.redhat.com/show_bug.cgi?id=1103380 @@ -179,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* 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