From ded853cd238907c82cb35fdd70be18df1a9f1a28 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 11 Mar 2018 20:53:52 +0100 Subject: [PATCH] Update to 0.40.0 --- .gitignore | 1 + sources | 2 +- vala.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 67909a9..718aba4 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /vala-0.39.6.tar.xz /vala-0.39.7.tar.xz /vala-0.39.92.tar.xz +/vala-0.40.0.tar.xz diff --git a/sources b/sources index c9bbf39..17393a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.39.92.tar.xz) = 165deaf1ca74c7647363b20dc6c9394fe808af6770a69e09c4268a06e2dfa41b8ab042eec4d5336c83e154b6099659607d30ccfde5f413ed6a2a39591f8a0ce4 +SHA512 (vala-0.40.0.tar.xz) = 8387935c0fecd3e7f29ea3d6343a72dfb4dc56d2ee2bad1f332e057e1de2ce3aea2889db771acdea8d03cd2df3e0c9a59967b30c7dcf9384704ce6668aa520b8 diff --git a/vala.spec b/vala.spec index b444551..712f61c 100644 --- a/vala.spec +++ b/vala.spec @@ -2,14 +2,14 @@ %global priority 90 Name: vala -Version: 0.39.92 +Version: 0.40.0 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.39/vala-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vala/0.40/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -213,6 +213,9 @@ done %changelog +* Sun Mar 11 2018 Kalev Lember - 0.40.0-1 +- Update to 0.40.0 + * Fri Mar 02 2018 Kalev Lember - 0.39.92-1 - Update to 0.39.92