Update to 0.36.0
This commit is contained in:
parent
73898b6e9f
commit
2be6cc9103
1
.gitignore
vendored
1
.gitignore
vendored
@ -35,3 +35,4 @@
|
|||||||
/vala-0.35.6.tar.xz
|
/vala-0.35.6.tar.xz
|
||||||
/vala-0.35.7.tar.xz
|
/vala-0.35.7.tar.xz
|
||||||
/vala-0.35.90.tar.xz
|
/vala-0.35.90.tar.xz
|
||||||
|
/vala-0.36.0.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.35.90.tar.xz) = 67dccb97729617318a49265805e5599ea063e08b742aaa61bf6e470a84ae14fff1b44864a91377441fdec5c52c5817de7b42c8e6cdd07cc7e5177ddb769d6b7e
|
SHA512 (vala-0.36.0.tar.xz) = d903f9310e94385b1424bb0e3f2b8bfdfc52e75dc184a257a6536692ca6dbed10d2f063aed29ca58897fa0e11d48e47e7c412f2d5fb79ef03531d93a42fd932e
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.35.90
|
Version: 0.36.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.35/vala-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/vala/0.36/vala-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -180,6 +180,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 20 2017 Kalev Lember <klember@redhat.com> - 0.36.0-1
|
||||||
|
- Update to 0.36.0
|
||||||
|
|
||||||
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 0.35.90-1
|
* Thu Mar 16 2017 Kalev Lember <klember@redhat.com> - 0.35.90-1
|
||||||
- Update to 0.35.90
|
- Update to 0.35.90
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user