From 6cc4b7f3700bacbb255aa7660b317aca91e5267e Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 3 Nov 2014 13:34:33 +0700 Subject: [PATCH] Update to 1.0.1 (cherry picked from commit 041a3eba5b24463fa3d5b88d7b7af6bdf399949b) --- .gitignore | 2 +- ocaml-cppo.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index a85a0f7..3abeba2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/cppo-0.9.3.tar.gz +/cppo-1.0.1.tar.gz diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 5d4b8d0..b931256 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -4,8 +4,8 @@ %endif Name: ocaml-cppo -Version: 0.9.3 -Release: 3%{?dist} +Version: 1.0.1 +Release: 1%{?dist} Summary: Equivalent of the C preprocessor for OCaml programs License: BSD @@ -60,11 +60,14 @@ make test %files -%doc LICENSE README Changes +%doc LICENSE README.md Changes %{_bindir}/cppo %changelog +* Mon Nov 3 2014 Michel Salim - 1.0.1-1 +- Update to 1.0.1 + * Thu Apr 24 2014 Jaromir Capik - 0.9.3-3 - Removing ExclusiveArch diff --git a/sources b/sources index 181da08..02d5dd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfea4211ab9a7c1276537ce4fc3669b5 cppo-0.9.3.tar.gz +b258d7a9961c6fe68155b030a2a22413 cppo-1.0.1.tar.gz