Update to 0.56.1

This commit is contained in:
Kalev Lember 2019-04-09 11:28:37 +02:00
parent 53d075dcbb
commit 3f4ccc66c7
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -49,3 +49,4 @@
/vte-0.55.90.tar.xz
/vte-0.55.92.tar.xz
/vte-0.56.0.tar.xz
/vte-0.56.1.tar.xz

View File

@ -1 +1 @@
SHA512 (vte-0.56.0.tar.xz) = f366ed4a28a896ba919184b50a55ee110eae43127847f34c049684bcb9b81327d1b72e9d871b2a5b7f7fa12f3f4aa721ac3d770770b600dca9c433cb2c674915
SHA512 (vte-0.56.1.tar.xz) = 74a6404d4e8f13e8b006c59e8cd63e660407ef217c1f80bfd7d0b72c395411558929760c1d98eea9ecb9010df725506c31c953b23e541c03f4a8a93e78066436

View File

@ -5,8 +5,8 @@
%global pcre2_version 10.21
Name: vte291
Version: 0.56.0
Release: 2%{?dist}
Version: 0.56.1
Release: 1%{?dist}
Summary: Terminal emulator library
License: LGPLv2+
@ -103,6 +103,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
%{_sysconfdir}/profile.d/vte.sh
%changelog
* Tue Apr 09 2019 Kalev Lember <klember@redhat.com> - 0.56.1-1
- Update to 0.56.1
* Tue Apr 02 2019 Debarshi Ray <rishi@fedoraproject.org> - 0.56.0-2
- Add signals proxying an interactive shell's precmd and preexec hooks.