ignore ppl version

This commit is contained in:
Tom Callaway 2012-12-03 17:15:50 -05:00
parent 88d23c2975
commit 30ee91c661
1 changed files with 2 additions and 1 deletions

View File

@ -924,7 +924,7 @@ CC="$CC" CFLAGS="$OPT_FLAGS" CXXFLAGS="`echo $OPT_FLAGS | sed 's/ -Wall / /g'`"
--disable-libjava-multilib \
%endif
%if %{build_cloog}
--with-ppl --with-cloog \
--with-ppl --disable-ppl-version-check --with-cloog \
%else
--without-ppl --without-cloog \
%endif
@ -2671,6 +2671,7 @@ fi
%changelog
* Fri Nov 30 2012 Tom Callaway <spot@fedoraproject.org> 4.7.2-9
- rebuild for new ppl/cloog
- pass --disable-ppl-version-check (for ppl 1.0)
* Fri Nov 9 2012 Jakub Jelinek <jakub@redhat.com> 4.7.2-8
- update from the 4.7 branch