From 69e0877b95ea25380af2b0e9237b48e44dc812db Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 27 May 2015 23:23:45 +0200 Subject: [PATCH] Update to 0.29.1 --- .gitignore | 1 + sources | 2 +- vala.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index db23850..f168052 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /vala-0.27.1.tar.xz /vala-0.27.2.tar.xz /vala-0.28.0.tar.xz +/vala-0.29.1.tar.xz diff --git a/sources b/sources index 7fbe519..239c15c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d4ceac3451a0d5497e7be38e5e4c2ad vala-0.28.0.tar.xz +634858cdb8d7a7b5fbb54ed5c54eb189 vala-0.29.1.tar.xz diff --git a/vala.spec b/vala.spec index 0d9cf73..7e0194f 100644 --- a/vala.spec +++ b/vala.spec @@ -1,9 +1,9 @@ -%global api_ver 0.28 +%global api_ver 0.30 %global priority 90 Name: vala -Version: 0.28.0 -Release: 2%{?dist} +Version: 0.29.1 +Release: 1%{?dist} Summary: A modern programming language for GNOME # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD @@ -13,7 +13,7 @@ URL: http://live.gnome.org/Vala # note: do not use a macro for directory name # as it breaks Colin Walters' automatic build script # see https://bugzilla.redhat.com/show_bug.cgi?id=609292 -Source0: http://download.gnome.org/sources/vala/0.28/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.29/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -233,6 +233,9 @@ done %changelog +* Wed May 27 2015 Kalev Lember - 0.29.1-1 +- Update to 0.29.1 + * Mon May 25 2015 Kalev Lember - 0.28.0-2 - Add a vala(api) virtual provide that xfce-vala can depend on