diff --git a/.gitignore b/.gitignore index cec18a2..9f13573 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /vte-0.58.0.tar.xz /vte-0.58.1.tar.xz /vte-0.58.2.tar.xz +/vte-0.58.3.tar.xz diff --git a/sources b/sources index ae8ca90..401de7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vte-0.58.2.tar.xz) = 29b1855cd38c5c0b83ab92f3419053bedf3ffb423e6b3e2b7edb960fd425dc7010dbac884c8e1630e1be8b27188e2de65831f8deb83e2781aabe8478349cd7e4 +SHA512 (vte-0.58.3.tar.xz) = b0a38eb1cd7d923b0431af943dbdb89932833f9a2b0b8fc1fa9ee728c87418c1f5a424b2ccee661721093a80c569f3b41c721b0ba2302ba0c3a42d4c5e31aa9a diff --git a/vte291.spec b/vte291.spec index bae54a3..267ad7c 100644 --- a/vte291.spec +++ b/vte291.spec @@ -8,7 +8,7 @@ %global pcre2_version 10.21 Name: vte291 -Version: 0.58.2 +Version: 0.58.3 Release: 1%{?dist} Summary: Terminal emulator library @@ -78,6 +78,10 @@ emulator library. %patch100 -p1 -b .cntnr-precmd-preexec-scroll %build +# Avoid overriding vte's own -fno-exceptions +# https://gitlab.gnome.org/GNOME/gnome-build-meta/issues/207 +%global optflags %(echo %{optflags} | sed 's/-fexceptions //') + %meson --buildtype=plain -Ddocs=true %meson_build @@ -105,6 +109,10 @@ emulator library. %{_sysconfdir}/profile.d/vte.sh %changelog +* Wed Nov 27 2019 Kalev Lember - 0.58.3-1 +- Update to 0.58.3 +- Avoid overriding vte's own -fno-exceptions + * Mon Oct 14 2019 Kalev Lember - 0.58.2-1 - Update to 0.58.2