forked from pool/swipl
Compare commits
16 Commits
Author | SHA256 | Date | |
---|---|---|---|
e5f36d3e98 | |||
9628057073 | |||
eac5e712e4 | |||
2517a3204b | |||
5b42fda5cc | |||
fa6d9d31ed | |||
d8968a3c35 | |||
c905a34393 | |||
53d056cc59 | |||
8694abeb1b | |||
2f52f7e7e7 | |||
|
83edeb9554 | ||
b36f0d5407 | |||
|
85e7ffd64b | ||
9193b0b643 | |||
8804a2feeb |
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
.osc
|
.osc
|
||||||
|
_scmsync.obsinfo
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
mtime: 1721642934
|
|
||||||
commit: b36f0d540729c04b66ede73dc7ed25b05f8e05e87fd363df7de46b1bc07d00ba
|
|
||||||
url: https://src.opensuse.org/mcepl_pkgs/swipl.git
|
|
||||||
revision: b36f0d540729c04b66ede73dc7ed25b05f8e05e87fd363df7de46b1bc07d00ba
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c44722cb227aad3eba9242c5ac591fc06d6b5730bff6d837c3673ecf4dd22f5
|
|
||||||
size 272
|
|
BIN
swipl-9.3.18.tar.gz
(Stored with Git LFS)
Normal file
BIN
swipl-9.3.18.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
swipl-9.3.8.tar.gz
(Stored with Git LFS)
BIN
swipl-9.3.8.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,3 +1,50 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 8 09:32:00 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 9.3.18:
|
||||||
|
Complete changelog is
|
||||||
|
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.15&to=9.3.18
|
||||||
|
and upstream still doesn’t provide any abbreviated version, and
|
||||||
|
the list of changes is still too long to enumerate here.
|
||||||
|
- Remove upstreamed patch:
|
||||||
|
- 104-fix-prolog_in_java.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
|
||||||
|
- Add 104-fix-prolog_in_java.patch to fix failing test jpl:prolog_in_java
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 9 13:15:26 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 9.3.12
|
||||||
|
Complete changelog is
|
||||||
|
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.11&to=9.3.12
|
||||||
|
and upstream still doesn’t provide any abbreviated version, and
|
||||||
|
the list of changes is still too long to enumerate here.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 24 09:43:00 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 9.3.11
|
||||||
|
Complete changelog is
|
||||||
|
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.10&to=9.3.11
|
||||||
|
and upstream still doesn’t provide any abbreviated version, and
|
||||||
|
the list of changes is still too long to enumerate here.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 7 06:32:48 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Update to 9.3.10:
|
||||||
|
Complete changelog is
|
||||||
|
https://www.swi-prolog.org/ChangeLog?branch=development&from=9.3.8&to=9.3.10
|
||||||
|
and upstream still doesn’t provide any abbreviated version.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 22 10:08:40 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
Mon Jul 22 10:08:40 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: swipl
|
Name: swipl
|
||||||
Version: 9.3.8
|
Version: 9.3.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Prolog Compiler
|
Summary: Prolog Compiler
|
||||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||||
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(xpm)
|
|||||||
BuildRequires: pkgconfig(xrender)
|
BuildRequires: pkgconfig(xrender)
|
||||||
BuildRequires: pkgconfig(xt)
|
BuildRequires: pkgconfig(xt)
|
||||||
BuildRequires: pkgconfig(yaml-0.1)
|
BuildRequires: pkgconfig(yaml-0.1)
|
||||||
|
BuildRequires: hamcrest
|
||||||
Provides: swi-prolog = %{version}
|
Provides: swi-prolog = %{version}
|
||||||
Provides: swi_pl = %{version}
|
Provides: swi_pl = %{version}
|
||||||
Obsoletes: swi-prolog < %{version}
|
Obsoletes: swi-prolog < %{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user