Update to 0.74.0
This commit is contained in:
parent
83e045ed72
commit
44829b00d4
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vte-0.73.93.tar.xz) = c9ad855876a85885d9d4a7a1a2b7f4e193e3473314c28a492b47778cf3f418864a50f677757760f602e603daa44fc143d645f082cfa65ab6302d11192c7e0abf
|
||||
SHA512 (vte-0.74.0.tar.xz) = 4e33c0545641e553ec5b8b2fe0a953f1b4ee28e4e9598753eef3a4a72e7ee19bbae788cc31b7473ed14eb494eb5f5b32f186591339f213af194ce4b6b20b5929
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user