New upstream version 1.4.0.
- Fix download source URL.
This commit is contained in:
parent
501edd6f58
commit
7e4bb93395
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user