Update to 0.47.3
This commit is contained in:
parent
182f1b1d5b
commit
160386426c
1
.gitignore
vendored
1
.gitignore
vendored
@ -91,3 +91,4 @@
|
||||
/vala-0.46.3.tar.xz
|
||||
/vala-0.46.4.tar.xz
|
||||
/vala-0.46.5.tar.xz
|
||||
/vala-0.47.3.tar.xz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (vala-0.46.5.tar.xz) = eb1763d9c4bfe74441640f7228d44ff7cfd9a379b24b8aa906bc59be4514b319598ffee616d3de1db101134bb163715f33dd1d7a0a10ec03246c7ccf62a4778b
|
||||
SHA512 (vala-0.47.3.tar.xz) = 51343d60d721f14ee298fe461182a19c3cf333128683154a92759ac2def5a9f5906f5a8435617985752310ff8f9a7a7131d391de54582fbcf097e30ce385d761
|
||||
|
@ -1,15 +1,15 @@
|
||||
%global api_ver 0.46
|
||||
%global api_ver 0.48
|
||||
%global priority 90
|
||||
|
||||
Name: vala
|
||||
Version: 0.46.5
|
||||
Version: 0.47.3
|
||||
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.46/vala-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/vala/0.47/vala-%{version}.tar.xz
|
||||
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
@ -212,6 +212,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jan 24 2020 Kalev Lember <klember@redhat.com> - 0.47.3-1
|
||||
- Update to 0.47.3
|
||||
|
||||
* Mon Nov 18 2019 Kalev Lember <klember@redhat.com> - 0.46.5-1
|
||||
- Update to 0.46.5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user