diff --git a/.gitignore b/.gitignore index 9d8c6d3..3361e1f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /vala-0.23.1.tar.xz /vala-0.23.2.tar.xz /vala-0.23.3.tar.xz +/vala-0.24.0.tar.xz diff --git a/sources b/sources index 5289fa1..77e2f2c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -12915eafec385d550f97ae8e745840ea vala-0.23.3.tar.xz +beddeff9c06d3c278988b237da0e7401 vala-0.24.0.tar.xz diff --git a/vala.spec b/vala.spec index 6734f15..b609290 100644 --- a/vala.spec +++ b/vala.spec @@ -2,8 +2,8 @@ %global priority 90 Name: vala -Version: 0.23.3 -Release: 2%{?dist} +Version: 0.24.0 +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.23/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.24/vala-%{version}.tar.xz Source1: vala-mode.el Source2: vala-init.el Source3: emacs-vala-COPYING @@ -274,6 +274,9 @@ done %changelog +* Mon Mar 24 2014 Richard Hughes - 0.24.0-1 +- Update to 0.24.0 + * Thu Feb 20 2014 Kalev Lember - 0.23.3-2 - Move Makefile.vapigen to the -tools subpackage (#1030543) - Don't ship huge ChangeLog file