diff --git a/.gitignore b/.gitignore index 63efb75..2f9eedf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index 229da36..c07e47c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.70.0.tar.xz) = 9058a844b68a16e9b3f7a5808e46b7adea0743063bee33a4d6239d42d2e6b2c26820254e3ac1615d00865e5a6dd71737fa6bd4ce604977a18fdafa7178303e99 +SHA512 (vte-0.70.1.tar.xz) = dd4ff3fd941d8adb761eea8b12b5b44c0ddab67681c8b28fb106096530906903cbf29c4a6f8a895e04232da3661c42b008c0c8f060410a54d22fd240741d6742 diff --git a/vte291.spec b/vte291.spec index 5b48967..430b0c6 100644 --- a/vte291.spec +++ b/vte291.spec @@ -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 - 0.70.1-1 +- Update to 0.70.1 + * Mon Sep 26 2022 David King - 0.70.0-2 - Fix GTK4 ABI padding (#2122922)