diff --git a/.gitignore b/.gitignore index 9e07c96..8c6b5ef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /ocamlgraph-1.8.5.tar.gz /ocamlgraph-1.8.6.tar.gz +/ocamlgraph-1.8.7.tar.gz diff --git a/ocaml-ocamlgraph.spec b/ocaml-ocamlgraph.spec index 5e5010d..e77a4f5 100644 --- a/ocaml-ocamlgraph.spec +++ b/ocaml-ocamlgraph.spec @@ -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 - 1.8.7-1 +- New upstream release + * Thu Feb 04 2016 Fedora Release Engineering - 1.8.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 8b3520f..8ac3596 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afbc24f0e0eb72c2d3eda64b68513e73 ocamlgraph-1.8.6.tar.gz +e733b8309b9374e89d96e907ecaf4f76 ocamlgraph-1.8.7.tar.gz