[vala] Update to 0.16.0

Kalev Lember kalev at fedoraproject.org
Wed Apr 4 12:44:19 UTC 2012


commit 8e292a298dc625b18d00ed9c678014cb56e8215e
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Apr 4 15:35:15 2012 +0300

    Update to 0.16.0

 .gitignore |    1 +
 sources    |    2 +-
 vala.spec  |    9 ++++++---
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 100e62a..4b802f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /vala-0.15.1.tar.xz
 /vala-0.15.2.tar.xz
+/vala-0.16.0.tar.xz
diff --git a/sources b/sources
index abee6a0..997d3ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-773562e7ba7bc0b40d87b7ad2db72443  vala-0.15.2.tar.xz
+84b742e9cca4c90fde3026c3793c03c1  vala-0.16.0.tar.xz
diff --git a/vala.spec b/vala.spec
index ccfeba1..000dcbc 100644
--- a/vala.spec
+++ b/vala.spec
@@ -1,8 +1,8 @@
 %global api_ver 0.16
 
 Name:           vala
-Version:        0.15.2
-Release:        2%{?dist}
+Version:        0.16.0
+Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
 Group:          Development/Languages
@@ -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.15/vala-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/vala/0.16/vala-%{version}.tar.xz
 Source1:        vala-mode.el
 Source2:        vala-init.el
 Source3:        emacs-vala-COPYING
@@ -308,6 +308,9 @@ fi
 
 
 %changelog
+* Wed Apr 04 2012 Kalev Lember <kalevlember at gmail.com> - 0.16.0-1
+- Update to 0.16.0
+
 * Tue Mar 27 2012 Ray Strode <rstrode at redhat.com> 0.15.2-2
 - Add back Makefile.vapigen.  It's needed by various projects
   build systems to enable vala support.


More information about the scm-commits mailing list