[ocaml-ounit] New upstream version 2.0.0.

Richard W.M. Jones rjones at fedoraproject.org
Sat Jul 12 19:10:56 UTC 2014


commit 19704a2336b1ec7000984b26aa77ca4c42de6077
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jul 12 20:10:06 2014 +0100

    New upstream version 2.0.0.
    
    - Remove BR on camlp4.

 .gitignore       |    1 +
 ocaml-ounit.spec |   12 +++++++++---
 sources          |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 89b97ef..2ac5742 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 ounit-1.0.3.tar.gz
 /ounit-1.1.0.tar.gz
 /ounit-1.1.2.tar.gz
+/ounit-2.0.0.tar.gz
diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec
index b2cc47a..f0b8545 100644
--- a/ocaml-ounit.spec
+++ b/ocaml-ounit.spec
@@ -1,8 +1,8 @@
 %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
 
 Name:           ocaml-ounit
-Version:        1.1.2
-Release:        9%{?dist}
+Version:        2.0.0
+Release:        1%{?dist}
 Summary:        Unit test framework for OCaml
 
 License:        MIT
@@ -13,7 +13,9 @@ ExcludeArch:    sparc64 s390 s390x
 BuildRequires:  ocaml >= 3.10.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-camlp4-devel
+# This may have been required by < 2.0.0, but doesn't seem to be
+# needed for newer versions.
+#BuildRequires:  ocaml-camlp4-devel
 
 
 %description
@@ -77,6 +79,10 @@ rm -rf $RPM_BUILD_ROOT/usr/local/share/doc
 
 
 %changelog
+* Sat Jul 12 2014 Richard W.M. Jones <rjones at redhat.com> - 2.0.0-1
+- New upstream version 2.0.0.
+- Remove BR on camlp4.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 3309e19..f0e8974 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-14e4d8ee551004dbcc1607f438ef7d83  ounit-1.1.2.tar.gz
+2e0a24648c55005978d4923eb4925b28  ounit-2.0.0.tar.gz


More information about the scm-commits mailing list