[anjuta] Update to 3.1.4

Kalev Lember kalev at fedoraproject.org
Mon Jul 25 12:38:46 UTC 2011


commit 60fe7a1a3599229fbb10f8ed799370e09a454bfa
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Mon Jul 25 15:08:32 2011 +0300

    Update to 3.1.4
    
    Also drop the vala 0.14 build hack; the configure script now has proper
    vala 0.14 detection.

 .gitignore  |    1 +
 anjuta.spec |   10 ++++------
 sources     |    2 +-
 3 files changed, 6 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3421fa1..5ed00ec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /anjuta-3.1.2.tar.xz
 /anjuta-3.1.3.tar.bz2
 /anjuta-3.1.3.tar.xz
+/anjuta-3.1.4.tar.xz
diff --git a/anjuta.spec b/anjuta.spec
index 087ac00..5c47d32 100644
--- a/anjuta.spec
+++ b/anjuta.spec
@@ -4,7 +4,7 @@
 Summary:	GNOME IDE for various programming languages (including C/C++, Python, Vala and Javavscript)
 Name:		anjuta
 Epoch:		1
-Version:	3.1.3
+Version:	3.1.4
 Release:	1%{?dist}
 License:	GPLv2+
 Group:		Development/Tools
@@ -131,11 +131,6 @@ mkdir -p ./PKGCONFIG
 sed --expression 's|-R/usr/lib64||' %{_libdir}/pkgconfig/pangox.pc > \
   ./PKGCONFIG/pangox.pc
 
-# hack to build with vala 0.13 development release
-sed -i -e 's/libvala-0\.12/libvala-0.14/g' \
-       -e 's/valac-0\.12/valac-0.14/g' \
-       configure
-
 %build
 export PKG_CONFIG_PATH="./PKGCONFIG"
 %configure --disable-schemas-compile --disable-silent-rules --disable-static \
@@ -320,6 +315,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas
 %{_datadir}/gnome/help/%{name}-manual/*
 
 %changelog
+* Mon Jul 25 2011 Kalev Lember <kalevlember at gmail.com> - 3.1.4-1
+- Update to 3.1.4
+
 * Wed Jul 13 2011 Cosimo Cecchi <cosimoc at redhat.com> - 3.1.3-1
 - Update to 3.1.3
 
diff --git a/sources b/sources
index f7864c3..a7b4e2c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-324d909598c8c5f29e18e1cdeb5c2277  anjuta-3.1.3.tar.xz
+d202b80fe9d1070e14831b2e2e7a9f65  anjuta-3.1.4.tar.xz


More information about the scm-commits mailing list