diff --git a/anjuta.changes b/anjuta.changes index 8eb49d6..7585dc7 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 28 20:30:40 UTC 2015 - zaitor@opensuse.org + +- Use sed to support vala-0.30, and due to this change replace + pkgconfig(libvala-0.28) for pkgconfig(libvala-0.30). + ------------------------------------------------------------------- Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 0877db9..7e04e30 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0 BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0 BuildRequires: pkgconfig(libgvc) -BuildRequires: pkgconfig(libvala-0.28) +BuildRequires: pkgconfig(libvala-0.30) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(vte-2.91) @@ -149,6 +149,8 @@ and more. %lang_package %prep %setup -q +# HACK to support vala 0.30 +sed -i "s:-0.28:-0.30:g" configure translation-update-upstream %build