[ocaml-mikmatch] - New upstream version 1.0.3 (support for OCaml 3.12). - Rebuild for OCaml 3.12.0.

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 7 14:25:07 UTC 2011


commit 276ff137e0fdc5cf157f2bbfaec11f3fdf707102
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 7 14:24:26 2011 +0000

    - New upstream version 1.0.3 (support for OCaml 3.12).
    - Rebuild for OCaml 3.12.0.

 .gitignore          |    1 +
 ocaml-mikmatch.spec |   10 +++++++---
 sources             |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8bd01c5..448b2ba 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 mikmatch-1.0.2.tar.bz2
+/mikmatch-1.0.3.tar.bz2
diff --git a/ocaml-mikmatch.spec b/ocaml-mikmatch.spec
index bde989a..bd6f6fb 100644
--- a/ocaml-mikmatch.spec
+++ b/ocaml-mikmatch.spec
@@ -2,8 +2,8 @@
 %define debug_package %{nil}
 
 Name:           ocaml-mikmatch
-Version:        1.0.2
-Release:        2%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        OCaml extension for pattern matching with regexps
 
 Group:          Development/Libraries
@@ -13,7 +13,7 @@ Source0:        http://martin.jambon.free.fr/mikmatch-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    sparc64 s390 s390x
 
-BuildRequires:  ocaml >= 3.11.0
+BuildRequires:  ocaml >= 3.12.0
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-camlp4-devel
@@ -106,6 +106,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jan  7 2011 Richard W.M. Jones <rjones at redhat.com> - 1.0.3-1
+- New upstream version 1.0.3 (support for OCaml 3.12).
+- Rebuild for OCaml 3.12.0.
+
 * Wed Dec 30 2009 Richard W.M. Jones <rjones at redhat.com> - 1.0.2-2
 - Rebuild for OCaml 3.11.2.
 
diff --git a/sources b/sources
index 8d09df2..67fb049 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aa1846c37dd3bd20fbbe9e2b57d35bf2  mikmatch-1.0.2.tar.bz2
+a82a73caee22e9ed109797901e4a0804  mikmatch-1.0.3.tar.bz2


More information about the scm-commits mailing list