Update to 0.74.0

This commit is contained in:
Kalev Lember 2023-09-20 00:01:30 +02:00
parent 83e045ed72
commit 44829b00d4
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
SHA512 (vte-0.73.93.tar.xz) = c9ad855876a85885d9d4a7a1a2b7f4e193e3473314c28a492b47778cf3f418864a50f677757760f602e603daa44fc143d645f082cfa65ab6302d11192c7e0abf
SHA512 (vte-0.74.0.tar.xz) = 4e33c0545641e553ec5b8b2fe0a953f1b4ee28e4e9598753eef3a4a72e7ee19bbae788cc31b7473ed14eb494eb5f5b32f186591339f213af194ce4b6b20b5929

View File

@ -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 <klember@redhat.com> - 0.74.0-1
- Update to 0.74.0
* Tue Aug 08 2023 Kalev Lember <klember@redhat.com> - 0.73.93-1
- Update to 0.73.93