Update to 0.70.1

This commit is contained in:
David King 2022-10-28 08:38:30 +01:00
parent e2e2f15eb6
commit 8ab9519d87
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -85,3 +85,4 @@
/vte-0.69.90.tar.xz
/vte-0.69.92.tar.bz2
/vte-0.70.0.tar.xz
/vte-0.70.1.tar.xz

View File

@ -1 +1 @@
SHA512 (vte-0.70.0.tar.xz) = 9058a844b68a16e9b3f7a5808e46b7adea0743063bee33a4d6239d42d2e6b2c26820254e3ac1615d00865e5a6dd71737fa6bd4ce604977a18fdafa7178303e99
SHA512 (vte-0.70.1.tar.xz) = dd4ff3fd941d8adb761eea8b12b5b44c0ddab67681c8b28fb106096530906903cbf29c4a6f8a895e04232da3661c42b008c0c8f060410a54d22fd240741d6742

View File

@ -11,8 +11,8 @@
%global pcre2_version 10.21
Name: vte291
Version: 0.70.0
Release: 2%{?dist}
Version: 0.70.1
Release: 1%{?dist}
Summary: GTK+ 3 terminal emulator library
# libvte-2.91.so is generated from LGPLv2+ and MIT sources
@ -179,6 +179,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build
%{_sysconfdir}/profile.d/vte.sh
%changelog
* Fri Oct 28 2022 David King <amigadave@amigadave.com> - 0.70.1-1
- Update to 0.70.1
* Mon Sep 26 2022 David King <amigadave@amigadave.com> - 0.70.0-2
- Fix GTK4 ABI padding (#2122922)