Update to 0.27.1

This commit is contained in:
Richard Hughes 2015-01-19 09:57:55 +00:00
parent da554ed8a8
commit d4e7e41c2e
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/vala-0.25.4.tar.xz
/vala-0.26.0.tar.xz
/vala-0.26.1.tar.xz
/vala-0.27.1.tar.xz

View File

@ -1 +1 @@
723a03b822d4cc47abc4019685970a3e vala-0.26.1.tar.xz
27302efb557d4a6bf634eb6444d90be8 vala-0.27.1.tar.xz

View File

@ -2,8 +2,8 @@
%global priority 90
Name: vala
Version: 0.26.1
Release: 2%{?dist}
Version: 0.27.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.26/vala-%{version}.tar.xz
Source0: http://download.gnome.org/sources/vala/0.27/vala-%{version}.tar.xz
Source1: vala-mode.el
Source2: vala-init.el
Source3: emacs-vala-COPYING
@ -278,6 +278,9 @@ done
%changelog
* Mon Jan 19 2015 Richard Hughes <rhughes@redhat.com> - 0.27.1-1
- Update to 0.27.1
* Sun Nov 16 2014 Kalev Lember <kalevlember@gmail.com> - 0.26.1-2
- Obsolete compat-vala022 from rhughes-f20-gnome-3-12 copr