Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package swipl for openSUSE:Factory checked 
in at 2024-11-24 11:04:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/swipl (Old)
 and      /work/SRC/openSUSE:Factory/.swipl.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "swipl"

Sun Nov 24 11:04:38 2024 rev:10 rq:1225990 version:9.3.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/swipl/swipl.changes      2024-10-09 
22:14:22.353820262 +0200
+++ /work/SRC/openSUSE:Factory/.swipl.new.28523/swipl.changes   2024-11-24 
11:04:51.280477944 +0100
@@ -1,0 +2,10 @@
+Fri Nov 22 13:31:23 UTC 2024 - Matej Cepl <mc...@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
+
+-------------------------------------------------------------------

Old:
----
  swipl-9.3.12.tar.gz

New:
----
  104-fix-prolog_in_java.patch
  swipl-9.3.15.tar.gz

BETA DEBUG BEGIN:
  New:  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
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ swipl.spec ++++++
--- /var/tmp/diff_new_pack.9A2BhR/_old  2024-11-24 11:04:52.100512036 +0100
+++ /var/tmp/diff_new_pack.9A2BhR/_new  2024-11-24 11:04:52.100512036 +0100
@@ -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
@@ -26,6 +26,9 @@
 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 mc...@suse.com
+# Fix the wrong location of hamcrest location
+Patch0:         104-fix-prolog_in_java.patch
 BuildRequires:  cmake
 BuildRequires:  db-devel
 BuildRequires:  fdupes
@@ -60,6 +63,7 @@
 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}

++++++ 104-fix-prolog_in_java.patch ++++++
---
 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

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.9A2BhR/_old  2024-11-24 11:04:52.148514031 +0100
+++ /var/tmp/diff_new_pack.9A2BhR/_new  2024-11-24 11:04:52.152514198 +0100
@@ -1,5 +1,5 @@
-mtime: 1728480010
-commit: d8968a3c359cb8896c6cf614bc71971ba9a2a7fb8d3e4a18cccdbac8ba0cf05f
-url: https://src.opensuse.org/mcepl_pkgs/swipl.git
-revision: d8968a3c359cb8896c6cf614bc71971ba9a2a7fb8d3e4a18cccdbac8ba0cf05f
+mtime: 1732380979
+commit: 2517a3204ba3bd0e14b99343ccd1e624d0438fbdc9b338c7bd76f3f6329cb33e
+url: https://src.opensuse.org/mcepl/swipl.git
+revision: 2517a3204ba3bd0e14b99343ccd1e624d0438fbdc9b338c7bd76f3f6329cb33e
 

++++++ build.specials.obscpio ++++++
diff: old/*: No such file or directory
diff: new/*: No such file or directory

++++++ swipl-9.3.12.tar.gz -> swipl-9.3.15.tar.gz ++++++
/work/SRC/openSUSE:Factory/swipl/swipl-9.3.12.tar.gz 
/work/SRC/openSUSE:Factory/.swipl.new.28523/swipl-9.3.15.tar.gz differ: char 5, 
line 1

Reply via email to