Update to 0.17.0

This commit is contained in:
Michel Alexandre Salim 2012-05-04 12:36:42 +07:00
parent f76a6e4df1
commit c436aa6f17
3 changed files with 9 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/vala-0.16.0.tar.xz
/vala-0.17.0.tar.xz

View File

@ -1 +1 @@
84b742e9cca4c90fde3026c3793c03c1 vala-0.16.0.tar.xz
8775d5dd6c5b608a5581611afb901ed6 vala-0.17.0.tar.xz

View File

@ -1,8 +1,8 @@
%global api_ver 0.16
%global api_ver 0.18
Name: vala
Version: 0.16.0
Release: 3%{?dist}
Version: 0.17.0
Release: 1%{?dist}
Summary: A modern programming language for GNOME
Group: Development/Languages
@ -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.16/vala-%{version}.tar.xz
Source0: http://download.gnome.org/sources/vala/0.17/vala-%{version}.tar.xz
Source1: vala-mode.el
Source2: vala-init.el
Source3: emacs-vala-COPYING
@ -319,6 +319,9 @@ done
%changelog
* Thu May 3 2012 Michel Salim <salimma@fedoraproject.org> - 0.17.0-1
- Update to 0.17.0
* Fri Apr 6 2012 Michel Salim <salimma@fedoraproject.org> - 0.16.0-3
- Disable coverage analysis, build-time paths get hard-coded