diff --git a/.gitignore b/.gitignore index 468605b..f5b6d89 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /vala-0.32.1.tar.xz /vala-0.33.1.tar.xz /vala-0.34.0.tar.xz +/vala-0.34.1.tar.xz diff --git a/sources b/sources index 253b2ef..79eccfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -007bac576467e2e6aae786a5597e102b vala-0.34.0.tar.xz +4c04e73025127e3ae43b968149c96329 vala-0.34.1.tar.xz diff --git a/vala.spec b/vala.spec index ed71944..2c7ece9 100644 --- a/vala.spec +++ b/vala.spec @@ -2,8 +2,8 @@ %global priority 90 Name: vala -Version: 0.34.0 -Release: 4%{?dist} +Version: 0.34.1 +Release: 1%{?dist} Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD @@ -181,6 +181,9 @@ done %changelog +* Sun Oct 09 2016 Kalev Lember - 0.34.1-1 +- Update to 0.34.1 + * Wed Sep 28 2016 Kalev Lember - 0.34.0-4 - Make scriptlets failsafe (#1247971)