From 44471338e05d8d8423ac6f0fdc9af353fef3285e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jun 04 2020 08:21:57 +0000 Subject: Update to 0.60.3 --- diff --git a/.gitignore b/.gitignore index b990801..40fdae6 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /vte-0.60.0.tar.xz /vte-0.60.1.tar.xz /vte-0.60.2.tar.xz +/vte-0.60.3.tar.xz diff --git a/sources b/sources index 5550e9a..a2dc3c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.60.2.tar.xz) = 801ac727cab33d2c3f4ba4d86bf7f19a82628acd2739196f24c85d038ba6bcc6a67239aac09141b8e0119a67f199ff8a8c653641a8e9aea1e8ab68bfd16017db +SHA512 (vte-0.60.3.tar.xz) = 3694fe711e0b3eb9d6ba37ad8036f5d3cca4265635ed7afcde750a8445b17f820d1c55b557d0ea1c8a5a45e5408915d8da2ffd65b4d397c6582f288812ae1f18 diff --git a/vte291.spec b/vte291.spec index 517a0e9..1a19b62 100644 --- a/vte291.spec +++ b/vte291.spec @@ -10,8 +10,8 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.60.2 -Release: 2%{?dist} +Version: 0.60.3 +Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ @@ -124,6 +124,9 @@ sed -i -e "/^vte_systemduserunitdir =/s|vte_prefix|'/usr'|" meson.build %{_sysconfdir}/profile.d/vte.sh %changelog +* Thu Jun 04 2020 Kalev Lember - 0.60.3-1 +- Update to 0.60.3 + * Sat May 16 2020 Pete Walter - 0.60.2-2 - Rebuild for ICU 67