Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2020-11-19 12:00:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maxima (Old)
 and      /work/SRC/openSUSE:Factory/.maxima.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maxima"

Thu Nov 19 12:00:50 2020 rev:43 rq:849298 version:5.44.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/maxima/maxima.changes    2020-10-28 
10:00:03.139214861 +0100
+++ /work/SRC/openSUSE:Factory/.maxima.new.5913/maxima.changes  2020-11-23 
10:35:57.377720760 +0100
@@ -1,0 +2,9 @@
+Wed Nov  4 21:35:35 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Disable sbcl backend for openSUSE < 1500 where sbcl is not
+  available.
+- maxima-exec-sbcl: Use `requires_eq` (on supported distro
+  versions) to enforce Requires on the same version of sbcl
+  against which it is built.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ maxima.spec ++++++
--- /var/tmp/diff_new_pack.BPLEfr/_old  2020-11-23 10:35:57.993721436 +0100
+++ /var/tmp/diff_new_pack.BPLEfr/_new  2020-11-23 10:35:57.997721440 +0100
@@ -16,9 +16,15 @@
 #
 
 
-# clisp and sbcl are available for oS, cmucl and gcl are not
-%bcond_without clisp
+# SBCL not available for older distros
+%if 0%{?suse_version} >= 1500
 %bcond_without sbcl
+%else
+%bcond_with sbcl
+%endif
+
+# clisp available for oS, cmucl and gcl are not
+%bcond_without clisp
 %bcond_with cmucl
 %bcond_with gcl
 
@@ -118,8 +124,8 @@
 %package exec-sbcl
 Summary:        Maxima compiled with SBCL
 Supplements:    packageand(maxima:sbcl)
-Requires:       sbcl
 Provides:       maxima_exec = %{version}
+%requires_eq    sbcl
 
 %description exec-sbcl
 Maxima compiled with SBCL.
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to