diff --git a/.gitignore b/.gitignore index c0125e2..e1eff67 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /vala-0.26.0.tar.xz /vala-0.26.1.tar.xz /vala-0.27.1.tar.xz +/vala-0.27.2.tar.xz diff --git a/sources b/sources index 1d352ac..ee73805 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -27302efb557d4a6bf634eb6444d90be8 vala-0.27.1.tar.xz +cd869835f3f3658a7a654c90841580b3 vala-0.27.2.tar.xz diff --git a/vala.spec b/vala.spec index 364efb3..1700c98 100644 --- a/vala.spec +++ b/vala.spec @@ -2,8 +2,8 @@ %global priority 90 Name: vala -Version: 0.27.1 -Release: 2%{?dist} +Version: 0.27.2 +Release: 1%{?dist} Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD @@ -230,6 +230,9 @@ done %changelog +* Wed Mar 18 2015 Kalev Lember - 0.27.2-1 +- Update to 0.27.2 + * Sat Feb 21 2015 Kalev Lember - 0.27.1-2 - Drop emacs bindings that no longer build