New upstream release.

This commit is contained in:
Jerry James 2016-04-16 22:09:35 -06:00
parent a77d13b46a
commit 8345187200
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/ocamlgraph-1.8.5.tar.gz
/ocamlgraph-1.8.6.tar.gz
/ocamlgraph-1.8.7.tar.gz

View File

@ -5,8 +5,8 @@
%endif
Name: ocaml-ocamlgraph
Version: 1.8.6
Release: 6%{?dist}
Version: 1.8.7
Release: 1%{?dist}
Summary: OCaml library for arc and node graphs
License: LGPLv2 with exceptions
@ -67,9 +67,6 @@ The %{name}-tools package contains graph editing tools for use with
cp -p %{SOURCE1} .
# Remove spurious executable bits
find . -name '*.ml*' -perm /0111 | xargs chmod a-x
# Fix encoding
for fil in CHANGES COPYING CREDITS; do
iconv -f latin1 -t utf-8 $fil > $fil.utf8
@ -139,7 +136,7 @@ install -m 0755 -p view_graph/viewgraph.byte \
%files devel
%doc CHANGES README dox-devel/*
%doc CHANGES README.adoc dox-devel/*
%if %opt
%{ocaml_destdir}/*/*.a
%{ocaml_destdir}/*/*.cmxa
@ -154,6 +151,9 @@ install -m 0755 -p view_graph/viewgraph.byte \
%changelog
* Sat Apr 16 2016 Jerry James <loganjerry@gmail.com> - 1.8.7-1
- New upstream release
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.6-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
afbc24f0e0eb72c2d3eda64b68513e73 ocamlgraph-1.8.6.tar.gz
e733b8309b9374e89d96e907ecaf4f76 ocamlgraph-1.8.7.tar.gz