Update to 0.62.2

This commit is contained in:
Kalev Lember 2021-01-25 12:10:00 +01:00
parent de28387421
commit 7fcaeb2578
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -70,3 +70,4 @@
/vte-0.61.91.tar.xz
/vte-0.62.0.tar.xz
/vte-0.62.1.tar.xz
/vte-0.62.2.tar.xz

View File

@ -1 +1 @@
SHA512 (vte-0.62.1.tar.xz) = 2f8f76953e0ea6c604357ab08630d3822a252051d8997cf7714553fec1688735468726bfd74e03f122dd1c8d0717e511ec7ec1e5463a086bd407afc6f7df91cf
SHA512 (vte-0.62.2.tar.xz) = 61ea130d43d60531dcaa8bddfecacfd4a934a2e868da69b598fad0a2feb04885fc0b5dd520dac4b0d3a4daf11ea70c5357066ed15759e36436346dae498e8ef8

View File

@ -10,8 +10,8 @@
%global pcre2_version 10.21
Name: vte291
Version: 0.62.1
Release: 3%{?dist}
Version: 0.62.2
Release: 1%{?dist}
Summary: Terminal emulator library
License: LGPLv2+
@ -120,6 +120,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%{_sysconfdir}/profile.d/vte.sh
%changelog
* Mon Jan 25 2021 Kalev Lember <klember@redhat.com> - 0.62.2-1
- Update to 0.62.2
* Wed Dec 16 2020 Debarshi Ray <rishi@fedoraproject.org> - 0.62.1-3
- Accommodate 'sudo toolbox' when tracking the active container