Accepting request 1069960 from home:mcepl
- Update to 9.0.4: - again a way too detailed changelog is available at https://www.swi-prolog.org/ChangeLog?branch=stable&from=8.4.3&to=9.0.4 - Skip failing test swipl:transaction (gh#SWI-Prolog/swipl-devel#1139) OBS-URL: https://build.opensuse.org/request/show/1069960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:misc/swipl?expand=0&rev=2
This commit is contained in:
parent
dbb0c27d0e
commit
b84e4b243b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:946119a0b5f5c8f410ea21fbf6281e917e61ef35ac0aabbdd24e787470d06faa
|
||||
size 11420526
|
3
swipl-9.0.4.tar.gz
Normal file
3
swipl-9.0.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:feb2815a51d34fa81cb34e8149830405935a7e1d1c1950461239750baa8b49f0
|
||||
size 11854471
|
@ -1,6 +1,2 @@
|
||||
# They are just for testing / examples needed
|
||||
addFilter("W: pem-certificate /usr/share/doc/packages/swipl-*")
|
||||
# They are needed for swipl / pl
|
||||
addFilter("E: devel-file-in-non-devel-package *")
|
||||
# Needed for own shared libraries
|
||||
addFilter("W: rpath-in-buildconfig *")
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 7 08:55:38 UTC 2023 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Update to 9.0.4:
|
||||
- again a way too detailed changelog is available at
|
||||
https://www.swi-prolog.org/ChangeLog?branch=stable&from=8.4.3&to=9.0.4
|
||||
- Skip failing test swipl:transaction (gh#SWI-Prolog/swipl-devel#1139)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 16:23:46 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
10
swipl.spec
10
swipl.spec
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: swipl
|
||||
Version: 8.4.3
|
||||
Version: 9.0.4
|
||||
Release: 0
|
||||
Summary: Prolog Compiler
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -96,12 +96,18 @@ install -D -m 0644 %{buildroot}%{_datadir}/pkgconfig/swipl.pc \
|
||||
rm -v %{buildroot}%{_datadir}/pkgconfig/swipl.pc
|
||||
rmdir -v %{buildroot}%{_datadir}/pkgconfig
|
||||
|
||||
%fdupes %{buildroot}/%{_libdir}/%{name}
|
||||
%fdupes %{buildroot}/%{_libdir}/%{name}-%{version}
|
||||
%fdupes %{buildroot}/%{_docdir}/%{name}-%{version}
|
||||
|
||||
%check
|
||||
export LANG="C.utf8"
|
||||
%ctest
|
||||
CTEST_OPT_ARGS=""
|
||||
# gh#SWI-Prolog/swipl-devel#1139
|
||||
%ifarch %ix86
|
||||
CTEST_OPT_ARGS+=" --exclude-regex 'swipl:transaction'"
|
||||
%endif
|
||||
%ctest --verbose $CTEST_OPT_ARGS
|
||||
|
||||
%files
|
||||
%license LICENSE README.md
|
||||
|
Loading…
Reference in New Issue
Block a user