From d8b290cd128c42b59fc615aab47154c79b913906 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 7 Jun 2023 14:59:55 +0200 Subject: [PATCH] Update to 0.72.2 --- .gitignore | 1 + sources | 2 +- vte291.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b6fc37f..3e328bf 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,4 @@ /vte-0.72.0.tar.bz2 /vte-0.72.0.tar.xz /vte-0.72.1.tar.bz2 +/vte-0.72.2.tar.xz diff --git a/sources b/sources index f0ec00b..d2b0b8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.72.1.tar.bz2) = a5655d2d2602183cbda1050003d7cf883e427c8e00976af4ee2685f43530d87169e31a3b9597133d14dffdc95f20f9ca1488186d8463997a2672510f5a95d145 +SHA512 (vte-0.72.2.tar.xz) = 40562ca7c925d9b1f6937d5aceb1d0d8852339d3455569aaf92a684fe7c785f0c4023dbbc0f6f60ceb17a5e70ca41587ae0bd153bdc2d3cb27951f8b20598f44 diff --git a/vte291.spec b/vte291.spec index 430d1ff..90e7b35 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.72.1 +Version: 0.72.2 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://gitlab.gnome.org/GNOME/vte/-/archive/%{version}/vte-%{version}.tar.bz2 +Source0: https://download.gnome.org/sources/vte/0.72/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 +* 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