[gedit-valencia] Update for Vala 0.15

Michel Alexandre Salim salimma at fedoraproject.org
Wed Feb 1 23:05:48 UTC 2012


commit 79b9a1742f40fd09c35fe1182290299b82aa6ad2
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Thu Feb 2 00:05:38 2012 +0100

    Update for Vala 0.15

 .gitignore          |    2 +-
 gedit-valencia.spec |   21 +++++++++++----------
 sources             |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a96ba57..c0eb529 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/valencia-0.3.0-808152718e3ab.tar.xz
+/valencia-0.3.0-d6504e0ccdb0a.tar.xz
diff --git a/gedit-valencia.spec b/gedit-valencia.spec
index 887008a..a60c4d2 100644
--- a/gedit-valencia.spec
+++ b/gedit-valencia.spec
@@ -9,12 +9,12 @@
 %global debug_package %{nil}
 %global major_ver 0.3
 
-%global commit_hash 808152718e3ab
-%global alphatag    20110701git%{commit_hash}
+%global commit_hash d6504e0ccdb0a
+%global alphatag    20111212git%{commit_hash}
 
 Name:           gedit-valencia
 Version:        %{major_ver}.0
-Release:        9.%{alphatag}%{?dist}
+Release:        10.%{alphatag}%{?dist}
 Summary:        A gedit plugin providing lightweight Vala IDE
 
 Group:          Development/Tools
@@ -24,7 +24,11 @@ URL:            http://yorba.org/valencia
 Source0:        valencia-%{version}-%{commit_hash}.tar.xz
 #Source0:        http://yorba.org/download/valencia/%{major_ver}/valencia-%{version}.tar.bz2
 
-BuildRequires:  gedit-devel vala-devel libgee-devel vte3-devel
+BuildRequires:  pkgconfig(gedit)
+BuildRequires:  pkgconfig(gee-1.0)
+BuildRequires:  pkgconfig(gtksourceview-3.0)
+BuildRequires:  pkgconfig(libvala-0.16) >= 0.15.0
+BuildRequires:  pkgconfig(vte-2.90)
 Requires:       gedit >= %{gedit_version}
 
 %description
@@ -38,12 +42,6 @@ suggestions by invoking autocomplete in the appropriate context.
 %prep
 %setup -q -n valencia-%{version}-%{commit_hash}
 
-%if 0%{?fedora} >= 16
-# These distributions have vala >= 0.13.0, which provide
-# libvala-0.14 not libvala-0.12
-sed -i.fix_valapkg "s|libvala-0.12|libvala-0.14|" Makefile
-%endif
-
 
 %build
 VFLAGS=
@@ -76,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Feb  1 2012 Michel Salim <salimma at fedoraproject.org> - 0.3.0-10.20111212gitd6504e0ccdb0a
+- Update for Vala 0.15
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.0-9.20110701git808152718e3ab
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f618028..d99d4b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cb77f0e1e3388f0563ad8a4db9fe0b4f  valencia-0.3.0-808152718e3ab.tar.xz
+74f28c918ccfd680bbce47ebe26f5bb1  valencia-0.3.0-d6504e0ccdb0a.tar.xz


More information about the scm-commits mailing list