diff --git a/.gitignore b/.gitignore index 6f02161..100e62a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /vala-0.15.1.tar.xz +/vala-0.15.2.tar.xz diff --git a/sources b/sources index 908c0fd..abee6a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -639c8a85e184647a2c912a4f6ac28ed1 vala-0.15.1.tar.xz +773562e7ba7bc0b40d87b7ad2db72443 vala-0.15.2.tar.xz diff --git a/vala.spec b/vala.spec index a54bd94..9e81f34 100644 --- a/vala.spec +++ b/vala.spec @@ -1,8 +1,8 @@ %global api_ver 0.16 Name: vala -Version: 0.15.1 -Release: 3%{?dist} +Version: 0.15.2 +Release: 1%{?dist} Summary: A modern programming language for GNOME Group: Development/Languages @@ -309,6 +309,9 @@ fi %changelog +* Wed Mar 21 2012 Richard Hughes - 0.15.2-1 +- Update to 0.15.2 + * Mon Feb 6 2012 Michel Salim - 0.15.1-3 - Enable coverage analysis - Drop redundant --enable-vapigen, it's now the default