diff --git a/junicode-fonts.requires b/junicode-fonts.requires deleted file mode 100644 index bd2aa0a..0000000 --- a/junicode-fonts.requires +++ /dev/null @@ -1 +0,0 @@ -Obsoletes: ctan-junicode-fonts <= 0.7.8 diff --git a/lm-fonts.requires b/lm-fonts.requires deleted file mode 100644 index 63e1066..0000000 --- a/lm-fonts.requires +++ /dev/null @@ -1 +0,0 @@ -Obsoletes: ctan-latinmodern-fonts <= 2.004 diff --git a/texlive-specs-c.changes b/texlive-specs-c.changes index 1b0a2e4..3350cc3 100644 --- a/texlive-specs-c.changes +++ b/texlive-specs-c.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Mar 22 13:10:35 UTC 2016 - werner@suse.de + +- Let texlive-lm-fonts obsolete ctan-latinmodern-fonts (boo#971282) +- Let texlive-junicode-fonts obsolete ctan-junicode-fonts (boo#971282) + +------------------------------------------------------------------- +Fri Mar 4 12:41:21 UTC 2016 - werner@suse.de + +- Handle even more unknown shebangs of scripts + ------------------------------------------------------------------- Tue Feb 9 13:43:56 UTC 2016 - werner@suse.de @@ -42,7 +53,7 @@ Thu Jan 28 10:52:36 UTC 2016 - werner@suse.de ------------------------------------------------------------------- Wed Apr 15 13:43:57 UTC 2015 - werner@suse.de -- Handle unkown scripts +- Handle unknown scripts ------------------------------------------------------------------- Tue Apr 14 13:53:08 UTC 2015 - werner@suse.de diff --git a/texlive-specs-c.spec b/texlive-specs-c.spec index 1bd2a3b..92c6316 100644 --- a/texlive-specs-c.spec +++ b/texlive-specs-c.spec @@ -12749,18 +12749,6 @@ rm -f /var/run/texlive/run-update mkdir -p %{buildroot}/var/adm/update-scripts ln -sf ../../share/texmf %{buildroot}%{_datadir}/texlive/texmf-dist ln -sf ../../lib/texmf %{buildroot}%{_datadir}/texlive/texmf - # Move relocated paths back to where those belongs to, - # required as the as texlive.tlpdb isn't correct anymore - relocate () { - pushd %{buildroot}%{_datadir}/texlive/ - rm -vrf tlpkg/tlpobj - for path in * ; do - test ! -h "$path" || continue - test -d "$path" || exit 1 - tar cpf - "$path" | tar xpf - -C %{buildroot}%{_texmfdistdir}/ - done - popd - } ln -sf %{_texmfdistdir}/texconfig/zypper.py \ %{buildroot}/var/adm/update-scripts/texlive-beamer-%{texlive_version}.%{texlive_noarch}.3.36svn36461-%{release}-zypper tar --use-compress-program=xz -xf %{S:1} -C %{buildroot}%{_datadir}/texlive/texmf-dist