Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package texlive-specs-m for openSUSE:Factory
checked in at 2021-07-06 23:30:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-m (Old)
and /work/SRC/openSUSE:Factory/.texlive-specs-m.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-m"
Tue Jul 6 23:30:18 2021 rev:45 rq:904202 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-m/texlive-specs-m.changes
2021-04-29 22:48:46.731129328 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-specs-m.new.2625/texlive-specs-m.changes
2021-07-06 23:31:09.760182201 +0200
@@ -1,0 +2,19 @@
+Wed Jun 30 12:59:13 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add patch seminar_latex20200202.dif and patch prosper_utf8.dif
+ * Avoid latin1 characters and the caused warning about broken
+ enconding in the typeouts of prosper file
+ * Set lowest release of the LaTeX engine for seminar class
+ (boo#1185941)
+
+-------------------------------------------------------------------
+Tue Jun 29 09:17:39 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Move python detection and correction to python3
+
+-------------------------------------------------------------------
+Sun May 30 16:43:21 UTC 2021 - Callum Farmer <[email protected]>
+
+- Change to using systemd-sysusers
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-specs-m.spec ++++++
--- /var/tmp/diff_new_pack.Fa99nB/_old 2021-07-06 23:31:14.504145409 +0200
+++ /var/tmp/diff_new_pack.Fa99nB/_new 2021-07-06 23:31:14.524145254 +0200
@@ -21,7 +21,7 @@
%define texlive_version 2021
%define texlive_previous 2020
%define texlive_release 20210325
-%define texlive_noarch 185
+%define texlive_noarch 186
#!BuildIgnore: texlive
#!BuildIgnore: texlive-scripts
@@ -42126,6 +42126,23 @@
%endif
tar --use-compress-program=xz -xf %{S:267} -C
%{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:268} -C
%{buildroot}%{_datadir}/texlive/texmf-dist
+ # Correct shebang of python3 scripts if any
+ for scr in %{_texmfdistdir}/scripts/latex-make/figdepth.py \
+ %{_texmfdistdir}/scripts/latex-make/gensubfig.py \
+ %{_texmfdistdir}/scripts/latex-make/latexfilter.py \
+ %{_texmfdistdir}/scripts/latex-make/svg2dev.py \
+ %{_texmfdistdir}/scripts/latex-make/svgdepth.py
+ do
+ test -e %{buildroot}/$scr || continue
+ head -n 1 %{buildroot}/$scr | grep -q python3 && continue
+ ed %{buildroot}/${scr} <<-'EOF'
+ 1
+ s@python@python3@
+ .
+ w
+ q
+ EOF
+ done
# Avoid /usr/bin/env <prog>
for scr in %{_texmfdistdir}/scripts/latex-make/figdepth.py \
%{_texmfdistdir}/scripts/latex-make/gensubfig.py \
@@ -42158,6 +42175,19 @@
%endif
tar --use-compress-program=xz -xf %{S:271} -C
%{buildroot}%{_datadir}/texlive
tar --use-compress-program=xz -xf %{S:272} -C
%{buildroot}%{_datadir}/texlive
+ # Correct shebang of python3 scripts if any
+ for scr in %{_texmfdistdir}/scripts/latex-papersize/latex-papersize.py
+ do
+ test -e %{buildroot}/$scr || continue
+ head -n 1 %{buildroot}/$scr | grep -q python3 && continue
+ ed %{buildroot}/${scr} <<-'EOF'
+ 1
+ s@python@python3@
+ .
+ w
+ q
+ EOF
+ done
# Avoid /usr/bin/env <prog>
for scr in %{_texmfdistdir}/scripts/latex-papersize/latex-papersize.py
do