Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mathgl for openSUSE:Factory checked 
in at 2021-03-24 16:15:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mathgl (Old)
 and      /work/SRC/openSUSE:Factory/.mathgl.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mathgl"

Wed Mar 24 16:15:55 2021 rev:51 rq:880814 version:2.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes    2020-09-08 
22:48:55.483563010 +0200
+++ /work/SRC/openSUSE:Factory/.mathgl.new.2401/mathgl.changes  2021-03-24 
16:17:03.812197850 +0100
@@ -1,0 +2,8 @@
+Mon Mar 22 23:53:58 UTC 2021 - Atri Bhattacharya <[email protected]>
+
+- Disable octave bindings: no longer compatible with any
+  suppported octave version.
+- Disable linking to texconfig zypper posttrans configuration
+  script; this script is no longer installed by texlive.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ mathgl.spec ++++++
--- /var/tmp/diff_new_pack.5oGKK9/_old  2021-03-24 16:17:04.592198669 +0100
+++ /var/tmp/diff_new_pack.5oGKK9/_new  2021-03-24 16:17:04.596198672 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mathgl
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
 #
 
 
+%bcond_with zypper_posttrans
 %define octave_args --no-window-system --norc
 %define libname libmgl
 %if 0%{?suse_version} >= 1550
@@ -34,12 +35,8 @@
 %define somajor 7.5.0
 %define libversion 7_5_0
 
-# NOT COMPATIBLE WITH OCTAVE IN LEAP 15.1, 15.2
-%if 0%{?suse_version} <= 1500
+# NOT COMPATIBLE WITH OCTAVE >= 6
 %bcond_with octave
-%else
-%bcond_without octave
-%endif
 
 %if 0%{?fedora_version}
 %define _defaultdocdir %{_docdir}
@@ -297,9 +294,9 @@
 Summary:        MathGL scripts for LaTeX documents
 Requires:       mathgl-tools >= %{version}
 Requires(post): coreutils
-Requires(posttrans): texlive
-Requires(postun): coreutils
-Requires(postun): texlive
+Requires(posttrans):texlive
+Requires(postun):coreutils
+Requires(postun):texlive
 Requires(pre):  texlive
 Recommends:     mathgl-tex-doc = %{version}
 Provides:       tex(mgltex.sty)
@@ -426,9 +423,11 @@
 mv %{buildroot}%{_prefix}/lib/cgi-bin/mgl.cgi 
%{buildroot}/srv/www/cgi-bin/mgl.cgi
 
 # LaTeX package (based on TeXLive spec files)
+%if %{with zypper_posttrans}
 mkdir -p %{buildroot}%{_localstatedir}/adm/update-scripts
 ln -sf %{_datadir}/texmf/texconfig/zypper.py \
     
%{buildroot}%{_localstatedir}/adm/update-scripts/texlive-mgltex-%{version}-%{release}-zypper
+%endif
 
 %find_lang %{name}
 
@@ -566,7 +565,9 @@
 
 %files tex
 %{_datadir}/texmf/tex/latex/mgltex/
+%if %{with zypper_posttrans}
 
%{_localstatedir}/adm/update-scripts/texlive-mgltex-%{version}-%{release}-zypper
+%endif
 
 %files tex-doc
 %{_datadir}/texmf/doc/latex/mgltex/

Reply via email to