Update to 0.72.2
This commit is contained in:
parent
3a1f2a7247
commit
d8b290cd12
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vte-0.72.1.tar.bz2) = a5655d2d2602183cbda1050003d7cf883e427c8e00976af4ee2685f43530d87169e31a3b9597133d14dffdc95f20f9ca1488186d8463997a2672510f5a95d145
|
||||
SHA512 (vte-0.72.2.tar.xz) = 40562ca7c925d9b1f6937d5aceb1d0d8852339d3455569aaf92a684fe7c785f0c4023dbbc0f6f60ceb17a5e70ca41587ae0bd153bdc2d3cb27951f8b20598f44
|
||||
|
||||
@ -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 <klember@redhat.com> - 0.72.2-1
|
||||
- Update to 0.72.2
|
||||
|
||||
* Sun Apr 16 2023 David King <amigadave@amigadave.com> - 0.72.1-1
|
||||
- Update to 0.72.1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user