Update to 0.39.2
This commit is contained in:
parent
d3b1e08e7b
commit
87490029a9
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
||||
/vala-0.38.2.tar.xz
|
||||
/vala-0.38.3.tar.xz
|
||||
/vala-0.38.4.tar.xz
|
||||
/vala-0.39.2.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vala-0.38.4.tar.xz) = 3015ae0abd8439e65948df1b360f8efae19ee0a1e1d63e2942f31e2bc06defa8bf91af86cefb26786d5ed9c1916e129640e41197d8897a3233e06e49935a8847
|
||||
SHA512 (vala-0.39.2.tar.xz) = bd99788719dc6a3bf81249fe731020a0aa2a576d3697907075f3975c82b17d20caa5dacdf69a3a8dfe9f1968d0a6006baa046f905ce5dfb17caf07b607365957
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global api_ver 0.38
|
||||
%global api_ver 0.40
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.38.4
|
||||
Version: 0.39.2
|
||||
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.38/vala-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vala/0.39/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -217,6 +217,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 20 2017 Kalev Lember <klember@redhat.com> - 0.39.2-1
|
||||
- Update to 0.39.2
|
||||
|
||||
* Mon Dec 11 2017 Kalev Lember <klember@redhat.com> - 0.38.4-1
|
||||
- Update to 0.38.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user