2012-11-30 20:15:36 +00:00
|
|
|
Name: ppl
|
2017-03-03 16:02:23 +00:00
|
|
|
Version: 1.2
|
2023-08-04 02:39:10 +00:00
|
|
|
Release: 32%{?dist}
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: The Parma Polyhedra Library: a library of numerical abstractions
|
2022-12-20 23:34:41 +00:00
|
|
|
License: GPL-3.0-or-later
|
2018-06-02 17:19:41 +00:00
|
|
|
URL: http://www.bugseng.com/ppl
|
|
|
|
Source0: http://www.bugseng.com/products/ppl/download/ftp/releases/%{version}/%{name}-%{version}.tar.bz2
|
2012-11-30 20:15:36 +00:00
|
|
|
Source1: ppl.hh
|
|
|
|
Source2: ppl_c.h
|
2020-05-28 16:22:28 +00:00
|
|
|
# Fix configure test compromised by LTO
|
|
|
|
Patch0: configure.patch
|
|
|
|
# Adapt to swipl 8.2.x
|
|
|
|
Patch1: %{name}-pl82.patch
|
|
|
|
|
2024-02-14 23:33:34 +00:00
|
|
|
# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
|
|
|
|
ExcludeArch: %{ix86}
|
|
|
|
|
2017-03-03 16:02:23 +00:00
|
|
|
BuildRequires: gcc-c++
|
2020-05-26 20:32:55 +00:00
|
|
|
BuildRequires: automake
|
|
|
|
BuildRequires: libtool
|
2017-03-03 16:02:23 +00:00
|
|
|
BuildRequires: gmp-devel
|
|
|
|
BuildRequires: m4
|
2020-11-11 18:27:51 +00:00
|
|
|
BuildRequires: make
|
2017-07-12 12:27:23 +00:00
|
|
|
BuildRequires: perl-interpreter
|
2015-08-27 13:53:26 +00:00
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
2019-03-27 03:35:55 +00:00
|
|
|
BuildRequires: sharutils
|
2017-03-03 16:02:23 +00:00
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description
|
|
|
|
The Parma Polyhedra Library (PPL) is a library for the manipulation of
|
|
|
|
(not necessarily closed) convex polyhedra and other numerical
|
|
|
|
abstractions. The applications of convex polyhedra include program
|
|
|
|
analysis, optimized compilation, integer and combinatorial
|
|
|
|
optimization and statistical data-editing. The Parma Polyhedra
|
|
|
|
Library comes with several user friendly interfaces, is fully dynamic
|
|
|
|
(available virtual memory is the only limitation to the dimension of
|
|
|
|
anything), written in accordance to all the applicable standards,
|
|
|
|
exception-safe, rather efficient, thoroughly documented, and free
|
|
|
|
software. This package provides all what is necessary to run
|
|
|
|
applications using the PPL through its C and C++ interfaces.
|
|
|
|
|
|
|
|
%package devel
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: Development tools for the Parma Polyhedra Library C and C++ interfaces
|
2017-03-03 16:02:23 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, gmp-devel%{?_isa}
|
2012-11-30 20:15:36 +00:00
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description devel
|
2008-11-04 13:11:56 +00:00
|
|
|
The header files, Autoconf macro and minimal documentation for
|
|
|
|
developing applications using the Parma Polyhedra Library through
|
|
|
|
its C and C++ interfaces.
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%package static
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: Static archives for the Parma Polyhedra Library C and C++ interfaces
|
|
|
|
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description static
|
|
|
|
The static archives for the Parma Polyhedra Library C and C++ interfaces.
|
|
|
|
|
|
|
|
%package utils
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: Utilities using the Parma Polyhedra Library
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
BuildRequires: glpk-devel >= 4.13
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description utils
|
2011-02-28 16:29:17 +00:00
|
|
|
This package contains the mixed integer linear programming solver ppl_lpsol.
|
|
|
|
the program ppl_lcdd for vertex/facet enumeration of convex polyhedra,
|
|
|
|
and the parametric integer programming solver ppl_pips.
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2012-03-06 17:25:44 +00:00
|
|
|
# This is the explicit list of arches gprolog supports
|
2022-02-14 22:11:17 +00:00
|
|
|
%ifarch x86_64 %{ix86} ppc alpha aarch64
|
2007-07-04 19:33:28 +00:00
|
|
|
%package gprolog
|
2007-07-05 05:34:48 +00:00
|
|
|
# The `gprolog' package is not available on ppc64:
|
|
|
|
# the GNU Prolog interface must thus be disabled for that architecture.
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: The GNU Prolog interface of the Parma Polyhedra Library
|
2017-03-03 16:02:23 +00:00
|
|
|
BuildRequires: gprolog >= 1.3.2
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, gprolog%{?_isa} >= 1.3.2
|
2012-11-30 20:15:36 +00:00
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description gprolog
|
|
|
|
This package adds GNU Prolog support to the Parma Polyhedra Library (PPL).
|
|
|
|
Install this package if you want to use the library in GNU Prolog programs.
|
2007-07-05 05:34:48 +00:00
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2012-03-06 17:25:44 +00:00
|
|
|
# This is the explicit list of arches gprolog supports
|
2022-02-14 22:11:17 +00:00
|
|
|
%ifarch x86_64 %{ix86} ppc alpha aarch64
|
2007-07-04 19:33:28 +00:00
|
|
|
%package gprolog-static
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: The static archive for the GNU Prolog interface of the Parma Polyhedra Library
|
|
|
|
Requires: %{name}-gprolog%{?_isa} = %{version}-%{release}
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description gprolog-static
|
|
|
|
This package contains the static archive for the GNU Prolog interface
|
|
|
|
of the Parma Polyhedra Library.
|
2007-07-05 05:34:48 +00:00
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%package swiprolog
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: The SWI-Prolog interface of the Parma Polyhedra Library
|
|
|
|
BuildRequires: pl >= 5.10.2-3, pl-devel >= 5.10.2-3
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}, pl%{?_isa} >= 5.10.2-3
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description swiprolog
|
|
|
|
This package adds SWI-Prolog support to the Parma Polyhedra Library.
|
2008-11-04 13:11:56 +00:00
|
|
|
Install this package if you want to use the library in SWI-Prolog programs.
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch %{java_arches}
|
2008-11-04 13:11:56 +00:00
|
|
|
%package java
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: The Java interface of the Parma Polyhedra Library
|
2020-05-04 17:33:59 +00:00
|
|
|
BuildRequires: java-devel
|
|
|
|
BuildRequires: javapackages-tools
|
|
|
|
Requires: java-headless
|
2012-11-30 20:15:36 +00:00
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2008-11-04 13:11:56 +00:00
|
|
|
%description java
|
|
|
|
This package adds Java support to the Parma Polyhedra Library.
|
|
|
|
Install this package if you want to use the library in Java programs.
|
|
|
|
|
|
|
|
%package java-javadoc
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: Javadocs for %{name}-java
|
|
|
|
Requires: %{name}-java%{?_isa} = %{version}-%{release}
|
|
|
|
|
2008-11-04 13:11:56 +00:00
|
|
|
%description java-javadoc
|
|
|
|
This package contains the API documentation for Java interface
|
2007-07-04 19:33:28 +00:00
|
|
|
of the Parma Polyhedra Library.
|
2022-07-25 17:39:54 +00:00
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%package docs
|
2022-12-20 23:34:41 +00:00
|
|
|
License: GFDL-1.2-no-invariants-or-later
|
2012-11-30 20:15:36 +00:00
|
|
|
Summary: Documentation for the Parma Polyhedra Library
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%description docs
|
|
|
|
This package contains all the documentations required by programmers
|
|
|
|
using the Parma Polyhedra Library (PPL).
|
|
|
|
Install this package if you want to program with the PPL.
|
|
|
|
|
|
|
|
%prep
|
2020-05-26 20:32:55 +00:00
|
|
|
%autosetup -p1
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2019-03-27 03:35:55 +00:00
|
|
|
# Fix detection of C++11 features
|
2020-05-28 16:22:28 +00:00
|
|
|
sed -i 's,== 201103L,>= 201103L,g' m4/ac_check_cxx11.m4
|
2019-03-27 03:35:55 +00:00
|
|
|
|
2020-05-28 16:22:28 +00:00
|
|
|
# Regenerate configure
|
2020-05-26 20:32:55 +00:00
|
|
|
autoreconf -fiv
|
2020-05-28 16:22:28 +00:00
|
|
|
|
|
|
|
%build
|
2019-03-27 03:35:55 +00:00
|
|
|
CPPFLAGS="-I`swipl --dump-runtime-variables | grep PLBASE= | sed 's/PLBASE="\(.*\)";/\1/'`/include"
|
2012-03-06 17:25:44 +00:00
|
|
|
# This is the explicit list of arches gprolog supports
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch x86_64 %{ix86} ppc alpha aarch64
|
2007-07-05 05:34:48 +00:00
|
|
|
CPPFLAGS="$CPPFLAGS -I%{_libdir}/gprolog-`gprolog --version 2>&1 | head -1 | sed -e "s/.* \([^ ]*\)$/\1/g"`/include"
|
|
|
|
%endif
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch %{java_arches}
|
2020-05-04 17:33:59 +00:00
|
|
|
# The javah tool was removed in JDK 10
|
|
|
|
if [ ! -e %{_bindir}/javah ]; then
|
|
|
|
export JAVAH="%{_bindir}/javac"
|
2020-07-26 22:28:09 +00:00
|
|
|
sed -e 's/\$(JAVAC)/& -h . -source 1.8 -target 1.8/' \
|
2020-05-04 17:33:59 +00:00
|
|
|
-e '/^java_cxx_headers\.stamp$/d' \
|
|
|
|
-i interfaces/Java/parma_polyhedra_library/Makefile.in
|
|
|
|
fi
|
|
|
|
CPPFLAGS="$CPPFLAGS -I%{_jvmdir}/java/include -I%{_jvmdir}/java/include/linux"
|
2022-07-25 17:39:54 +00:00
|
|
|
%endif
|
|
|
|
%configure --docdir=%{_datadir}/doc/%{name} --enable-shared --disable-rpath \
|
|
|
|
%ifarch %{java_arches}
|
|
|
|
--enable-interfaces="cxx c gnu_prolog swi_prolog java" \
|
|
|
|
%else
|
|
|
|
--enable-interfaces="cxx c gnu_prolog swi_prolog" \
|
|
|
|
%endif
|
|
|
|
CPPFLAGS="$CPPFLAGS"
|
2007-07-04 19:33:28 +00:00
|
|
|
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
|
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
2020-04-16 22:46:46 +00:00
|
|
|
%make_build
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%install
|
2020-07-26 22:28:09 +00:00
|
|
|
%make_install INSTALL="%{__install} -p"
|
2007-07-04 19:33:28 +00:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/%{name}/*.la
|
|
|
|
|
2020-04-16 22:46:46 +00:00
|
|
|
# Do not install the swiprolog-static file, since pl-static no longer exists
|
|
|
|
rm -f %{buildroot}%{_libdir}/%{name}/libppl_swiprolog.a
|
|
|
|
|
2008-01-09 10:47:16 +00:00
|
|
|
# In order to avoid multiarch conflicts when installed for multiple
|
2008-02-13 18:28:16 +00:00
|
|
|
# architectures (e.g., i386 and x86_64), we rename the header files
|
2012-11-30 20:15:36 +00:00
|
|
|
# of the ppl-devel package. They are substituted with ad-hoc
|
|
|
|
# switchers that select the appropriate header file depending on
|
2008-01-09 10:47:16 +00:00
|
|
|
# the architecture for which the compiler is compiling.
|
|
|
|
|
|
|
|
# Since our header files only depend on the sizeof things, we smash
|
2009-04-18 09:07:44 +00:00
|
|
|
# ix86 onto i386 and arm* onto arm. For the SuperH RISC engine family,
|
|
|
|
# we smash sh3 and sh4 onto sh.
|
2008-01-09 10:47:16 +00:00
|
|
|
normalized_arch=%{_arch}
|
|
|
|
%ifarch %{ix86}
|
|
|
|
normalized_arch=i386
|
|
|
|
%endif
|
|
|
|
%ifarch %{arm}
|
|
|
|
normalized_arch=arm
|
|
|
|
%endif
|
2009-04-18 09:07:44 +00:00
|
|
|
%ifarch sh3 sh4
|
|
|
|
normalized_arch=sh
|
|
|
|
%endif
|
2008-01-09 10:47:16 +00:00
|
|
|
|
|
|
|
mv %{buildroot}/%{_includedir}/ppl.hh %{buildroot}/%{_includedir}/ppl-${normalized_arch}.hh
|
|
|
|
install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/ppl.hh
|
|
|
|
mv %{buildroot}/%{_includedir}/ppl_c.h %{buildroot}/%{_includedir}/ppl_c-${normalized_arch}.h
|
|
|
|
install -m644 %{SOURCE2} %{buildroot}/%{_includedir}/ppl_c.h
|
|
|
|
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch %{java_arches}
|
2008-11-04 13:11:56 +00:00
|
|
|
# Install the Javadocs for ppl-java.
|
|
|
|
mkdir -p %{buildroot}%{_javadocdir}
|
|
|
|
mv \
|
2013-08-06 16:44:45 +00:00
|
|
|
%{buildroot}/%{_datadir}/doc/%{name}/ppl-user-java-interface-%{version}-html \
|
2008-11-04 13:11:56 +00:00
|
|
|
%{buildroot}%{_javadocdir}/%{name}-java
|
2022-07-25 17:39:54 +00:00
|
|
|
%endif
|
2008-11-04 13:11:56 +00:00
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
%files
|
2013-08-06 16:44:45 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/BUGS
|
|
|
|
%doc %{_datadir}/doc/%{name}/COPYING
|
|
|
|
%doc %{_datadir}/doc/%{name}/CREDITS
|
|
|
|
%doc %{_datadir}/doc/%{name}/NEWS
|
|
|
|
%doc %{_datadir}/doc/%{name}/README
|
|
|
|
%doc %{_datadir}/doc/%{name}/README.configure
|
|
|
|
%doc %{_datadir}/doc/%{name}/TODO
|
|
|
|
%doc %{_datadir}/doc/%{name}/gpl.txt
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_libdir}/libppl.so.*
|
|
|
|
%{_libdir}/libppl_c.so.*
|
2008-11-04 13:11:56 +00:00
|
|
|
%{_bindir}/ppl-config
|
|
|
|
%{_mandir}/man1/ppl-config.1.gz
|
2007-07-04 19:33:28 +00:00
|
|
|
%dir %{_libdir}/%{name}
|
2013-08-06 16:44:45 +00:00
|
|
|
%dir %{_datadir}/doc/%{name}
|
2012-11-30 20:15:36 +00:00
|
|
|
%dir %{_datadir}/ppl/
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%files devel
|
2008-01-09 10:47:16 +00:00
|
|
|
%{_includedir}/ppl*.hh
|
|
|
|
%{_includedir}/ppl_c*.h
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_libdir}/libppl.so
|
|
|
|
%{_libdir}/libppl_c.so
|
2008-11-04 13:11:56 +00:00
|
|
|
%{_mandir}/man3/libppl.3.gz
|
|
|
|
%{_mandir}/man3/libppl_c.3.gz
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_datadir}/aclocal/ppl.m4
|
2008-11-04 13:11:56 +00:00
|
|
|
%{_datadir}/aclocal/ppl_c.m4
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%files static
|
|
|
|
%{_libdir}/libppl.a
|
|
|
|
%{_libdir}/libppl_c.a
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
%{_bindir}/ppl_lcdd
|
|
|
|
%{_bindir}/ppl_lpsol
|
2011-02-28 16:29:17 +00:00
|
|
|
%{_bindir}/ppl_pips
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_mandir}/man1/ppl_lcdd.1.gz
|
|
|
|
%{_mandir}/man1/ppl_lpsol.1.gz
|
2011-02-28 16:29:17 +00:00
|
|
|
%{_mandir}/man1/ppl_pips.1.gz
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2022-07-25 17:39:54 +00:00
|
|
|
# This is the explicit list of arches gprolog supports
|
|
|
|
%ifarch x86_64 %{ix86} ppc alpha aarch64
|
2007-07-04 19:33:28 +00:00
|
|
|
%files gprolog
|
|
|
|
%doc interfaces/Prolog/GNU/README.gprolog
|
|
|
|
%{_bindir}/ppl_gprolog
|
2012-11-30 20:15:36 +00:00
|
|
|
%{_datadir}/ppl/ppl_gprolog.pl
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_libdir}/%{name}/libppl_gprolog.so
|
|
|
|
|
|
|
|
%files gprolog-static
|
|
|
|
%{_libdir}/%{name}/libppl_gprolog.a
|
2007-07-05 05:34:48 +00:00
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%files swiprolog
|
|
|
|
%doc interfaces/Prolog/SWI/README.swiprolog
|
2012-11-30 20:15:36 +00:00
|
|
|
# No longer installed on shared builds
|
2018-06-02 17:19:41 +00:00
|
|
|
# %%{_bindir}/ppl_pl
|
2007-07-04 19:33:28 +00:00
|
|
|
%{_libdir}/%{name}/libppl_swiprolog.so
|
2012-11-30 20:15:36 +00:00
|
|
|
%{_datadir}/%{name}/ppl_swiprolog.pl
|
2007-07-04 19:33:28 +00:00
|
|
|
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch %{java_arches}
|
2008-11-04 13:11:56 +00:00
|
|
|
%files java
|
|
|
|
%doc interfaces/Java/README.java
|
|
|
|
%{_libdir}/%{name}/libppl_java.so
|
|
|
|
%{_libdir}/%{name}/ppl_java.jar
|
|
|
|
|
|
|
|
%files java-javadoc
|
|
|
|
%{_javadocdir}/%{name}-java
|
2022-07-25 17:39:54 +00:00
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%files docs
|
2013-08-06 16:44:45 +00:00
|
|
|
%doc %{_datadir}/doc/%{name}/ChangeLog*
|
|
|
|
%doc %{_datadir}/doc/%{name}/README.doc
|
|
|
|
%doc %{_datadir}/doc/%{name}/fdl.*
|
|
|
|
%doc %{_datadir}/doc/%{name}/gpl.pdf
|
|
|
|
%doc %{_datadir}/doc/%{name}/gpl.ps.gz
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-%{version}-html/
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-c-interface-%{version}-html/
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-prolog-interface-%{version}-html/
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-%{version}.pdf
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-c-interface-%{version}.pdf
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-prolog-interface-%{version}.pdf
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-%{version}.ps.gz
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-c-interface-%{version}.ps.gz
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-prolog-interface-%{version}.ps.gz
|
2022-07-25 17:39:54 +00:00
|
|
|
%ifarch %{java_arches}
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-java-interface-%{version}.pdf
|
|
|
|
%doc %{_datadir}/doc/%{name}/ppl-user-java-interface-%{version}.ps.gz
|
|
|
|
%endif
|
2007-07-04 19:33:28 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-08-04 02:39:10 +00:00
|
|
|
* Wed Feb 28 2024 Zhengyu He <hezhy472013@gmail.com> - 1.2-32
|
|
|
|
- Add support for riscv64
|
|
|
|
|
2024-02-14 23:33:34 +00:00
|
|
|
* Wed Feb 14 2024 Jerry James <loganjerry@gmail.com> - 1.2-31
|
|
|
|
- Rebuild for ppl 9.2.1
|
|
|
|
- Stop building for 32-bit x86
|
|
|
|
|
2024-02-01 22:07:45 +00:00
|
|
|
* Thu Feb 1 2024 Jerry James <loganjerry@gmail.com> - 1.2-30
|
|
|
|
- Rebuild for ppl 9.2.0
|
|
|
|
|
2024-01-26 00:03:35 +00:00
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-29
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-21 22:16:30 +00:00
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-07-21 06:11:44 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-01-20 10:11:51 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-20 23:34:41 +00:00
|
|
|
* Tue Dec 20 2022 Jerry James <loganjerry@gmail.com> - 1.2-25
|
|
|
|
- Convert License tags to SPDX
|
|
|
|
|
2022-12-16 00:54:42 +00:00
|
|
|
* Fri Dec 16 2022 Jerry James <loganjerry@gmail.com> - 1.2-25
|
|
|
|
- Rebuild for pl 9.0.2
|
|
|
|
|
2022-07-25 17:39:54 +00:00
|
|
|
* Mon Jul 25 2022 Jerry James <loganjerry@gmail.com> - 1.2-24
|
|
|
|
- Do not build the Java interface on i686 (rhbz#2104091)
|
|
|
|
- Build the gprolog interface on aarch64
|
|
|
|
|
2022-07-22 15:19:48 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-02-05 22:51:23 +00:00
|
|
|
* Sat Feb 05 2022 Jiri Vanek <jvanek@redhat.com> - 1.2-23
|
|
|
|
- Rebuilt for java-17-openjdk as system jdk
|
|
|
|
|
2022-01-21 09:22:28 +00:00
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-22
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-10-03 16:08:44 +00:00
|
|
|
* Sat Oct 2 2021 Jerry James <loganjerry@gmail.com> - 1.2-21
|
|
|
|
- Rebuild for pl 8.4.0
|
|
|
|
|
2021-07-23 03:59:09 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-20
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-01-27 08:31:05 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-19
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-07-28 22:56:08 +00:00
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-18
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-11 03:18:01 +00:00
|
|
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 1.2-17
|
|
|
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
|
|
|
|
2020-05-28 16:22:28 +00:00
|
|
|
* Thu May 28 2020 Jerry James <loganjerry@gmail.com> - 1.2-16
|
|
|
|
- Rebuild for pl 8.2.0
|
|
|
|
- Add -pl82 patch
|
|
|
|
|
2020-05-26 20:32:55 +00:00
|
|
|
* Tue May 26 2020 Jeff Law <law@redhat.com> - 1.2-15
|
|
|
|
- Fix configure test compromised by LTO. autoreconf after
|
|
|
|
before configuring. Depend on automake and libtool.
|
|
|
|
|
2020-05-04 17:33:59 +00:00
|
|
|
* Mon May 4 2020 Jerry James <loganjerry@gmail.com> - 1.2-14
|
|
|
|
- Use "javac -h" instead of javah with JDK 10 and later
|
|
|
|
|
2020-04-16 22:46:46 +00:00
|
|
|
* Thu Apr 16 2020 Jerry James <loganjerry@gmail.com> - 1.2-13
|
|
|
|
- Remove the swiprolog-static subpackage since pl-static no longer exists
|
|
|
|
|
2020-01-30 09:40:32 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 11:14:35 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-03-26 03:21:15 +00:00
|
|
|
* Mon Mar 25 2019 Jerry James <loganjerry@gmail.com> - 1.2-10
|
|
|
|
- Rebuild for pl 8.0.2
|
|
|
|
|
2019-02-02 04:44:51 +00:00
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 22:48:51 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-02 17:19:41 +00:00
|
|
|
* Sat Jun 2 2018 Jerry James <loganjerry@gmail.com> - 1.2-7
|
|
|
|
- Rebuild against glpk 4.65
|
|
|
|
- Update URLs
|
|
|
|
- Use ldconfig macro
|
|
|
|
|
2018-02-09 05:42:20 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-08 10:18:18 +00:00
|
|
|
* Wed Nov 08 2017 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.2-5
|
|
|
|
- Rebuild against pl-7.6.0
|
|
|
|
|
2017-08-03 06:20:04 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 09:00:14 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-07 14:17:55 +00:00
|
|
|
* Tue Mar 07 2017 Petr Pisar <ppisar@redhat.com> - 1.2-2
|
|
|
|
- Rebuild against pl-7.4.1
|
|
|
|
|
2017-03-03 16:02:23 +00:00
|
|
|
* Fri Mar 3 2017 Jerry James <loganjerry@gmail.com> - 1.2-1
|
|
|
|
- Update to latest upstream release (bz 1403093)
|
|
|
|
- Drop all patches; all have been upstreamed
|
|
|
|
- Drop ancient obsoletes
|
|
|
|
- Drop the yap interface since yap has been retired
|
|
|
|
|
2017-02-11 07:48:57 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-15
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-03-18 15:19:33 +00:00
|
|
|
* Fri Mar 18 2016 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1-14
|
|
|
|
- Correct FTBFS in rawhide (#1307874)
|
|
|
|
|
2016-02-04 18:25:49 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-08-27 13:34:47 +00:00
|
|
|
* Thu Aug 27 2015 Petr Pisar <ppisar@redhat.com> - 1.1-12
|
|
|
|
- Rebuild against pl-7.2.3
|
2015-08-27 13:53:26 +00:00
|
|
|
- Declare build-time dependencies for running utils
|
2015-08-27 13:34:47 +00:00
|
|
|
|
2015-06-30 14:43:45 +00:00
|
|
|
* Tue Jun 30 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1-11
|
|
|
|
- Rebuild with newer pl
|
|
|
|
- Remove jpackage-utils dependency
|
|
|
|
|
2015-06-18 17:46:18 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-14 23:29:43 +00:00
|
|
|
* Sun Jun 14 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1-9
|
2015-06-14 23:23:19 +00:00
|
|
|
- Rebuild with newer pl
|
|
|
|
|
2015-05-02 14:51:01 +00:00
|
|
|
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1.1-8
|
|
|
|
- Rebuilt for GCC 5 C++11 ABI change
|
|
|
|
|
2015-02-08 20:48:38 +00:00
|
|
|
* Sun Feb 8 2015 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1-7
|
|
|
|
- Correct build with gcc 5.0.
|
|
|
|
|
2014-08-17 19:46:47 +00:00
|
|
|
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-22 12:01:00 +00:00
|
|
|
* Sun Jun 22 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.1-5
|
|
|
|
- fix FTBFS on aarch64
|
|
|
|
|
2014-06-07 17:04:45 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-06-02 18:31:00 +00:00
|
|
|
* Mon Jun 02 2014 Brent Baude <baude@us.ibm.com> - 1.1-3
|
|
|
|
- Fixing include detection for ppc64 and ppc64le
|
|
|
|
|
2014-06-02 15:13:06 +00:00
|
|
|
* Thu May 22 2014 Brent Baude <baude@us.ibm.com> - 1.1-2
|
|
|
|
- Replace ppc64 arch with power64 macro
|
|
|
|
|
2014-04-29 19:46:37 +00:00
|
|
|
* Tue Apr 29 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.1-1
|
|
|
|
- Update to latest upstream release
|
|
|
|
- Remove patches added upstream
|
|
|
|
- Add new cstddef patch to build recent gcc
|
|
|
|
- Correct bogus dates in chagelog
|
|
|
|
- Remove hack with explicit provides of (wrong) library major
|
|
|
|
|
2014-03-28 14:30:38 +00:00
|
|
|
* Fri Mar 28 2014 Michael Simacek <msimacek@redhat.com> - 1.0-5.10
|
|
|
|
- Use Requires: java-headless rebuild (#1067528)
|
|
|
|
|
2014-03-13 16:47:08 +00:00
|
|
|
* Thu Mar 13 2014 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-4.10
|
|
|
|
- Rebuild with newer pl
|
|
|
|
|
2013-12-27 23:34:40 +00:00
|
|
|
* Fri Dec 27 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-4.9
|
|
|
|
- Rebuild with newer pl
|
|
|
|
|
2013-12-06 16:21:33 +00:00
|
|
|
* Fri Dec 6 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-4.8
|
|
|
|
- Rebuild with newer pl
|
|
|
|
|
2013-09-05 13:46:08 +00:00
|
|
|
* Thu Sep 5 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-4.7
|
|
|
|
- Rebuild with newer pl
|
|
|
|
|
2013-08-06 16:44:45 +00:00
|
|
|
* Tue Aug 6 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-4.6
|
|
|
|
- Rebuild with newer glpk
|
|
|
|
- Adapt to unversioned docdir (#994050)
|
|
|
|
|
2013-08-04 05:06:38 +00:00
|
|
|
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-4.5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-07 17:07:49 +00:00
|
|
|
* Thu Feb 7 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-3.5
|
|
|
|
- The gmp patch itself is conditional, no need to conditionally apply
|
|
|
|
- Correct jpackage-utils requires as it is noarch
|
|
|
|
- Correct java requires as the virtual provides in noarch
|
|
|
|
- Rebuild for newer swiprolog and glpk (#907477, #905420)
|
|
|
|
|
|
|
|
* Wed Jan 30 2013 pcpa <paulo.cesar.pereira.de.andrade@gmail.com> - 1.0-3.4
|
|
|
|
- Correct problem with gmp 5.1.0 or newer (#905420)
|
|
|
|
|
2012-12-26 22:48:59 +00:00
|
|
|
* Wed Dec 26 2012 Kevin Fenzi <kevin@scrye.com> 1.0-3.3
|
|
|
|
- Rebuild for new libswipl
|
|
|
|
|
2012-12-05 07:24:34 +00:00
|
|
|
* Wed Dec 5 2012 Dan Horák <dan[at]danny.cz> - 1.0-3.2
|
|
|
|
- fix the hack for all 64-bit platforms
|
|
|
|
|
2012-12-04 21:07:07 +00:00
|
|
|
* Tue Dec 4 2012 Tom Callaway <spot@fedoraproject.org> - 1.0-3.1
|
|
|
|
- bring ugly hack back long enough to rebuild mingw
|
|
|
|
|
2012-12-03 18:42:02 +00:00
|
|
|
* Mon Dec 3 2012 Tom Callaway <spot@fedoraproject.org> - 1.0-3
|
|
|
|
- undo ugly hack
|
|
|
|
|
2012-12-03 15:26:26 +00:00
|
|
|
* Mon Dec 3 2012 Tom Callaway <spot@fedoraproject.org> - 1.0-2
|
|
|
|
- ignore this ugly hack, it is going away asap
|
|
|
|
|
2012-11-30 20:15:36 +00:00
|
|
|
* Fri Nov 30 2012 Tom Callaway <spot@fedoraproject.org> - 1.0-1
|
|
|
|
- update to 1.0
|
|
|
|
- spec cleanup
|
|
|
|
|
2012-07-27 06:11:16 +00:00
|
|
|
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-03-06 17:25:44 +00:00
|
|
|
* Tue Mar 6 2012 Peter Robinson <pbrobinson@fedoraproject.org> - 0.11.2-9
|
|
|
|
- Explicitly include supported gprolog arches
|
|
|
|
|
2012-02-28 19:42:20 +00:00
|
|
|
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-8
|
|
|
|
- Rebuilt for c++ ABI breakage
|
|
|
|
|
2012-02-23 13:31:43 +00:00
|
|
|
* Thu Feb 23 2012 Karsten Hopp <karsten@redhat.com> 0.11.2-7
|
|
|
|
- don't require yap on ppc and ppc64, it is broken there: bz 790625
|
|
|
|
|
2012-01-14 01:11:46 +00:00
|
|
|
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-23 19:43:16 +00:00
|
|
|
* Wed Nov 23 2011 Ville Skyttä <ville.skytta@iki.fi> - 0.11.2-5
|
|
|
|
- Own doc dir in -pwl.
|
|
|
|
|
2011-11-01 16:27:11 +00:00
|
|
|
* Tue Nov 01 2011 Kevin Fenzi <kevin@scrye.com> - 0.11.2-4
|
|
|
|
- Rebuild for new gmp
|
|
|
|
|
2011-10-27 00:19:20 +00:00
|
|
|
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11.2-3.2
|
|
|
|
- Rebuilt for glibc bug#747377
|
|
|
|
|
2011-10-26 12:37:51 +00:00
|
|
|
* Wed Oct 26 2011 Marcela Mašláňová <mmaslano@redhat.com> - 0.11.2-2.2
|
|
|
|
- rebuild with new gmp without compat lib
|
|
|
|
|
2011-10-12 05:04:43 +00:00
|
|
|
* Wed Oct 12 2011 Peter Schiffer <pschiffe@redhat.com> - 0.11.2-2.1
|
|
|
|
- rebuild with new gmp
|
|
|
|
|
2011-05-31 12:59:06 +00:00
|
|
|
* Tue May 31 2011 Peter Robinson <pbrobinson@gmail.com> - 0.11.2-2
|
|
|
|
- Merge 15 Branch to master as its newer
|
|
|
|
- Add ARM to platform excludes
|
|
|
|
|
2011-02-28 16:37:27 +00:00
|
|
|
* Mon Feb 28 2011 Roberto Bagnara <bagnara@cs.unipr.it> - 0.11.2-1
|
|
|
|
- Updated for PPL 0.11.2.
|
|
|
|
|
2011-02-09 16:24:02 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10.2-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2009-09-11 08:43:14 +00:00
|
|
|
* 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
|
|
|
|
|
2009-08-19 08:32:24 +00:00
|
|
|
* Wed Aug 19 2009 Roberto Bagnara <bagnara@cs.unipr.it> - 0.10.2-9
|
|
|
|
- Force rebuild.
|
|
|
|
|
2009-08-14 07:46:43 +00:00
|
|
|
* Fri Aug 14 2009 Roberto Bagnara <bagnara@cs.unipr.it> - 0.10.2-8
|
|
|
|
- Force rebuild.
|
|
|
|
|
2009-08-14 07:43:57 +00:00
|
|
|
* Fri Aug 14 2009 Roberto Bagnara <bagnara@cs.unipr.it> - 0.10.2-7
|
|
|
|
- Force rebuild.
|
|
|
|
|
2009-08-12 19:27:22 +00:00
|
|
|
* Tue Aug 11 2009 Ville Skyttä <ville.skytta@iki.fi> - 0.10.2-6
|
|
|
|
- Use bzipped upstream tarball.
|
|
|
|
|
2009-07-26 19:21:00 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-12 14:42:15 +00:00
|
|
|
* Sun Jul 12 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10.2-4
|
|
|
|
- Force rebuild.
|
|
|
|
|
2009-06-19 06:32:00 +00:00
|
|
|
* Fri Jun 19 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10.2-3
|
|
|
|
- The `gprolog' and `yap' packages are not available on the sparc64 and
|
|
|
|
sparcv9 architectures: so do `ppl-gprolog', `ppl-gprolog-static' and
|
|
|
|
`ppl-yap'.
|
|
|
|
|
|
|
|
* Sat Apr 18 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10.2-2
|
|
|
|
- Force rebuild.
|
|
|
|
|
2009-04-18 09:07:44 +00:00
|
|
|
* Sat Apr 18 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10.2-1
|
|
|
|
- Updated for PPL 0.10.2.
|
|
|
|
|
2009-04-14 06:14:29 +00:00
|
|
|
* Tue Apr 14 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10.1-1
|
|
|
|
- Updated for PPL 0.10.1.
|
|
|
|
|
2009-03-29 14:42:33 +00:00
|
|
|
* Sun Mar 29 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-11
|
|
|
|
- Moved changelogs and PostScript and PDF versions of the GPL to the
|
|
|
|
`docs' subpackages. This saves considerable space on the live media.
|
|
|
|
|
2009-03-24 08:26:17 +00:00
|
|
|
* Tue Mar 24 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-10
|
|
|
|
- There are no GNU Prolog packages available on ia64: disable the GNU Prolog
|
|
|
|
interface also on those platforms (besides ppc64, s390 and s390x).
|
|
|
|
|
2009-02-27 02:04:08 +00:00
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.10-9
|
2009-03-24 08:26:17 +00:00
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild.
|
2009-02-27 02:04:08 +00:00
|
|
|
|
2009-02-18 22:28:14 +00:00
|
|
|
* Wed Feb 18 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-8
|
|
|
|
- Install the documentation according to the Fedora packaging conventions.
|
|
|
|
|
2014-04-29 19:46:37 +00:00
|
|
|
* Tue Feb 17 2009 Karsten Hopp <karsten@redhat.comt> 0.10-7
|
2009-03-24 08:26:17 +00:00
|
|
|
- There are no GNU Prolog packages available on s390 and s390x: disable
|
2009-02-18 22:28:14 +00:00
|
|
|
the GNU Prolog interface also on those platforms (besides ppc64).
|
2009-02-17 20:57:38 +00:00
|
|
|
|
2009-02-04 07:33:55 +00:00
|
|
|
* Wed Feb 04 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-6
|
|
|
|
- Better workaround for the bug affecting PPL 0.10 on big-endian
|
|
|
|
architectures.
|
|
|
|
|
2009-02-03 19:24:42 +00:00
|
|
|
* Tue Feb 03 2009 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-5
|
|
|
|
- Work around the bug affecting PPL 0.10 on big-endian architectures.
|
|
|
|
|
2008-12-05 06:54:02 +00:00
|
|
|
* Fri Dec 05 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-4
|
|
|
|
- Added `%%dir %%{_datadir}/doc/pwl' to the `%%files' section
|
|
|
|
of the `ppl-pwl' package.
|
|
|
|
|
2014-04-29 19:46:37 +00:00
|
|
|
* Tue Nov 04 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-3
|
2008-11-04 17:17:51 +00:00
|
|
|
- Fixed the requirements of the `ppl-java' package.
|
|
|
|
|
2014-04-29 19:46:37 +00:00
|
|
|
* Tue Nov 04 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-2
|
2008-11-04 13:34:16 +00:00
|
|
|
- Added m4 >= 1.4.8 to build requirements.
|
|
|
|
|
2014-04-29 19:46:37 +00:00
|
|
|
* Tue Nov 04 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.10-1
|
2008-11-04 13:11:56 +00:00
|
|
|
- Updated and extended for PPL 0.10. In particular, the `ppl-config'
|
|
|
|
program, being useful also for non-development activities, has been
|
|
|
|
brought back to the main package.
|
|
|
|
|
2008-09-30 14:40:41 +00:00
|
|
|
* Tue Sep 30 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-25
|
|
|
|
- The `swiprolog' package now requires pl >= 5.6.57-2.
|
|
|
|
|
2008-12-05 06:54:02 +00:00
|
|
|
* Mon Sep 08 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-24
|
2008-09-08 14:19:16 +00:00
|
|
|
- Changed ppl-0.9-swiprolog.patch so as to invoke `plld' with
|
|
|
|
the `-v' option.
|
|
|
|
|
2008-12-05 06:54:02 +00:00
|
|
|
* Mon Sep 08 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-23
|
2008-09-08 13:42:18 +00:00
|
|
|
- Fixed ppl-0.9-swiprolog.patch.
|
|
|
|
|
2008-12-05 06:54:02 +00:00
|
|
|
* Mon Sep 08 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-22
|
2008-09-08 08:25:36 +00:00
|
|
|
- Implemented a workaround to cope with the new location of SWI-Prolog.h.
|
|
|
|
|
2008-12-05 06:54:02 +00:00
|
|
|
* Mon Sep 08 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-21
|
2008-09-08 07:59:46 +00:00
|
|
|
- Fixed the SWI-Prolog interface dependencies.
|
|
|
|
|
2008-09-08 07:16:22 +00:00
|
|
|
* Mon May 19 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-20
|
|
|
|
- Added Requires /sbin/ldconfig.
|
|
|
|
|
2008-02-13 18:28:16 +00:00
|
|
|
* Wed Feb 13 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-19
|
|
|
|
- Include a patch to supply a missing inclusions of <cstdlib>.
|
|
|
|
|
2008-01-09 10:47:16 +00:00
|
|
|
* Wed Jan 09 2008 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-18
|
|
|
|
- Avoid multiarch conflicts when installed for multiple architectures.
|
|
|
|
|
2007-12-23 12:17:26 +00:00
|
|
|
* Sun Dec 23 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-17
|
|
|
|
- The SWI-Prolog `pl' package is temporarily not available on the ppc64
|
|
|
|
architecture: temporarily disabled `ppl-swiprolog' and
|
|
|
|
`ppl-swiprolog-static' on that architecture.
|
|
|
|
|
2007-09-29 06:50:53 +00:00
|
|
|
* Sat Sep 29 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-16
|
|
|
|
- The value of the `License' tag is now `GPLv2+'.
|
|
|
|
- `ppl-swiprolog' dependency on `readline-devel' removed (again).
|
2007-09-24 17:30:03 +00:00
|
|
|
|
2007-09-29 06:50:53 +00:00
|
|
|
* Mon Sep 24 2007 Jesse Keating <jkeating@redhat.com> 0.9-15
|
|
|
|
- Rebuild for new libgmpxx.
|
|
|
|
|
|
|
|
* Tue Aug 28 2007 Fedora Release Engineering <rel-eng at fedoraproject dot org> 0.9-14
|
2007-08-28 21:44:02 +00:00
|
|
|
- Rebuild for selinux ppc32 issue.
|
|
|
|
|
2007-07-06 08:28:18 +00:00
|
|
|
* Fri Jul 06 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-13
|
|
|
|
- Bug 246815 had been fixed: YAP support enabled again.
|
|
|
|
|
2007-07-05 12:48:08 +00:00
|
|
|
* Thu Jul 05 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-12
|
|
|
|
- Disable YAP support until bug 246815 is fixed.
|
|
|
|
- Bug 243084 has been fixed: `ppl-swiprolog' dependency on `readline-devel'
|
|
|
|
removed.
|
|
|
|
|
2007-07-05 05:34:48 +00:00
|
|
|
* Thu Jul 05 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-11
|
|
|
|
- The `gprolog' package is not available on the ppc64 architecture:
|
|
|
|
so do `ppl-gprolog' and `ppl-gprolog-static'.
|
|
|
|
|
2007-07-04 19:33:28 +00:00
|
|
|
* Tue Jul 03 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-10
|
|
|
|
- Use `%%{buildroot}' consistently, instead of `$RPM_BUILD_ROOT'.
|
|
|
|
|
|
|
|
* Mon Jul 02 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-9
|
|
|
|
- Patch NEWS, TODO and doc/definitions.dox so as to use the
|
|
|
|
UTF-8 encoding instead of ISO-8859.
|
|
|
|
|
|
|
|
* Tue Jun 12 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-8
|
|
|
|
- Patch the `libtool' script after `%%configure' so as to fix
|
|
|
|
the rpath issue.
|
|
|
|
- Revised the description of the `devel' package.
|
|
|
|
- Include also the `TODO' file in the documentation of the main package.
|
|
|
|
|
|
|
|
* Thu Jun 07 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-7
|
|
|
|
- `%%install' commands revised.
|
|
|
|
|
|
|
|
* Thu Jun 07 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-6
|
|
|
|
- All the static archives are now in `*-static' packages.
|
|
|
|
- Packages `ppl-gprolog-devel', `ppl-swiprolog-devel' and `ppl-yap-devel'
|
|
|
|
renamed `ppl-gprolog', `ppl-swiprolog' and `ppl-yap',
|
|
|
|
respectively.
|
|
|
|
- As a workaround for a bug in the `pl' package (Bugzilla Bug 243084),
|
|
|
|
`ppl-swiprolog' is now dependent on `readline-devel'.
|
|
|
|
- Added `%%dir %%{_datadir}/doc/%%{name}'.
|
|
|
|
- The `ppl-user-0.9-html' documentation directory is now properly listed.
|
|
|
|
- Remove installed *.la files.
|
|
|
|
- Added a `ppl-0.9-configure.patch' to avoid overriding CFLAGS and CXXFLAGS.
|
|
|
|
|
|
|
|
* Wed Jun 06 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-5
|
|
|
|
- Use `%%{_includedir}' and `%%{_libdir}' instead of `/usr/include'
|
|
|
|
and `/usr/lib', respectively.
|
|
|
|
- Use `%%{_datadir}/doc/%%{name}' instead of `/usr/share/doc/ppl'.
|
|
|
|
- Replaced `%%defattr(-,root,root)' with `%%defattr(-,root,root,-)'.
|
|
|
|
|
|
|
|
* Fri Feb 23 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-4
|
|
|
|
- The user manual (in various formats) is now in the `docs' package.
|
|
|
|
|
|
|
|
* Thu Feb 22 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-3
|
|
|
|
- Dependencies for YAP fixed.
|
|
|
|
- Make sure the header files of GNU Prolog and YAP are found.
|
|
|
|
|
|
|
|
* Wed Feb 21 2007 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Added missing dependencies.
|
|
|
|
|
|
|
|
* Sun Feb 18 2007 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- `%%doc' tags corrected for the Prolog interfaces.
|
|
|
|
- Tabs used consistently instead of spaces.
|
|
|
|
|
|
|
|
* Sat Feb 17 2007 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Make `swiprolog-devel' depend on `pl' (at leat 5.6); documentation added.
|
|
|
|
- The `yap' package has been renamed `yap-devel' and completed.
|
|
|
|
- The `gprolog' package has been renamed `gprolog-devel' and completed.
|
|
|
|
- The `ppl_lcdd' and `ppl_lpsol' programs are now in a new `utils' package.
|
|
|
|
- The `ppl-config' program is now in the `devel' package.
|
|
|
|
- Modified the configuration command so that the `glpk-devel' include files
|
|
|
|
are found.
|
|
|
|
|
|
|
|
* Sun Feb 11 2007 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-2
|
|
|
|
- The `%%_libdir/ppl' is no longer orphaned.
|
|
|
|
- Use `make %%{?_smp_mflags}' for building.
|
|
|
|
- The `swi' package has been renamed `swiprolog-devel'.
|
|
|
|
|
|
|
|
* Sat Feb 10 2007 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Added the `%%changelog' section.
|
|
|
|
- `Release' set to 2.
|
|
|
|
- `Packager' and `Vendor' tags removed.
|
|
|
|
- `Summary' fields are no longer ended with a dot.
|
|
|
|
- The value of the `License' tag is now `GPL'.
|
|
|
|
- Removed unused definition of `builddir'.
|
|
|
|
- The `Name', `Version' and `Release' tags are now directly defined.
|
|
|
|
- Commented out the efinitions of the `Require' and `Prefix' tags.
|
|
|
|
- Set the `BuildRequires' tag to `gmp-devel'.
|
|
|
|
- Exploit the features of `%%setup', `%%configure', `%%install',
|
|
|
|
`%%post' and `%%postun'.
|
|
|
|
- Mixed use of spaces and tabs avoided.
|
|
|
|
- Do configure with the --disable-rpath option so as to avoid
|
|
|
|
hardcoding the path to search libraries.
|
|
|
|
- Do not include libtool archive files.
|
|
|
|
- Packages reorganized.
|
|
|
|
|
|
|
|
* Mon Jan 16 2006 Roberto Bagnara <bagnara@cs.unipr.it> 0.9-1
|
|
|
|
- Install gzipped man pages.
|
|
|
|
- The `Copyright' tag is no longer supported: use `License' instead.
|
|
|
|
|
|
|
|
* Wed Jan 11 2006 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Include `ppl-config' in `%%{_bindir}' and the man pages in
|
|
|
|
`%%{_mandir}/man1'.
|
|
|
|
|
|
|
|
* Tue Jan 10 2006 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Require gcc-c++ to be at least 4.0.2.
|
|
|
|
- Distribute also `ppl_lpsol'.
|
|
|
|
|
|
|
|
* Tue Mar 01 2005 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Wrong dependency fixed.
|
|
|
|
|
|
|
|
* Mon Feb 28 2005 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- URL for the source fixed.
|
|
|
|
|
|
|
|
* Fri Dec 24 2004 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Sentence fixed.
|
|
|
|
|
|
|
|
* Thu Dec 23 2004 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- The file doc/README has been renamed README.doc so as not to conflict
|
|
|
|
with the library's main README file.
|
|
|
|
- Require gcc-c++ to be exactly version 3.4.1.
|
|
|
|
- `Summary' updated to reflect the fact that the library now provides
|
|
|
|
numerical abstractions other than convex polyhedra.
|
|
|
|
|
|
|
|
* Wed Aug 18 2004 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Distribute more documentation.
|
|
|
|
|
|
|
|
* Mon Aug 16 2004 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Added the `ppl_lcdd' program to the main package.
|
|
|
|
- Require gcc-c++ to be exactly version 3.4.1.
|
|
|
|
- We require gmp at least 4.1.3.
|
|
|
|
|
|
|
|
* Wed Jul 30 2003 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Build an RPM package also for the PWL.
|
|
|
|
- The Prolog interfaces depend on the PWL.
|
|
|
|
|
|
|
|
* Tue Mar 04 2003 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- We require gmp at least 4.1.2.
|
|
|
|
|
|
|
|
* Fri Oct 04 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Require gcc-c++ 3.2 or later version.
|
|
|
|
- Require gmp 4.1 or later version.
|
|
|
|
|
|
|
|
* Sun Jun 30 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Mention not necessarily closed convex polyhedra in the main `%%description'.
|
|
|
|
|
|
|
|
* Tue Jun 25 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- `%%files' section for gprolog package fixed.
|
|
|
|
|
|
|
|
* Mon Jun 24 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- `%%files' section fixed for the yap package.
|
|
|
|
- The `%%files' sections of each package are now complete.
|
|
|
|
|
|
|
|
* Wed Jun 12 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Added file list for package gprolog.
|
|
|
|
- Updated file list for package swi.
|
|
|
|
|
|
|
|
* Thu Jun 06 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- The `swi' package has now its `%%files' section.
|
|
|
|
|
|
|
|
* Wed Jun 05 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- We will build several RPM packages out of our source tree.
|
|
|
|
|
|
|
|
* Mon Mar 04 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Require gcc-c++ 3.0.4 or later version.
|
|
|
|
- Require gmp 4.0.1 or later version.
|
|
|
|
|
|
|
|
* Sun Jan 27 2002 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- The move to libtool is complete: we can now build and distribute
|
|
|
|
(with, e.g., RPM) static and dynamic versions of the library.
|
|
|
|
|
|
|
|
* Tue Oct 16 2001 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Changed `Summary'.
|
|
|
|
- Changed `Packager' in view of PGP signatures.
|
|
|
|
- Changed `Group' to `Development/Libraries'.
|
|
|
|
- Require gcc-c++ 2.96-85 or later version.
|
|
|
|
|
|
|
|
* Mon Oct 15 2001 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- Now we build a relocatable package.
|
|
|
|
|
|
|
|
* Mon Oct 15 2001 Roberto Bagnara <bagnara@cs.unipr.it>
|
|
|
|
- A first cut at a working RPM spec file.
|