[gnome-contacts/f16] Try to work around the "old vala" problem.

Elad Alfassa elad at fedoraproject.org
Tue Sep 20 12:51:43 UTC 2011


commit 29406160c62b22c197e52c7ae03c95c7d8ebf302
Author: Elad Alfassa <elad at fedoraproject.org>
Date:   Tue Sep 20 15:49:02 2011 +0300

    Try to work around the "old vala" problem.
    
    I really hope that it'll work, otherwise, I'll remove the hack and ask the vala mainatiner to update it.

 gnome-contacts.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-contacts.spec b/gnome-contacts.spec
index 644877f..5561883 100644
--- a/gnome-contacts.spec
+++ b/gnome-contacts.spec
@@ -23,8 +23,8 @@ BuildRequires:  desktop-file-utils
 %setup -q
 
 %build
-#Until we have vala 0.13 in rawhide:
-sed -i 's,0.13.0,0.12.0,g' configure
+#Until we have vala 0.14 in rawhide:
+sed -i 's,0.14.0,0.13.0,g' configure
 %configure
 make %{?_smp_mflags}
 


More information about the scm-commits mailing list