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-0.24.0-clutter-gst-deps.patch b/vala-0.24.0-clutter-gst-deps.patch deleted file mode 100644 index 7d48844..0000000 --- a/vala-0.24.0-clutter-gst-deps.patch +++ /dev/null @@ -1,13 +0,0 @@ -ClutterGst.VideoSink subclasses Gst.Navigation since -commit 47305de837090f3bdb21183bcac51a056561b639 - -https://bugzilla.gnome.org/732138 - ---- a/vapi/clutter-gst-1.0.deps -+++ b/vapi/clutter-gst-1.0.deps -@@ -1,3 +1,4 @@ - clutter-1.0 - gstreamer-0.10 - gstreamer-base-0.10 -+gstreamer-interfaces-0.10 - 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 - 0.25.1-1 +- Update to 0.25.1 + * Fri Jun 27 2014 Yaakov Selkowitz - 0.24.0-3 - Fix clutter-gst-1.0 deps (#1106673, #1112424)