diff --git a/.gitignore b/.gitignore index aeb49c5..3a78bf6 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /vala-0.29.2.tar.xz /vala-0.29.3.tar.xz /vala-0.30.0.tar.xz +/vala-0.31.1.tar.xz diff --git a/sources b/sources index fcced8e..926217f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -acfaac43a65cc20d80e08fe6c81c7663 vala-0.30.0.tar.xz +5114b9e0d6abb4054f8f9939d7aa7503 vala-0.31.1.tar.xz diff --git a/vala.spec b/vala.spec index 76aac18..953f318 100644 --- a/vala.spec +++ b/vala.spec @@ -2,8 +2,8 @@ %global priority 90 Name: vala -Version: 0.30.0 -Release: 2%{?dist} +Version: 0.31.1 +Release: 1%{?dist} Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD @@ -13,7 +13,7 @@ URL: http://live.gnome.org/Vala # note: do not use a macro for directory name # as it breaks Colin Walters' automatic build script # see https://bugzilla.redhat.com/show_bug.cgi?id=609292 -Source0: http://download.gnome.org/sources/vala/0.30/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.31/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -233,6 +233,9 @@ done %changelog +* Tue Feb 16 2016 Richard Hughes - 0.31.1-1 +- Update to 0.31.1 + * Fri Feb 05 2016 Fedora Release Engineering - 0.30.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild