[GIT] ppl/ppl(ppl-0_11-branch): Updated.

Module: ppl/ppl Branch: ppl-0_11-branch Commit: 814e3e076f4afa861ab166a4a9413f7b82f79eaf URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=814e3e076f4af...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Mon Feb 28 10:17:17 2011 +0100
Updated.
---
fedora/ppl.spec | 24 ++++++++++++++++++++++-- 1 files changed, 22 insertions(+), 2 deletions(-)
diff --git a/fedora/ppl.spec b/fedora/ppl.spec index cce9759..3c92a3d 100644 --- a/fedora/ppl.spec +++ b/fedora/ppl.spec @@ -2,13 +2,13 @@
Name: ppl Version: 0.10.2 -Release: 4%{?dist} +Release: 10%{?dist}
Summary: The Parma Polyhedra Library: a library of numerical abstractions Group: Development/Libraries License: GPLv3+ URL: http://www.cs.unipr.it/ppl/ -Source0: ftp://ftp.cs.unipr.it/pub/ppl/releases/%{version}/%{name}-%{version}.tar.gz +Source0: ftp://ftp.cs.unipr.it/pub/ppl/releases/%{version}/%{name}-%{version}.tar.bz2 Source1: ppl.hh Source2: ppl_c.h Source3: pwl.hh @@ -210,6 +210,7 @@ CPPFLAGS="-I%{_includedir}/glpk" CPPFLAGS="$CPPFLAGS -I%{_libdir}/gprolog-`gprolog --version 2>&1 | head -1 | sed -e "s/.* ([^ ]*)$/\1/g"`/include" %endif %ifnarch sparc64 sparcv9 +CPPFLAGS="$CPPFLAGS -I`pl -dump-runtime-variables | grep PLBASE= | sed 's/PLBASE="(.*)";/\1/'`/include" CPPFLAGS="$CPPFLAGS -I%{_includedir}/Yap" %endif %configure --docdir=%{_datadir}/doc/%{name}-%{version} --enable-shared --disable-rpath --enable-interfaces="c++ c gnu_prolog swi_prolog yap_prolog java" CPPFLAGS="$CPPFLAGS" @@ -416,6 +417,25 @@ mv \ rm -rf %{buildroot}
%changelog +* Fri Sep 11 2009 Caolán McNamara caolanm@redhat.com - 0.10.2-10 +- Resolves: rhbz#521588 stick pl include before Yap include to stop + configure-time misdetection to resolve FTBFS + +* Wed Aug 19 2009 Roberto Bagnara bagnara@cs.unipr.it - 0.10.2-9 +- Force rebuild. + +* Fri Aug 14 2009 Roberto Bagnara bagnara@cs.unipr.it - 0.10.2-8 +- Force rebuild. + +* Fri Aug 14 2009 Roberto Bagnara bagnara@cs.unipr.it - 0.10.2-7 +- Force rebuild. + +* Tue Aug 11 2009 Ville Skyttä ville.skytta@iki.fi - 0.10.2-6 +- Use bzipped upstream tarball. + +* Sun Jul 26 2009 Fedora Release Engineering rel-eng@lists.fedoraproject.org - 0.10.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Sun Jul 12 2009 Roberto Bagnara bagnara@cs.unipr.it 0.10.2-4 - Force rebuild.
participants (1)
-
Roberto Bagnara