diff --git a/.gitignore b/.gitignore index b29ef41..37aa25f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 6d11e23..86af47e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.56.0.tar.xz) = f366ed4a28a896ba919184b50a55ee110eae43127847f34c049684bcb9b81327d1b72e9d871b2a5b7f7fa12f3f4aa721ac3d770770b600dca9c433cb2c674915 +SHA512 (vte-0.56.1.tar.xz) = 74a6404d4e8f13e8b006c59e8cd63e660407ef217c1f80bfd7d0b72c395411558929760c1d98eea9ecb9010df725506c31c953b23e541c03f4a8a93e78066436 diff --git a/vte291.spec b/vte291.spec index 39a155a..e7b3790 100644 --- a/vte291.spec +++ b/vte291.spec @@ -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 - 0.56.1-1 +- Update to 0.56.1 + * Tue Apr 02 2019 Debarshi Ray - 0.56.0-2 - Add signals proxying an interactive shell's precmd and preexec hooks.