[ocaml-ounit] New upstream version 1.1.2, fixed for OCaml 4.00.0.

Richard W.M. Jones rjones at fedoraproject.org
Sat Jun 30 09:15:41 UTC 2012


commit 7da51b0d5bd8bc3f32a2c7427a578c1bcb101f3f
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Sat Jun 30 10:15:13 2012 +0100

    New upstream version 1.1.2, fixed for OCaml 4.00.0.

 .gitignore       |    1 +
 ocaml-ounit.spec |    9 ++++++---
 sources          |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee5bf8a..89b97ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 ounit-1.0.3.tar.gz
 /ounit-1.1.0.tar.gz
+/ounit-1.1.2.tar.gz
diff --git a/ocaml-ounit.spec b/ocaml-ounit.spec
index baa9042..183942f 100644
--- a/ocaml-ounit.spec
+++ b/ocaml-ounit.spec
@@ -2,14 +2,14 @@
 %define debug_package %{nil}
 
 Name:           ocaml-ounit
-Version:        1.1.0
-Release:        6%{?dist}
+Version:        1.1.2
+Release:        1%{?dist}
 Summary:        Unit test framework for OCaml
 
 Group:          Development/Libraries
 License:        MIT
 URL:            http://ounit.forge.ocamlcore.org/
-Source0:        https://forge.ocamlcore.org/frs/download.php/495/ounit-%{version}.tar.gz
+Source0:        http://forge.ocamlcore.org/frs/download.php/886/ounit-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
@@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 30 2012 Richard W.M. Jones <rjones at redhat.com> - 1.1.2-1
+- New upstream version 1.1.2, fixed for OCaml 4.00.0.
+
 * Sat Jun 09 2012 Richard W.M. Jones <rjones at redhat.com> - 1.1.0-6
 - Rebuild for OCaml 4.00.0.
 
diff --git a/sources b/sources
index bc87e57..3309e19 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf82bd7f8853cd9a1aff7be716192643  ounit-1.1.0.tar.gz
+14e4d8ee551004dbcc1607f438ef7d83  ounit-1.1.2.tar.gz


More information about the scm-commits mailing list