Update to 0.42.0
This commit is contained in:
parent
faf22eba86
commit
c504e2ede7
1
.gitignore
vendored
1
.gitignore
vendored
@ -65,3 +65,4 @@
|
|||||||
/vala-0.40.8.tar.xz
|
/vala-0.40.8.tar.xz
|
||||||
/vala-0.41.90.tar.xz
|
/vala-0.41.90.tar.xz
|
||||||
/vala-0.41.91.tar.xz
|
/vala-0.41.91.tar.xz
|
||||||
|
/vala-0.42.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.41.91.tar.xz) = 1847b23fd596887a3dd79c9b01952bde1a101bdb9d20b5b757f4f11567ff0703b6792cdf9ff1d22fa5f2b2654e7d05e81af2102a7973516665e1477f2122780f
|
SHA512 (vala-0.42.0.tar.xz) = 3f87834a83035d60d0714996d4762927a6baced250e062ea1b0f029cc2fb07581e866afa049a412bebb35861d6773c439b58e34ab91524a35238b48b02fe2be1
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.41.91
|
Version: 0.42.0
|
||||||
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.41/vala-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/vala/0.42/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -213,6 +213,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 0.42.0-1
|
||||||
|
- Update to 0.42.0
|
||||||
|
|
||||||
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 0.41.91-1
|
* Sun Aug 12 2018 Kalev Lember <klember@redhat.com> - 0.41.91-1
|
||||||
- Update to 0.41.91
|
- Update to 0.41.91
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user