Update to 0.52.2

This commit is contained in:
Kalev Lember 2021-04-13 12:02:39 +02:00
parent e8b418ceea
commit 943fc35216
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -111,3 +111,4 @@
/vala-0.48.13.tar.xz /vala-0.48.13.tar.xz
/vala-0.48.14.tar.xz /vala-0.48.14.tar.xz
/vala-0.48.15.tar.xz /vala-0.48.15.tar.xz
/vala-0.52.2.tar.xz

View File

@ -1 +1 @@
SHA512 (vala-0.48.15.tar.xz) = 624fef862a820c5ef1f94bb10f1c867c571fcb92a402f853a67a9ff3f6638473caf6b3dae87b220622a9d9070ac06d45fe5a1ea57380e142178e53c2eece3496 SHA512 (vala-0.52.2.tar.xz) = c30b64f6899c53eb852128b95265ccec99d27a14388525829da1e5f5ff229c695a1e67b9e3bcc8fef751221c8923aa853bd2065ec0cfbc9b19d6c04007ed4110

View File

@ -1,15 +1,15 @@
%global api_ver 0.48 %global api_ver 0.52
%global priority 90 %global priority 90
Name: vala Name: vala
Version: 0.48.15 Version: 0.52.2
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.48/vala-%{version}.tar.xz Source0: https://download.gnome.org/sources/vala/0.52/vala-%{version}.tar.xz
BuildRequires: bison BuildRequires: bison
BuildRequires: flex BuildRequires: flex
@ -219,6 +219,9 @@ fi
%changelog %changelog
* Tue Apr 13 2021 Kalev Lember <klember@redhat.com> - 0.52.2-1
- Update to 0.52.2
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 0.48.15-1 * Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 0.48.15-1
- Update to 0.48.15 - Update to 0.48.15