diff --git a/anjuta-vala-0.34.patch b/anjuta-vala-0.34.patch index 1943dec..700784d 100644 --- a/anjuta-vala-0.34.patch +++ b/anjuta-vala-0.34.patch @@ -7,7 +7,7 @@ Index: anjuta-3.20.0/configure.ac AC_MSG_RESULT(no) AC_MSG_CHECKING(if libvala is available) - m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]], -+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]], ++ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34], [0.36]], [PKG_CHECK_EXISTS([ libvala-VERSION ], [ valaver="-VERSION" ]) ]) diff --git a/anjuta.changes b/anjuta.changes index f93bb55..ebcf954 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 25 08:22:17 UTC 2016 - dimstar@opensuse.org + +- Build wit vala 0.36: + + place pkgconfig(libvala-0.34) BuildRequires with + pkgconfig(libvala-0.36). + + Extend anjuta-vala-0.34.patch: add support for vala 0.36. + ------------------------------------------------------------------- Sun Sep 18 08:00:49 UTC 2016 - zaitor@opensuse.org diff --git a/anjuta.spec b/anjuta.spec index 4756e64..1567ead 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -25,7 +25,7 @@ Group: Development/Tools/IDE Url: https://wiki.gnome.org/Apps/Anjuta Source0: http://download.gnome.org/sources/anjuta/3.22/%{name}-%{version}.tar.xz Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 +# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 and 0.36 Patch0: anjuta-vala-0.34.patch BuildRequires: autogen BuildRequires: binutils-devel @@ -59,7 +59,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.34) +BuildRequires: pkgconfig(libvala-0.36) BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(vte-2.91)