Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
daaadf3132 | |||
|
4d643a85d1 | ||
1ba34be8a8 | |||
a234fb1cb5 |
@ -1,4 +1,4 @@
|
||||
mtime: 1688563859
|
||||
commit: 1604597a6d4c84fc69c42dd3f278b673e48e26ae
|
||||
url: https://src.opensuse.org/pool/swipl
|
||||
revision: factory
|
||||
mtime: 1721642934
|
||||
commit: b36f0d540729c04b66ede73dc7ed25b05f8e05e87fd363df7de46b1bc07d00ba
|
||||
url: https://src.opensuse.org/mcepl_pkgs/swipl.git
|
||||
revision: b36f0d540729c04b66ede73dc7ed25b05f8e05e87fd363df7de46b1bc07d00ba
|
||||
|
3
build.specials.obscpio
Normal file
3
build.specials.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c44722cb227aad3eba9242c5ac591fc06d6b5730bff6d837c3673ecf4dd22f5
|
||||
size 272
|
BIN
swipl-9.3.8.tar.gz
(Stored with Git LFS)
Normal file
BIN
swipl-9.3.8.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 22 10:08:40 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Add missing dependency … python3-devel.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 18 08:13:55 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
- Update to 9.3.8:
|
||||
Complete changelog is
|
||||
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.7&to=9.3.8
|
||||
and upstream still doesn’t provide any abbreviated version.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 6 08:59:44 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: swipl
|
||||
Version: 9.3.7
|
||||
Version: 9.3.8
|
||||
Release: 0
|
||||
Summary: Prolog Compiler
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
@ -34,6 +34,7 @@ BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: gperftools-devel
|
||||
BuildRequires: java-devel >= 1.8.0
|
||||
BuildRequires: python3-devel >= 3.6
|
||||
# For %%check
|
||||
BuildRequires: junit
|
||||
BuildRequires: libarchive-devel
|
||||
|
Loading…
Reference in New Issue
Block a user