hevea now generates *.svg instead of *.gif (RHBZ#1664307).

This commit is contained in:
Richard W.M. Jones 2019-01-08 13:34:48 +00:00
parent c230132a0f
commit 2c808962e5
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: ocaml-cil
Version: 1.7.3
Release: 44%{?dist}
Release: 45%{?dist}
Summary: CIL - Infrastructure for C Program Analysis and Transformation
License: BSD
@ -162,9 +162,9 @@ find $DESTDIR -name .packlist -type f -exec rm -f {} \;
mkdir -p doc/ocaml-cil/html
cp -r doc/html/cil/api doc/ocaml-cil/html
cp -r doc/html/cil/examples doc/ocaml-cil/html
cp doc/html/cil/*.gif doc/ocaml-cil/html/
cp doc/html/cil/*.html doc/ocaml-cil/html/
cp doc/html/cil/*.css doc/ocaml-cil/html/
cp doc/html/cil/*.svg doc/ocaml-cil/html/
cp doc/html/cil/CIL.pdf doc/ocaml-cil/cil-manual.pdf
@ -201,6 +201,9 @@ cp doc/html/cil/CIL.pdf doc/ocaml-cil/cil-manual.pdf
%changelog
* Tue Jan 08 2019 Richard W.M. Jones <rjones@redhat.com> - 1.7.3-45
- hevea now generates *.svg instead of *.gif (RHBZ#1664307).
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-44
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild