diff --git a/.gitignore b/.gitignore index bb8aa5f..a99d47b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /cppo-1.0.1.tar.gz /cppo-1.1.2.tar.gz +/v1.4.0.tar.gz diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 036fed9..22b9620 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -4,13 +4,13 @@ %endif Name: ocaml-cppo -Version: 1.1.2 -Release: 3%{?dist} +Version: 1.4.0 +Release: 1%{?dist} Summary: Equivalent of the C preprocessor for OCaml programs License: BSD 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-findlib @@ -65,6 +65,10 @@ make test %changelog +* Sat Nov 05 2016 Richard W.M. Jones - 1.4.0-1 +- New upstream version 1.4.0. +- Fix download source URL. + * Thu Feb 04 2016 Fedora Release Engineering - 1.1.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 9389637..a9491e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1a551639c0c667ee8840d95ea5b2ab7 cppo-1.1.2.tar.gz +efb8c760baab793e37bfd16e9dcdabb6 v1.4.0.tar.gz