Update to 0.46.0
This commit is contained in:
parent
0bbe33ad07
commit
7ad8bbcf74
1
.gitignore
vendored
1
.gitignore
vendored
@ -85,3 +85,4 @@
|
||||
/vala-0.45.3.tar.xz
|
||||
/vala-0.45.90.tar.xz
|
||||
/vala-0.45.91.tar.xz
|
||||
/vala-0.46.0.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vala-0.45.91.tar.xz) = 7bddbd0d711b50154be6e6d3ebe0576c3ead0f533a0b177c3eb181555eb3d096353157cc490b49c9453686e765739283e30d3881652a9bfb82baeed9be4817b6
|
||||
SHA512 (vala-0.46.0.tar.xz) = d7d31926936251054b66c3e53df264bafd0ee56c4c2168bc77eea3308d80a0b5b250eb4cd3df31a4cbef8b1954a47ce70655629910e071bf5b46ada47aface2d
|
||||
|
@ -2,14 +2,14 @@
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.45.91
|
||||
Version: 0.46.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.45/vala-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vala/0.46/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -212,6 +212,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 05 2019 Kalev Lember <klember@redhat.com> - 0.46.0-1
|
||||
- Update to 0.46.0
|
||||
|
||||
* Mon Aug 19 2019 Kalev Lember <klember@redhat.com> - 0.45.91-1
|
||||
- Update to 0.45.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user