diff --git a/.gitignore b/.gitignore index 454d469..65e4575 100644 --- a/.gitignore +++ b/.gitignore @@ -111,3 +111,4 @@ /vala-0.48.13.tar.xz /vala-0.48.14.tar.xz /vala-0.48.15.tar.xz +/vala-0.52.2.tar.xz diff --git a/sources b/sources index 42065be..1f21939 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.48.15.tar.xz) = 624fef862a820c5ef1f94bb10f1c867c571fcb92a402f853a67a9ff3f6638473caf6b3dae87b220622a9d9070ac06d45fe5a1ea57380e142178e53c2eece3496 +SHA512 (vala-0.52.2.tar.xz) = c30b64f6899c53eb852128b95265ccec99d27a14388525829da1e5f5ff229c695a1e67b9e3bcc8fef751221c8923aa853bd2065ec0cfbc9b19d6c04007ed4110 diff --git a/vala.spec b/vala.spec index 9cddc09..bdb50b1 100644 --- a/vala.spec +++ b/vala.spec @@ -1,15 +1,15 @@ -%global api_ver 0.48 +%global api_ver 0.52 %global priority 90 Name: vala -Version: 0.48.15 +Version: 0.52.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.48/vala-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vala/0.52/vala-%{version}.tar.xz BuildRequires: bison BuildRequires: flex @@ -219,6 +219,9 @@ fi %changelog +* Tue Apr 13 2021 Kalev Lember - 0.52.2-1 +- Update to 0.52.2 + * Thu Mar 18 2021 Kalev Lember - 0.48.15-1 - Update to 0.48.15