Update to 0.22.0
This commit is contained in:
parent
02b572eec2
commit
24c8db0221
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/vala-0.20.1.tar.xz
|
||||
/vala-0.21.1.tar.xz
|
||||
/vala-0.21.2.tar.xz
|
||||
/vala-0.22.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
27827f7788acecfa668cec5871b353a3 vala-0.21.2.tar.xz
|
||||
a2a98f00efcc97a589d4b960544ed55c vala-0.22.0.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.21.2
|
||||
Version: 0.22.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern programming language for GNOME
|
||||
|
||||
@ -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.21/vala-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/vala/0.22/vala-%{version}.tar.xz
|
||||
Source1: vala-mode.el
|
||||
Source2: vala-init.el
|
||||
Source3: emacs-vala-COPYING
|
||||
@ -274,6 +274,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
|
||||
- Update to 0.22.0
|
||||
|
||||
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.2-1
|
||||
- Update to 0.21.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user