diff --git a/.gitignore b/.gitignore index 932cc55..d2bc477 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vala-0.18.1.tar.xz /vala-0.19.0.tar.xz +/vala-0.20.0.tar.xz diff --git a/sources b/sources index ababc0b..a8dc7cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -928821c5dad4674043fc6f052e874c8d vala-0.19.0.tar.xz +9e4a9dee52f555758316887d51143081 vala-0.20.0.tar.xz diff --git a/vala.spec b/vala.spec index 002f880..4f911b3 100644 --- a/vala.spec +++ b/vala.spec @@ -2,8 +2,8 @@ %global priority 90 Name: vala -Version: 0.19.0 -Release: 2%{?dist} +Version: 0.20.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.19/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.20/vala-%{version}.tar.xz Source1: vala-mode.el Source2: vala-init.el Source3: emacs-vala-COPYING @@ -274,6 +274,9 @@ done %changelog +* Tue Mar 26 2013 Kalev Lember - 0.20.0-1 +- Update to 0.20.0 + * Thu Feb 28 2013 Colin Walters - 0.19.0-2 - Ensure tools pull in gobject-introspection-devel, since vapigen needs .gir files.