Update to 1.0.1

This commit is contained in:
Michel Alexandre Salim 2014-11-03 13:34:33 +07:00
parent 0c0d3e2bad
commit 041a3eba5b
3 changed files with 8 additions and 5 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/cppo-0.9.3.tar.gz /cppo-1.0.1.tar.gz

View File

@ -4,8 +4,8 @@
%endif %endif
Name: ocaml-cppo Name: ocaml-cppo
Version: 0.9.3 Version: 1.0.1
Release: 9%{?dist} Release: 1%{?dist}
Summary: Equivalent of the C preprocessor for OCaml programs Summary: Equivalent of the C preprocessor for OCaml programs
License: BSD License: BSD
@ -60,11 +60,14 @@ make test
%files %files
%doc LICENSE README Changes %doc LICENSE README.md Changes
%{_bindir}/cppo %{_bindir}/cppo
%changelog %changelog
* Mon Nov 3 2014 Michel Salim <salimma@fedoraproject.org> - 1.0.1-1
- Update to 1.0.1
* Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 0.9.3-9 * Sat Aug 30 2014 Richard W.M. Jones <rjones@redhat.com> - 0.9.3-9
- ocaml-4.02.0 final rebuild. - ocaml-4.02.0 final rebuild.

View File

@ -1 +1 @@
cfea4211ab9a7c1276537ce4fc3669b5 cppo-0.9.3.tar.gz b258d7a9961c6fe68155b030a2a22413 cppo-1.0.1.tar.gz