0.15
This commit is contained in:
parent
1c689b76d4
commit
b766ffcdf7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
|||||||
/vala-0.13.3.tar.xz
|
/vala-0.13.3.tar.xz
|
||||||
/vala-0.13.4.tar.xz
|
/vala-0.13.4.tar.xz
|
||||||
/vala-0.14.0.tar.xz
|
/vala-0.14.0.tar.xz
|
||||||
|
/vala-0.15.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
c3791b1a667ee980fc91a9a662f617ba vala-0.14.0.tar.xz
|
2bffc49985cc790f0a9522b159ef935b vala-0.15.0.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%global api_ver 0.14
|
%global api_ver 0.15
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.14.0
|
Version: 0.15.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
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
|
# note: do not use a macro for directory name
|
||||||
# as it breaks Colin Walters' automatic build script
|
# as it breaks Colin Walters' automatic build script
|
||||||
# see https://bugzilla.redhat.com/show_bug.cgi?id=609292
|
# see https://bugzilla.redhat.com/show_bug.cgi?id=609292
|
||||||
Source0: http://download.gnome.org/sources/vala/0.14/vala-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/vala/0.15/vala-%{version}.tar.xz
|
||||||
Source1: vala-mode.el
|
Source1: vala-mode.el
|
||||||
Source2: vala-init.el
|
Source2: vala-init.el
|
||||||
Source3: emacs-vala-COPYING
|
Source3: emacs-vala-COPYING
|
||||||
@ -232,6 +232,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 23 2011 Matthias Clasen <mclasen@redhat.com> - 0.15.0-1
|
||||||
|
- Update to 0.15.0
|
||||||
|
|
||||||
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
|
* Tue Sep 20 2011 Matthias Clasen <mclasen@redhat.com> - 0.14.0-1
|
||||||
- Update to 0.14.0
|
- Update to 0.14.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user