Update to 9.3.15
This commit is contained in:
parent
d8968a3c35
commit
5b42fda5cc
BIN
swipl-9.3.12.tar.gz
(Stored with Git LFS)
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
BIN
swipl-9.3.15.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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 doesn’t 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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user