Package Release Info

swipl-7.6.4-bp152.3.41

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

swipl

Change Logs

Version: 7.6.4-bp150.1.3
* Wed Mar 28 2018 guillaume@opensuse.org
- Update to 7.6.4 (fixes aarch64 build)
- Remove upstreamed patches:
  * fix-implicit-fortify-decl.patch
  * reproducible-builds.patch
* Tue Mar 14 2017 rpm@fthiessen.de
- Update to version 7.4.1
- Removed PREPARE_PACKAGE as we can now use SourceURLs,
  which is prefered.
- Removed now useless pl.patch
- Removed invalid internal_fix.patch (leads to failing tests)
- Added reproducible-builds.patch to allow build with fake time
  use the SOURCE_DATE_EPOCH variable.
- Added fix-implicit-fortify-decl.patch to fix build with
  new glibc on Factory, fixes boo#1023722.
* Thu Sep 10 2015 antoine.belvire@laposte.net
- Add PREPARE_PACKAGE to sources.
* Wed Sep 09 2015 antoine.belvire@laposte.net
- Update to version 7.2.2.
- SWI-Prolog 7 at a glance:
  * The new dict type and syntax provides both time and space
    efficient name-value maps with a pleasant syntax.
  * As a consequence, it was necessary to replace the list
    constructor .(H,T) by the (also in use by Mercury) '[|]'(H,T).
  * The syntax "..." is now mapped to strings. Strings are
    compatible with ECLiPSe.
  * Thanks to Torbjorn Lager, we have "Pengines", Prolog engines on
    the web. This provides a generic API to talk comfortably to a
    Prolog server from JavaScript and other Prolog instances.
  * Markus Triska added clp(b), the boolean constraint solver,
    improved his clp(fd) and was before several enhancements to the
    toplevel dealing with constraints.
  * Thanks to Matt Lilley and Mike Elston, there is CQL, a DSL
    (Domain Specific Language) for dealing with SQL.
  * Matt Lilley improved networking support significantly,
    including much better support for SSL and general support for
    both HTTP and SOCKS proxy servers.
  * Many people have provided add-ons (packs) that rely on
    SWI-Prolog version 7. See http://www.swi-prolog.org/pack/list.
* Wed Jul 23 2014 dvaleev@suse.com
- update swipl-ppc64.patch to fix powerpc builds
  ppc64le now have ppc64 as java_libarch
* Tue Jul 22 2014 mihailjp@gmail.com
- Update to version 6.6.6
* Mon Dec 23 2013 dvaleev@suse.com
- extend swipl-ppc64 patch to cover ppc64le as well
- modified patches:
  * swipl-ppc64.patch
* Fri Mar 01 2013 coolo@suse.com
- update license to new format
* Fri Oct 05 2012 dvaleev@suse.com
- fix jpl build on powerpc64 (swipl-ppc64.patch)
* Tue Jun 26 2012 mvyskocil@suse.cz
- build require java-devel >= 1.6.0
* Sun May 06 2012 poletti.marco@gmail.com
- Make pkg-config detect the right include directory (bug 758354).
* Sat Dec 18 2010 coolo@novell.com
- update to 5.10.2 to fix build with latest Xorg
  * bug fixes, no detailed changelog for patch level releases
* Wed May 19 2010 poletti.marco@gmail.com
- Removed all the bench/ directory, because those files are not
  used and some of them have copyright issues.
* Mon May 17 2010 poletti.marco@gmail.com
- Removed unused file bench/simple_analyzer.pl for copyright issues.
- Cleaned up spec file, that is now using RPM_OPT_FLAGS.
* Thu Apr 22 2010 poletti.marco@gmail.com
- Update to 5.10.0
- Rewrote the spec file from scratch, removing old stuff.
* Fri Feb 19 2010 poletti.marco@gmail.com
- Update to 5.8.3
  * Many new features
  * Bug fixes
  * Removed the old < 2.5.x foreign language interface compatibility.
- Split package in swi-prolog, swi-prolog-doc and swi-prolog-devel
- Changed location of some files
* Mon Aug 11 2008 sndirsch@suse.de
- update to 5.6.59
  * fixes/enhancements
* Sun Jul 20 2008 sndirsch@suse.de
- update to 5.6.57
  * fixes/enhancements
* Sun Apr 20 2008 sndirsch@suse.de
- update to 5.6.54
  * fixes/enhancements
* Thu Apr 03 2008 schwab@suse.de
- Fix broken configure checks.
- Fix missing null check.
- Enable parallel build.