New upstream version 1.4.0.

- Fix download source URL.
This commit is contained in:
Richard W.M. Jones 2016-11-05 14:23:46 +00:00
parent 501edd6f58
commit 7e4bb93395
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/cppo-1.0.1.tar.gz /cppo-1.0.1.tar.gz
/cppo-1.1.2.tar.gz /cppo-1.1.2.tar.gz
/v1.4.0.tar.gz

View File

@ -4,13 +4,13 @@
%endif %endif
Name: ocaml-cppo Name: ocaml-cppo
Version: 1.1.2 Version: 1.4.0
Release: 3%{?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
URL: http://mjambon.com/cppo.html URL: http://mjambon.com/cppo.html
Source0: http://mjambon.com/releases/cppo/cppo-%{version}.tar.gz Source0: https://github.com/mjambon/cppo/archive/v%{version}.tar.gz
BuildRequires: ocaml >= 3.10.0 BuildRequires: ocaml >= 3.10.0
BuildRequires: ocaml-findlib BuildRequires: ocaml-findlib
@ -65,6 +65,10 @@ make test
%changelog %changelog
* Sat Nov 05 2016 Richard W.M. Jones <rjones@redhat.com> - 1.4.0-1
- New upstream version 1.4.0.
- Fix download source URL.
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3 * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
f1a551639c0c667ee8840d95ea5b2ab7 cppo-1.1.2.tar.gz efb8c760baab793e37bfd16e9dcdabb6 v1.4.0.tar.gz