From 8ea103ecafebac8ab07503480a75d6b883671212 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sun, 22 Mar 2015 21:19:17 +0100 Subject: [PATCH] Update to 0.28.0 --- .gitignore | 1 + sources | 2 +- vala.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e1eff67..db23850 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /vala-0.26.1.tar.xz /vala-0.27.1.tar.xz /vala-0.27.2.tar.xz +/vala-0.28.0.tar.xz diff --git a/sources b/sources index ee73805..7fbe519 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cd869835f3f3658a7a654c90841580b3 vala-0.27.2.tar.xz +8d4ceac3451a0d5497e7be38e5e4c2ad vala-0.28.0.tar.xz diff --git a/vala.spec b/vala.spec index 937826c..a4ab10a 100644 --- a/vala.spec +++ b/vala.spec @@ -2,7 +2,7 @@ %global priority 90 Name: vala -Version: 0.27.2 +Version: 0.28.0 Release: 1%{?dist} Summary: A modern programming language for GNOME @@ -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.27/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.28/vala-%{version}.tar.xz BuildRequires: flex BuildRequires: bison @@ -231,6 +231,9 @@ done %changelog +* Sun Mar 22 2015 Kalev Lember - 0.28.0-1 +- Update to 0.28.0 + * Wed Mar 18 2015 Kalev Lember - 0.27.2-1 - Update to 0.27.2 - Use license macro for the COPYING file