Update to 0.52.2
This commit is contained in:
parent
e8b418ceea
commit
943fc35216
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.48.15.tar.xz) = 624fef862a820c5ef1f94bb10f1c867c571fcb92a402f853a67a9ff3f6638473caf6b3dae87b220622a9d9070ac06d45fe5a1ea57380e142178e53c2eece3496
|
SHA512 (vala-0.52.2.tar.xz) = c30b64f6899c53eb852128b95265ccec99d27a14388525829da1e5f5ff229c695a1e67b9e3bcc8fef751221c8923aa853bd2065ec0cfbc9b19d6c04007ed4110
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user