From 1479635cc62ad6adb472aad3f5935b30b78a6d32 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 19 Aug 2013 21:06:37 +0200 Subject: [PATCH] Update to 0.21.1 --- .gitignore | 1 + sources | 2 +- vala.spec | 11 +++++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 8477523..da008ac 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /vala-0.18.1.tar.xz /vala-0.20.1.tar.xz +/vala-0.21.1.tar.xz diff --git a/sources b/sources index f9b80f7..0f54f51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f285a90af17c400e5a4bcecb2b9c318a vala-0.20.1.tar.xz +4cfb9702657b0d4f7815a3c46b513ab0 vala-0.21.1.tar.xz diff --git a/vala.spec b/vala.spec index 19b8787..eef49ac 100644 --- a/vala.spec +++ b/vala.spec @@ -1,9 +1,9 @@ -%global api_ver 0.20 +%global api_ver 0.22 %global priority 90 Name: vala -Version: 0.20.1 -Release: 2%{?dist} +Version: 0.21.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.20/vala-%{version}.tar.xz +Source0: http://download.gnome.org/sources/vala/0.21/vala-%{version}.tar.xz Source1: vala-mode.el Source2: vala-init.el Source3: emacs-vala-COPYING @@ -274,6 +274,9 @@ done %changelog +* Mon Aug 19 2013 Kalev Lember - 0.21.1-1 +- Update to 0.21.1 + * Sun Aug 04 2013 Fedora Release Engineering - 0.20.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild