[emerillon] fix build against libchamplain 0.8

Tom Callaway spot at fedoraproject.org
Thu Sep 30 19:50:54 UTC 2010


commit e47f74be490c62419e2ad36373e2240921e7b943
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Thu Sep 30 15:50:53 2010 -0400

    fix build against libchamplain 0.8

 emerillon.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/emerillon.spec b/emerillon.spec
index 27d1d46..0f1a3e9 100644
--- a/emerillon.spec
+++ b/emerillon.spec
@@ -1,6 +1,6 @@
 Name:          emerillon
 Version:       0.1.2
-Release:       9%{?dist}
+Release:       10%{?dist}
 Summary:       A map viewer for GNOME
 
 Group:         User Interface/Desktops
@@ -56,6 +56,8 @@ Files for vala development with %{name}.
 %setup -q
 
 sed -i 's#rest-0.6 >= 0.6#rest-0.7 >= 0.7#' configure.ac
+sed -i 's#champlain-0.6#champlain-0.8#' configure.ac
+sed -i 's#champlain-gtk-0.6#champlain-gtk-0.8#'	configure.ac
 
 # Require until stable tar ball release
 NOCONFIGURE=yes ./autogen.sh
@@ -119,6 +121,9 @@ fi
 %{_datadir}/vala/vapi/%{name}.*
 
 %changelog
+* Wed Sep 29 2010 Tom "spot" Callaway <tcallawa at redhat.com> 0.1.2-10
+- rebuild against new clutter-gtk
+
 * Mon Sep 27 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.2-9
 - recompile against new rest again :-)
 


More information about the scm-commits mailing list