Hello community,

here is the log from the commit of package texlive-specs-b for openSUSE:Factory 
checked in at 2018-01-26 13:57:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-b (Old)
 and      /work/SRC/openSUSE:Factory/.texlive-specs-b.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive-specs-b"

Fri Jan 26 13:57:18 2018 rev:32 rq:568897 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-b/texlive-specs-b.changes  
2018-01-13 21:37:29.110492226 +0100
+++ /work/SRC/openSUSE:Factory/.texlive-specs-b.new/texlive-specs-b.changes     
2018-01-26 13:57:20.991281887 +0100
@@ -1,0 +2,10 @@
+Wed Jan 24 08:46:16 UTC 2018 - [email protected]
+
+- Switch over to python 3 (boo#1077170)
+
+-------------------------------------------------------------------
+Thu Jan 11 12:48:35 UTC 2018 - [email protected]
+
+- Avoid nasty warning about missing batchmode in ENVironment 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive-specs-b.spec ++++++
--- /var/tmp/diff_new_pack.FZOGby/_old  2018-01-26 13:57:31.682782704 +0100
+++ /var/tmp/diff_new_pack.FZOGby/_new  2018-01-26 13:57:31.698781957 +0100
@@ -21,7 +21,7 @@
 %define texlive_version  2017
 %define texlive_previous 2016
 %define texlive_release  20170520
-%define texlive_noarch   133
+%define texlive_noarch   135
 
 #!BuildIgnore:          texlive
 
@@ -4708,7 +4708,7 @@
 Requires(posttrans): sed
 Requires(posttrans): texlive >= %{texlive_version}
 Recommends:     texlive-asymptote-doc >= %{texlive_version}
-Requires:       python-tk
+Requires:       python3-tk
 Requires:       texlive-media9 >= %{texlive_version}
 Requires:       texlive-movie15 >= %{texlive_version}
 Provides:       tex(asycolors.sty)
@@ -17189,6 +17189,31 @@
        test -e %{buildroot}/$scr || continue
        chmod 0755 %{buildroot}/$scr
     done
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/asymptote/GUI/CubicBezier.py \
+              %{_texmfdistdir}/asymptote/GUI/UndoRedoStack.py \
+              %{_texmfdistdir}/asymptote/GUI/xasy.py \
+              %{_texmfdistdir}/asymptote/GUI/xasy2asy.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyActions.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyBezierEditor.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyCodeEditor.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyColorPicker.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyFile.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyGUIIcons.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyMainWin.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyOptions.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyOptionsDialog.py \
+              %{_texmfdistdir}/asymptote/GUI/xasyVersion.py
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@/env[[:blank:]]\+@/@
+               .
+               w
+               q
+       EOF
+    done
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-asymptote-by-example-zh-cn-%{texlive_version}.%{texlive_noarch}.svn15878-%{release}-zypper
@@ -17366,6 +17391,18 @@
 %endif
     tar --use-compress-program=xz -xf %{S:60} -C 
%{buildroot}%{_datadir}/texlive
     tar --use-compress-program=xz -xf %{S:61} -C 
%{buildroot}%{_datadir}/texlive
+    # Avoid /usr/bin/env <prog>
+    for scr in %{_texmfdistdir}/scripts/authorindex/authorindex
+    do
+       test -e %{buildroot}/$scr || continue
+       ed %{buildroot}/${scr} <<-'EOF'
+               1
+               s@/env[[:blank:]]\+@/@
+               .
+               w
+               q
+       EOF
+    done
 %if %{with zypper_posttrans}
     ln -sf %{_texmfdistdir}/texconfig/zypper.py \
        
%{buildroot}/var/adm/update-scripts/texlive-auto-pst-pdf-%{texlive_version}.%{texlive_noarch}.0.0.6svn23723-%{release}-zypper


Reply via email to