From a5f0d21ac98973a5b4f271b0a463cde890c31d5b049831f0338cbd1348ad07c1 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 4 Oct 2012 01:34:41 +0000 Subject: [PATCH] ocaml scripting requires at least 3.11 OBS-URL: https://build.opensuse.org/package/show/devel:tools/coccinelle?expand=0&rev=26 --- coccinelle.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/coccinelle.spec b/coccinelle.spec index 0425a09..0511dc2 100644 --- a/coccinelle.spec +++ b/coccinelle.spec @@ -27,9 +27,9 @@ Url: http://coccinelle.lip6.fr/ Source: %name-%rversion.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ncurses-devel -BuildRequires: ocaml >= 3.10 -BuildRequires: ocaml-camlp4-devel >= 3.10 -BuildRequires: ocaml-ocamldoc >= 3.10 +BuildRequires: ocaml >= 3.11 +BuildRequires: ocaml-camlp4-devel >= 3.11 +BuildRequires: ocaml-ocamldoc >= 3.11 BuildRequires: python-devel BuildRequires: xz Requires: python-base