[Pkg-ocaml-maint-commits] [SCM] pcre-ocaml packaging branch, upstream, updated. upstream/6.2.5-3-g1bea41d
Stephane Glondu
steph at glondu.net
Wed May 8 14:41:52 UTC 2013
The following commit has been merged in the upstream branch:
commit f276ae0ceabef7af9c9fed41eaea5f3fc06f8978
Author: Stephane Glondu <steph at glondu.net>
Date: Wed May 8 16:36:57 2013 +0200
Imported Upstream version 7.0.1
diff --git a/.hg_archival.txt b/.hg_archival.txt
index b870a43..db64091 100644
--- a/.hg_archival.txt
+++ b/.hg_archival.txt
@@ -1,5 +1,4 @@
repo: 1062d19ece6f075dbc2fff3238732629f8005eb1
-node: 2b4e9bb63f5bae155ed862d9119b51643d3c5e53
+node: 8a4c42595d8297848e6872cbd111cb5e24ae721e
branch: default
-latesttag: release-7.0.0
-latesttagdistance: 1
+tag: release-7.0.1
diff --git a/CHANGES.txt b/CHANGES.txt
index c4145b4..e314d51 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,6 @@
+2012-07-20: Downgraded findlib version requirement to support the Debian
+ testing branch.
+
2012-07-15: New major release version 7.0.0:
* Upgraded to OCaml 4.00
diff --git a/INSTALL.txt b/INSTALL.txt
index 398f9ab..c160a61 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -1,5 +1,5 @@
(* OASIS_START *)
-(* DO NOT EDIT (digest: f2472efb2e9166cc65bf2c929da1590f) *)
+(* DO NOT EDIT (digest: 192e943301af913cb0b976621682101a) *)
This is the INSTALL file for the pcre-ocaml distribution.
This package uses OASIS to generate its build system. See section OASIS for
@@ -10,7 +10,7 @@ Dependencies
In order to compile this package, you will need:
* ocaml (>= 3.12) for all, doc API
-* findlib (>= 1.3.2)
+* findlib (>= 1.3.1)
Installing
==========
diff --git a/_oasis b/_oasis
index 94f147b..afef7f8 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
OASISFormat: 0.3
Name: pcre-ocaml
-Version: 7.0.0
+Version: 7.0.1
Synopsis: pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library
Description: pcre-ocaml offers library functions for string pattern matching and substitution, similar to the functionality offered by the Perl language.
Authors: Markus Mottl <markus.mottl at gmail.com>
@@ -9,7 +9,7 @@ Maintainers: Markus Mottl <markus.mottl at gmail.com>
LicenseFile: COPYING.txt
License: LGPL-2.1+ with OCaml linking exception
OCamlVersion: >= 3.12
-FindlibVersion: >= 1.3.2
+FindlibVersion: >= 1.3.1
Homepage: https://bitbucket.org/mmottl/pcre-ocaml
#Categories:
#FilesAB:
diff --git a/lib/META b/lib/META
index 9edf3c4..f6ea408 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
# OASIS_START
-# DO NOT EDIT (digest: c57f2d485325421c6ce880a4de56e8c7)
-version = "7.0.0"
+# DO NOT EDIT (digest: d0ebe0fdbefb8351a1b7bbaacc418d60)
+version = "7.0.1"
description =
"pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
archive(byte) = "pcre.cma"
diff --git a/setup.ml b/setup.ml
index e4825f3..97627b2 100644
--- a/setup.ml
+++ b/setup.ml
@@ -1,7 +1,7 @@
(* setup.ml generated for the first time by OASIS v0.3.0 *)
(* OASIS_START *)
-(* DO NOT EDIT (digest: cbfb89929b547d2f600144faa183f6f1) *)
+(* DO NOT EDIT (digest: 9feba4fba60ba13906a466bd238bd159) *)
(*
Regenerated by OASIS v0.3.0
Visit http://oasis.forge.ocamlcore.org for more information and
@@ -5576,9 +5576,9 @@ let setup_t =
{
oasis_version = "0.3";
ocaml_version = Some (OASISVersion.VGreaterEqual "3.12");
- findlib_version = Some (OASISVersion.VGreaterEqual "1.3.2");
+ findlib_version = Some (OASISVersion.VGreaterEqual "1.3.1");
name = "pcre-ocaml";
- version = "7.0.0";
+ version = "7.0.1";
license =
OASISLicense.DEP5License
(OASISLicense.DEP5Unit
@@ -5873,7 +5873,7 @@ let setup_t =
};
oasis_fn = Some "_oasis";
oasis_version = "0.3.0";
- oasis_digest = Some "üUú,é\029:\137\003uµÞ\026Ö,u";
+ oasis_digest = Some "\138\128¿âýÞB\018\156aÌä5Ó)\t";
oasis_exec = None;
oasis_setup_args = [];
setup_update = false;
--
pcre-ocaml packaging
More information about the Pkg-ocaml-maint-commits
mailing list