[vala] Update to 0.25.1

Kalev Lember kalev at fedoraproject.org
Wed Jul 23 10:26:53 UTC 2014


commit 9fc49001d152349ae211e26dca3ac92868ba28c3
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Jul 23 12:19:21 2014 +0200

    Update to 0.25.1

 .gitignore                         |    1 +
 sources                            |    2 +-
 vala-0.24.0-clutter-gst-deps.patch |   13 -------------
 vala.spec                          |   14 +++++++-------
 4 files changed, 9 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3361e1f..914d454 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /vala-0.23.2.tar.xz
 /vala-0.23.3.tar.xz
 /vala-0.24.0.tar.xz
+/vala-0.25.1.tar.xz
diff --git a/sources b/sources
index 77e2f2c..2035ec7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-beddeff9c06d3c278988b237da0e7401  vala-0.24.0.tar.xz
+4f61ed33c56bb8b6599e83914dea8b91  vala-0.25.1.tar.xz
diff --git a/vala.spec b/vala.spec
index e6b909d..785c4ed 100644
--- a/vala.spec
+++ b/vala.spec
@@ -1,9 +1,9 @@
-%global api_ver 0.24
+%global api_ver 0.26
 %global priority 90
 
 Name:           vala
-Version:        0.24.0
-Release:        3%{?dist}
+Version:        0.25.1
+Release:        1%{?dist}
 Summary:        A modern programming language for GNOME
 
 # Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
@@ -13,12 +13,10 @@ 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.24/vala-%{version}.tar.xz
+Source0:        http://download.gnome.org/sources/vala/0.25/vala-%{version}.tar.xz
 Source1:        vala-mode.el
 Source2:        vala-init.el
 Source3:        emacs-vala-COPYING
-# https://bugzilla.gnome.org/732138
-Patch0:         vala-0.24.0-clutter-gst-deps.patch
 
 BuildRequires:  flex
 BuildRequires:  bison
@@ -132,7 +130,6 @@ the emacs-%{name} package to use Vala with GNU Emacs.
 
 %prep
 %setup -q
-%patch0 -p1
 
 
 %build
@@ -277,6 +274,9 @@ done
 
 
 %changelog
+* Wed Jul 23 2014 Kalev Lember <kalevlember at gmail.com> - 0.25.1-1
+- Update to 0.25.1
+
 * Fri Jun 27 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 0.24.0-3
 - Fix clutter-gst-1.0 deps (#1106673, #1112424)
 


More information about the scm-commits mailing list