SHA256
1
0
forked from pool/swipl

Compare commits

...

14 Commits

Author SHA256 Message Date
eac5e712e4 Merge pull request 'update-9.3.15' (#6) from mcepl/swipl:update-9.3.15 into factory 2024-12-03 09:52:07 +01:00
2517a3204b
fix: failing jpl:prolog_in_java (gh#SWI-Prolog/packages-jpl#104)
Patch from gh#SWI-Prolog/packages-jpl@e3be3065f2c8
2024-11-23 17:56:19 +01:00
5b42fda5cc
Update to 9.3.15 2024-11-22 18:27:04 +01:00
fa6d9d31ed Merge pull request 'Update to 9.3.12' (#5) from mcepl_pkgs/swipl:factory into factory 2024-10-23 14:46:52 +02:00
d8968a3c35
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.
2024-10-09 15:20:10 +02:00
c905a34393 Merge pull request 'Update to 9.3.11' (#4) from mcepl_pkgs/swipl:factory into factory 2024-09-30 09:04:37 +02:00
53d056cc59
Update to 9.3.11
Some checks failed
obs/scm/build
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.
2024-09-24 11:46:08 +02:00
8694abeb1b Merge pull request 'Update to 9.3.10:' (#3) from mcepl_pkgs/swipl:factory into factory 2024-09-16 09:38:56 +02:00
2f52f7e7e7
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.
2024-09-07 09:30:06 +02:00
Git SCM Staging
83edeb9554 Merge pull request 'Add missing dependency … python3-devel.' (#2) from mcepl_pkgs/swipl:factory into factory 2024-07-24 10:03:14 +02:00
b36f0d5407
Add missing dependency … python3-devel. 2024-07-22 12:08:54 +02:00
Git SCM Staging
85e7ffd64b Merge pull request 'update to 9.3.8' (#1) from mcepl_pkgs/swipl:factory into factory 2024-07-19 19:11:48 +02:00
9193b0b643
Update to 9.3.8:
Some checks failed
obs/scm/build
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.
2024-07-18 10:23:51 +02:00
8804a2feeb
Remove _scmsync.obsinfo 2024-07-18 10:19:14 +02:00
7 changed files with 105 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
.osc
_scmsync.obsinfo

View File

@ -0,0 +1,46 @@
---
packages/jpl/cmake/JUnit.cmake | 33 ++++++++++++++++++++++-----------
1 file changed, 22 insertions(+), 11 deletions(-)
--- a/packages/jpl/cmake/JUnit.cmake
+++ b/packages/jpl/cmake/JUnit.cmake
@@ -16,17 +16,28 @@
# Unfortunately GLOB ? means exactly one, so cannot use it to make the - optional!
## GLOB EXPRESSION: https://facelessuser.github.io/wcmatch/glob/
if(NOT JUNIT_JAR)
- file(GLOB JUNIT_JAR
- ${JAVA_LIB_INSTALL_DIR}/junit4.jar
- ${JAVA_LIB_INSTALL_DIR}/junit-4*.jar
- /usr/share/java/junit4.jar
- /usr/share/java/junit-4*.jar
- /usr/share/java/junit.jar
- /opt/local/share/java/junit.jar # Macport
- /opt/local/share/java/junit4.jar
- /opt/local/share/java/junit-4*.jar
- /usr/local/share/java/junit4.jar
- /usr/local/share/java/junit-4*.jar)
+ file(GLOB F_JUNIT_JAR
+ ${JAVA_LIB_INSTALL_DIR}/junit4.jar
+ ${JAVA_LIB_INSTALL_DIR}/junit-4*.jar
+ /usr/share/java/junit4.jar
+ /usr/share/java/junit-4*.jar
+ /opt/local/share/java/junit4.jar
+ /opt/local/share/java/junit-4*.jar
+ /usr/local/share/java/junit4.jar
+ /usr/local/share/java/junit-4*.jar)
+ if(NOT F_JUNIT_JAR)
+ file(GLOB F_JUNIT_JAR
+ /usr/share/java/junit.jar
+ /opt/local/share/java/junit.jar)
+ endif()
+ if(F_JUNIT_JAR)
+ list(GET F_JUNIT_JAR 0 F_JUNIT_JAR)
+ message("Found junit at ${F_JUNIT_JAR}")
+ else()
+ message("Could not find junit.jar.")
+ endif()
+ set(JUNIT_JAR ${F_JUNIT_JAR} CACHE FILEPATH
+ "junit4 jar file")
endif()
MARK_AS_ADVANCED(JUNIT_JAR)
find_file(HAMCREST

View File

@ -1,4 +0,0 @@
mtime: 1688563859
commit: 1604597a6d4c84fc69c42dd3f278b673e48e26ae
url: https://src.opensuse.org/pool/swipl
revision: factory

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

Binary file not shown.

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ee557317543ac5934a703f2c9d79d60a9a1e6fcbd0fe8bf6034a5afccd9754e1
size 12282836

View File

@ -1,3 +1,52 @@
-------------------------------------------------------------------
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.
- 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 doesnt 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 doesnt 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 doesnt provide any abbreviated version.
-------------------------------------------------------------------
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 doesnt provide any abbreviated version.
-------------------------------------------------------------------
Thu Jun 6 08:59:44 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@ -17,7 +17,7 @@
Name: swipl
Version: 9.3.7
Version: 9.3.15
Release: 0
Summary: Prolog Compiler
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@ -26,6 +26,9 @@ Source0: https://www.swi-prolog.org/download/devel/src/swipl-%{version}.t
Source98: swipl-rpmlintrc
# For SOURCE_DATE_EPOCH variable- reproducible builds
Source99: %{name}.changes
# PATCH-FIX-UPSTREAM 104-fix-prolog_in_java.patch gh#SWI-Prolog/packages-jpl#104 mcepl@suse.com
# Fix the wrong location of hamcrest location
Patch0: 104-fix-prolog_in_java.patch
BuildRequires: cmake
BuildRequires: db-devel
BuildRequires: fdupes
@ -34,6 +37,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
@ -59,6 +63,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}