diff --git a/.gitignore b/.gitignore index 8dd4aac..b6fc37f 100644 --- a/.gitignore +++ b/.gitignore @@ -91,3 +91,4 @@ /vte-0.71.99.tar.xz /vte-0.72.0.tar.bz2 /vte-0.72.0.tar.xz +/vte-0.72.1.tar.bz2 diff --git a/sources b/sources index c63a6c3..f0ec00b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.72.0.tar.xz) = df6713b260491e55c6c9f92842d62020711d77c81ee67f41f79182e436f83c588e8fb87b6d2d07e33ba561f6544274cae895a9d5a0977fcbf48bece55579a42f +SHA512 (vte-0.72.1.tar.bz2) = a5655d2d2602183cbda1050003d7cf883e427c8e00976af4ee2685f43530d87169e31a3b9597133d14dffdc95f20f9ca1488186d8463997a2672510f5a95d145 diff --git a/vte291.spec b/vte291.spec index 7097c27..430d1ff 100644 --- a/vte291.spec +++ b/vte291.spec @@ -11,7 +11,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.72.0 +Version: 0.72.1 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.72/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 @@ -179,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* 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)