Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package texlive-specs-n for openSUSE:Factory
checked in at 2021-07-16 22:12:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-n (Old)
and /work/SRC/openSUSE:Factory/.texlive-specs-n.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-n"
Fri Jul 16 22:12:39 2021 rev:44 rq:906307 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-n/texlive-specs-n.changes
2021-07-06 23:31:15.252139608 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-specs-n.new.2632/texlive-specs-n.changes
2021-07-16 22:13:10.898643874 +0200
@@ -1,0 +2,15 @@
+Wed Jul 14 14:50:39 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Do not touch shebang with patch latexdiff_p2top3.dif
+
+-------------------------------------------------------------------
+Thu Jul 8 07:36:39 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Add the patches to convert python2 helper scripts to python3
+ * ejpecp_p2top3.dif
+ * enctex_p2top3.dif
+ * latexdiff_p2top3.dif
+ * newcommand_p2top3.dif
+ * punknova_p2top3.dif
+
+-------------------------------------------------------------------
New:
----
latexdiff_p2top3.dif
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-specs-n.spec ++++++
++++ 2403 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/texlive-specs-n/texlive-specs-n.spec
++++ and
/work/SRC/openSUSE:Factory/.texlive-specs-n.new.2632/texlive-specs-n.spec
++++++ latexdiff_p2top3.dif ++++++
---
doc/support/latexdiff/contrib/latexchanges.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--- texmf-dist/doc/support/latexdiff/contrib/latexchanges.py
+++ texmf-dist/doc/support/latexdiff/contrib/latexchanges.py 2021-06-30
04:53:47.018231060 +0000
@@ -41,8 +41,8 @@ for i in range(1,len(argv)):
newarg.append(argv[i])
if name:
- print "Filename",name+".tex"
- print "Prefix is",basename
+ print("Filename",name+".tex")
+ print("Prefix is",basename)
# Find last archived version
mtime=stat(name+".tex").st_mtime
old_mtime=0
@@ -57,7 +57,7 @@ if name:
# Archived version found?
if old_mtime>0:
- print "Comparing with",oldname
+ print("Comparing with",oldname)
system ("/bin/cp "+name+".aux "+name+".changes.aux")
system ("/bin/cp "+name+".bbl "+name+".changes.bbl")
system ("latexdiff "+oldname+" "+name+".tex > "+name+".changes.tex")