From 87490029a95258d407a9c10040d2001aaad296cd Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 20 Dec 2017 15:30:46 +0100 Subject: [PATCH] Update to 0.39.2 --- .gitignore | 1 + sources | 2 +- vala.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 3b4e1e3..c18d060 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /vala-0.38.2.tar.xz /vala-0.38.3.tar.xz /vala-0.38.4.tar.xz +/vala-0.39.2.tar.xz diff --git a/sources b/sources index 925b1ea..8bfdcfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (vala-0.38.4.tar.xz) = 3015ae0abd8439e65948df1b360f8efae19ee0a1e1d63e2942f31e2bc06defa8bf91af86cefb26786d5ed9c1916e129640e41197d8897a3233e06e49935a8847 +SHA512 (vala-0.39.2.tar.xz) = bd99788719dc6a3bf81249fe731020a0aa2a576d3697907075f3975c82b17d20caa5dacdf69a3a8dfe9f1968d0a6006baa046f905ce5dfb17caf07b607365957 diff --git a/vala.spec b/vala.spec index d724734..2e3a9ba 100644 --- a/vala.spec +++ b/vala.spec @@ -1,15 +1,15 @@ -%global api_ver 0.38 +%global api_ver 0.40 %global priority 90 Name: vala -Version: 0.38.4 +Version: 0.39.2 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.38/vala-%{version}.tar.xz +Source0: https://download.gnome.org/sources/vala/0.39/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -217,6 +217,9 @@ done %changelog +* Wed Dec 20 2017 Kalev Lember - 0.39.2-1 +- Update to 0.39.2 + * Mon Dec 11 2017 Kalev Lember - 0.38.4-1 - Update to 0.38.4