actually fix newline issue in pgf

This commit is contained in:
Tom Callaway 2015-11-30 13:20:36 -05:00
parent 3fb717b4ba
commit 1c81dd04c0
1 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
%global source_date 20140525_r34255
%global tl_version 2014
%global tl_rel 11
%global tl_rel 12
%global tl_release %{tl_rel}.%{source_date}%{?dist}
%global tl_noarch_release %{tl_rel}%{?dist}
%global source_name texlive-%{source_date}-source
@ -207880,10 +207880,6 @@ xz -dc %{SOURCE611} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE612} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE613} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE614} | tar x -C %{buildroot}%{_texdir}/texmf-dist
# Fix bz1241458
sed -i 's|\def\pgfsys@svg@newline{\Hnewline}|\def\pgfsys@svg@newline{^^J}|g' %{buildroot}%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
xz -dc %{SOURCE616} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE617} | tar x -C %{buildroot}%{_texdir}/texmf-dist
xz -dc %{SOURCE619} | tar x -C %{buildroot}%{_texdir}/texmf-dist
@ -212553,6 +212549,10 @@ rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/Makefile
rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/man/man*/Makefile
rm -rf %{buildroot}%{_texdir}/texmf-dist/doc/info/dir
# Apply necessary cleanups
# bz1241458
sed -i 's|newline{\\Hnewline}|newline{^^J}|g' %{buildroot}%{_texdir}/texmf-dist/tex/generic/pgf/systemlayer/pgfsys-tex4ht.def
mkdir -p %{buildroot}%{_bindir}
mv %{buildroot}/bin/i386-linux/* %{buildroot}%{_bindir}
for i in `find %{buildroot}%{_bindir} -type f`; do
@ -355443,6 +355443,9 @@ fi
%{_libdir}/*.so
%changelog
* Mon Nov 30 2015 Tom Callaway <spot@fedoraproject.org> - 4:2014-12.20140525_r34255
- actually fix newline issue in pgf
* Thu Oct 1 2015 Tom Callaway <spot@fedoraproject.org> - 4:2014-11.20140525_r34255
- fix rpm macros so that the right file is copied
- add Requires: tex(titlesec.sty) to savetrees (bz1266801)