Update to 0.40.0
This commit is contained in:
parent
59d7c37d1d
commit
ded853cd23
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@
|
||||
/vala-0.39.6.tar.xz
|
||||
/vala-0.39.7.tar.xz
|
||||
/vala-0.39.92.tar.xz
|
||||
/vala-0.40.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vala-0.39.92.tar.xz) = 165deaf1ca74c7647363b20dc6c9394fe808af6770a69e09c4268a06e2dfa41b8ab042eec4d5336c83e154b6099659607d30ccfde5f413ed6a2a39591f8a0ce4
|
||||
SHA512 (vala-0.40.0.tar.xz) = 8387935c0fecd3e7f29ea3d6343a72dfb4dc56d2ee2bad1f332e057e1de2ce3aea2889db771acdea8d03cd2df3e0c9a59967b30c7dcf9384704ce6668aa520b8
|
||||
|
@ -2,14 +2,14 @@
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.39.92
|
||||
Version: 0.40.0
|
||||
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.39/vala-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vala/0.40/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -213,6 +213,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun Mar 11 2018 Kalev Lember <klember@redhat.com> - 0.40.0-1
|
||||
- Update to 0.40.0
|
||||
|
||||
* Fri Mar 02 2018 Kalev Lember <klember@redhat.com> - 0.39.92-1
|
||||
- Update to 0.39.92
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user