Update to 9.3.15

This commit is contained in:
Matej Cepl 2024-11-22 18:27:04 +01:00
parent d8968a3c35
commit 5b42fda5cc
Signed by untrusted user: mcepl
GPG Key ID: 79205802880BC9D8
4 changed files with 16 additions and 4 deletions

BIN
swipl-9.3.12.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
swipl-9.3.15.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Nov 22 13:31:23 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Update to 9.3.15:
Complete changelog is
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.12&to=9.3.15
and upstream still doesnt provide any abbreviated version, and
the list of changes is still too long to enumerate here.
-------------------------------------------------------------------
Wed Oct 9 13:15:26 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -17,7 +17,7 @@
Name: swipl
Version: 9.3.12
Version: 9.3.15
Release: 0
Summary: Prolog Compiler
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(xpm)
BuildRequires: pkgconfig(xrender)
BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(yaml-0.1)
BuildRequires: hamcrest
Provides: swi-prolog = %{version}
Provides: swi_pl = %{version}
Obsoletes: swi-prolog < %{version}
@ -113,6 +114,8 @@ CTEST_OPT_ARGS=""
%ifarch %ix86
CTEST_OPT_ARGS+=" --exclude-regex 'swipl:transaction'"
%endif
# gh#SWI-Prolog/swipl-devel#1333
CTEST_OPT_ARGS+=" --exclude-regex 'jpl:prolog_in_java'"
%ctest --verbose $CTEST_OPT_ARGS
%files