Update to 0.20.0

This commit is contained in:
Kalev Lember 2013-03-26 19:46:39 +01:00
parent 5977f58807
commit fccf65273d
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/vala-0.18.1.tar.xz
/vala-0.19.0.tar.xz
/vala-0.20.0.tar.xz

View File

@ -1 +1 @@
928821c5dad4674043fc6f052e874c8d vala-0.19.0.tar.xz
9e4a9dee52f555758316887d51143081 vala-0.20.0.tar.xz

View File

@ -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 <kalevlember@gmail.com> - 0.20.0-1
- Update to 0.20.0
* Thu Feb 28 2013 Colin Walters <walters@verbum.org> - 0.19.0-2
- Ensure tools pull in gobject-introspection-devel, since vapigen
needs .gir files.