Update to 0.25.1
This commit is contained in:
parent
1a6e1c4564
commit
9fc49001d1
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
beddeff9c06d3c278988b237da0e7401 vala-0.24.0.tar.xz
|
||||
4f61ed33c56bb8b6599e83914dea8b91 vala-0.25.1.tar.xz
|
||||
|
@ -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
|
||||
|
14
vala.spec
14
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@gmail.com> - 0.25.1-1
|
||||
- Update to 0.25.1
|
||||
|
||||
* Fri Jun 27 2014 Yaakov Selkowitz <yselkowi@redhat.com> - 0.24.0-3
|
||||
- Fix clutter-gst-1.0 deps (#1106673, #1112424)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user