diff --git a/texlive-specs-b.changes b/texlive-specs-b.changes index 74c8d1a..5e183c4 100644 --- a/texlive-specs-b.changes +++ b/texlive-specs-b.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Wed Jun 30 12:59:13 UTC 2021 - Dr. Werner Fink + +- 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 + +- Move python detection and correction to python3 + +------------------------------------------------------------------- +Sun May 30 16:43:21 UTC 2021 - Callum Farmer + +- Change to using systemd-sysusers + ------------------------------------------------------------------- Mon Apr 12 12:41:38 UTC 2021 - Dr. Werner Fink diff --git a/texlive-specs-b.spec b/texlive-specs-b.spec index 946625d..01adca6 100644 --- a/texlive-specs-b.spec +++ b/texlive-specs-b.spec @@ -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 @@ -67,7 +67,7 @@ BuildRequires: texlive-filesystem BuildRequires: xz BuildArch: noarch Summary: Meta package for b -License: BSD-3-Clause AND GPL-2.0-or-later AND LGPL-3.0-or-later AND LPPL-1.0 AND OFL-1.1 AND SUSE-Public-Domain AND SUSE-TeX +License: BSD-3-Clause and GPL-2.0-or-later and LGPL-3.0-or-later and LPPL-1.0 and OFL-1.1 and SUSE-Public-Domain and SUSE-TeX URL: https://build.opensuse.org/package/show/Publishing:TeXLive/Meta Group: Productivity/Publishing/TeX/Base Source0: texlive-specs-b-rpmlintrc @@ -22208,11 +22208,12 @@ VERBOSE=false %{_texmfdistdir}/texconfig/update || : # Correct wrong python scripts if any for scr in %{_texmfdistdir}/asymptote/GUI/icons_rc.py do - test -e %{buildroot}/$scr || continue + test -e %{buildroot}/$scr || continue + head -n 1 %{buildroot}/$scr | grep -q python3 && continue ed %{buildroot}/${scr} <<-'EOF' 1 i - #! /usr/bin/python + #! /usr/bin/python3 . w q