Update to 0.53.1
This commit is contained in:
parent
118e893c9a
commit
bc841a7486
1
.gitignore
vendored
1
.gitignore
vendored
@ -115,3 +115,4 @@
|
|||||||
/vala-0.52.3.tar.xz
|
/vala-0.52.3.tar.xz
|
||||||
/vala-0.52.4.tar.xz
|
/vala-0.52.4.tar.xz
|
||||||
/vala-0.52.5.tar.xz
|
/vala-0.52.5.tar.xz
|
||||||
|
/vala-0.53.1.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.52.5.tar.xz) = 88522ab5d12a8fbf538ed6ca56a1f402f3749bdfcfc9cdee2ad7ebcf98ebcd606e976fded83f2d853ac32cbaf326d96d1d888a5c56d018389753ac43456fa82f
|
SHA512 (vala-0.53.1.tar.xz) = 0bd9406de473b5448d109309babb228e4af142a9fa2f7a76b4a971dd3802a598adf5e794d08e18cf91c6abd41b113c0c7ac0a737e4667b6c351de46e4462df04
|
||||||
|
@ -1,15 +1,15 @@
|
|||||||
%global api_ver 0.52
|
%global api_ver 0.54
|
||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.52.5
|
Version: 0.53.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
||||||
License: LGPLv2+ and BSD
|
License: LGPLv2+ and BSD
|
||||||
URL: https://wiki.gnome.org/Projects/Vala
|
URL: https://wiki.gnome.org/Projects/Vala
|
||||||
Source0: https://download.gnome.org/sources/vala/0.52/vala-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/vala/0.53/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -194,6 +194,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 23 2021 Kalev Lember <klember@redhat.com> - 0.53.1-1
|
||||||
|
- Update to 0.53.1
|
||||||
|
|
||||||
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 0.52.5-1
|
* Mon Aug 16 2021 Kalev Lember <klember@redhat.com> - 0.52.5-1
|
||||||
- Update to 0.52.5
|
- Update to 0.52.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user