Update to 0.41.90
This commit is contained in:
parent
20976dd274
commit
6110806c8d
1
.gitignore
vendored
1
.gitignore
vendored
@ -63,3 +63,4 @@
|
||||
/vala-0.40.6.tar.xz
|
||||
/vala-0.40.7.tar.xz
|
||||
/vala-0.40.8.tar.xz
|
||||
/vala-0.41.90.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vala-0.40.8.tar.xz) = c8df97de8d5c65724d9a558d0cbd0b01ee7c1d77d0c96713040b510625b767f0d937e3fba05630a7d026a1b9e43f81ae080cb870a045abc112856f1ab22ce8df
|
||||
SHA512 (vala-0.41.90.tar.xz) = b06b491bba221eadf5e6bde1bb9c53cad6fab447d48af47abe08fc59236622397d0f45cb8eee8d2c1eea9eb866446d74c70fc73a48d2f873bfaeb039099066ab
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global api_ver 0.40
|
||||
%global api_ver 0.42
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.40.8
|
||||
Version: 0.41.90
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern programming language for GNOME
|
||||
|
||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
||||
License: LGPLv2+ and BSD
|
||||
URL: https://wiki.gnome.org/Projects/Vala
|
||||
Source0: https://download.gnome.org/sources/vala/0.40/vala-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vala/0.41/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -213,6 +213,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 06 2018 Kalev Lember <klember@redhat.com> - 0.41.90-1
|
||||
- Update to 0.41.90
|
||||
|
||||
* Wed Jul 25 2018 Kalev Lember <klember@redhat.com> - 0.40.8-1
|
||||
- Update to 0.40.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user