Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package texlive-specs-c for openSUSE:Factory
checked in at 2022-04-26 20:14:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive-specs-c (Old)
and /work/SRC/openSUSE:Factory/.texlive-specs-c.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texlive-specs-c"
Tue Apr 26 20:14:18 2022 rev:47 rq:972657 version:unknown
Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive-specs-c/texlive-specs-c.changes
2022-04-21 15:42:10.455900611 +0200
+++
/work/SRC/openSUSE:Factory/.texlive-specs-c.new.1538/texlive-specs-c.changes
2022-04-26 20:14:29.572528643 +0200
@@ -1,0 +2,13 @@
+Mon Apr 25 08:07:56 UTC 2022 - Dr. Werner Fink <[email protected]>
+
+- Add a _constraints file to increase required disk size (boo#1198793)
+- Avoid doubled luatex/texlua shebangs (boo#1198790)
+- Do not bail out if local ls-R is not writable (boo#1194496)
+
+-------------------------------------------------------------------
+Tue Apr 19 07:11:14 UTC 2022 - Dr. Werner Fink <[email protected]>
+
+- Move luakeys-debug.tex from doc tree into load tree
+- Move dtk-logos.sty from doc tree into load tree
+
+-------------------------------------------------------------------
New:
----
_constraints
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ texlive-specs-c.spec ++++++
--- /var/tmp/diff_new_pack.l8aJNS/_old 2022-04-26 20:14:34.624534283 +0200
+++ /var/tmp/diff_new_pack.l8aJNS/_new 2022-04-26 20:14:34.636534296 +0200
@@ -19,7 +19,7 @@
%define texlive_version 2022
%define texlive_previous 2021
%define texlive_release 20220321
-%define texlive_noarch 191
+%define texlive_noarch 195
#!BuildIgnore: texlive
#!BuildIgnore: texlive-scripts
@@ -19061,14 +19061,13 @@
tar --use-compress-program=xz -xf %{S:111} -C
%{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:112} -C
%{buildroot}%{_datadir}/texlive/texmf-dist
tar --use-compress-program=xz -xf %{S:113} -C
%{buildroot}%{_datadir}/texlive/texmf-dist
- # Correct wrong luaTeX scripts if any
+ # Avoid /usr/bin/env <prog>
for scr in %{_texmfdistdir}/tex/lualatex/bezierplot/bezierplot.lua
do
test -e %{buildroot}/$scr || continue
ed %{buildroot}/${scr} <<-'EOF'
1
- i
- #! /usr/bin/texlua
+ s@/env[[:blank:]]\+@/@
.
w
q
++++++ _constraints ++++++
<constraints>
<hardware>
<disk>
<size unit="G">6</size>
</disk>
<physicalmemory>
<size unit="G">4</size>
</physicalmemory>
<processors>2</processors>
</hardware>
</constraints>