Update to 0.29.1
This commit is contained in:
parent
959d5e9107
commit
69e0877b95
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/vala-0.27.1.tar.xz
|
||||
/vala-0.27.2.tar.xz
|
||||
/vala-0.28.0.tar.xz
|
||||
/vala-0.29.1.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
8d4ceac3451a0d5497e7be38e5e4c2ad vala-0.28.0.tar.xz
|
||||
634858cdb8d7a7b5fbb54ed5c54eb189 vala-0.29.1.tar.xz
|
||||
|
11
vala.spec
11
vala.spec
@ -1,9 +1,9 @@
|
||||
%global api_ver 0.28
|
||||
%global api_ver 0.30
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.28.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.29.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.28/vala-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/vala/0.29/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -233,6 +233,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed May 27 2015 Kalev Lember <kalevlember@gmail.com> - 0.29.1-1
|
||||
- Update to 0.29.1
|
||||
|
||||
* Mon May 25 2015 Kalev Lember <kalevlember@gmail.com> - 0.28.0-2
|
||||
- Add a vala(api) virtual provide that xfce-vala can depend on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user