Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package maxima for openSUSE:Factory checked in at 2023-06-06 19:57:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/maxima (Old) and /work/SRC/openSUSE:Factory/.maxima.new.15902 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "maxima" Tue Jun 6 19:57:17 2023 rev:47 rq:1091078 version:5.47.0 Changes: -------- --- /work/SRC/openSUSE:Factory/maxima/maxima.changes 2022-05-12 22:59:00.524687919 +0200 +++ /work/SRC/openSUSE:Factory/.maxima.new.15902/maxima.changes 2023-06-06 19:57:58.715084857 +0200 @@ -1,0 +2,9 @@ +Mon Jun 5 13:32:37 UTC 2023 - Atri Bhattacharya <[email protected]> + +- Update to version 5.47.0: + * Many changes, see + <https://sourceforge.net/p/maxima/code/ci/master/tree/changelogs/ChangeLog-5.47.md> +- Rebase maxima-python3.patch to apply cleanly. +- Use https for urls in the URL and Source0 tags. + +------------------------------------------------------------------- Old: ---- maxima-5.46.0.tar.gz New: ---- maxima-5.47.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ maxima.spec ++++++ --- /var/tmp/diff_new_pack.HUlnch/_old 2023-06-06 19:57:59.419089031 +0200 +++ /var/tmp/diff_new_pack.HUlnch/_new 2023-06-06 19:57:59.427089079 +0200 @@ -1,7 +1,7 @@ # # spec file for package maxima # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,12 +33,12 @@ %define __os_install_post %{_prefix}/lib/rpm/brp-suse Name: maxima -Version: 5.46.0 +Version: 5.47.0 Release: 0 Summary: Symbolic Computation Program/Computer Algebra System License: GPL-2.0-or-later -URL: http://maxima.sourceforge.net/ -Source0: http://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz +URL: https://maxima.sourceforge.net/ +Source0: https://download.sourceforge.net/maxima/%{name}-%{version}.tar.gz Source2: README.SUSE.packaging # PATCH-FIX-UPSTREAM maxima-python3.patch [email protected] -- Use python3 instead of python(2) when importing vtk modules and building help; this allows maxima to be built with python3 instead of python2. Patch0: maxima-python3.patch ++++++ maxima-5.46.0.tar.gz -> maxima-5.47.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/maxima/maxima-5.46.0.tar.gz /work/SRC/openSUSE:Factory/.maxima.new.15902/maxima-5.47.0.tar.gz differ: char 5, line 1 ++++++ maxima-python3.patch ++++++ --- /var/tmp/diff_new_pack.HUlnch/_old 2023-06-06 19:57:59.499089505 +0200 +++ /var/tmp/diff_new_pack.HUlnch/_new 2023-06-06 19:57:59.499089505 +0200 @@ -1,10 +1,10 @@ -Index: maxima-5.46.0/share/draw/vtk.lisp +Index: maxima-5.47.0/share/draw/vtk.lisp =================================================================== ---- maxima-5.46.0.orig/share/draw/vtk.lisp -+++ maxima-5.46.0/share/draw/vtk.lisp +--- maxima-5.47.0.orig/share/draw/vtk.lisp ++++ maxima-5.47.0/share/draw/vtk.lisp @@ -3113,7 +3113,7 @@ - ;; pull in requiered packages + ;; pull in required packages (format cmdstorage "~a~%~a~%~%~a~%~a~%~%~a~%~%" - "#!/usr/bin/env python" + "#!/usr/bin/python3"
