Update to 0.21.1
This commit is contained in:
parent
c889535680
commit
1479635cc6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/vala-0.18.1.tar.xz
|
/vala-0.18.1.tar.xz
|
||||||
/vala-0.20.1.tar.xz
|
/vala-0.20.1.tar.xz
|
||||||
|
/vala-0.21.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
f285a90af17c400e5a4bcecb2b9c318a vala-0.20.1.tar.xz
|
4cfb9702657b0d4f7815a3c46b513ab0 vala-0.21.1.tar.xz
|
||||||
|
11
vala.spec
11
vala.spec
@ -1,9 +1,9 @@
|
|||||||
%global api_ver 0.20
|
%global api_ver 0.22
|
||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.20.1
|
Version: 0.21.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
# 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
|
# 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.20/vala-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/vala/0.21/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
|
||||||
@ -274,6 +274,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 19 2013 Kalev Lember <kalevlember@gmail.com> - 0.21.1-1
|
||||||
|
- Update to 0.21.1
|
||||||
|
|
||||||
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20.1-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user