[Pkg-ocaml-maint-commits] [pcre-ocaml] 02/06: Imported Upstream version 7.0.4

Stéphane Glondu glondu at moszumanska.debian.org
Mon Jan 27 09:27:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pcre-ocaml.

commit 61b7df843c4e522ca658ad82c92d27ed8f874ee5
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Jan 27 10:24:07 2014 +0100

    Imported Upstream version 7.0.4
---
 .hg_archival.txt | 4 ++--
 .hgtags          | 1 +
 _oasis           | 2 +-
 _tags            | 2 +-
 lib/META         | 4 ++--
 myocamlbuild.ml  | 2 --
 setup.ml         | 6 +++---
 7 files changed, 10 insertions(+), 11 deletions(-)

diff --git a/.hg_archival.txt b/.hg_archival.txt
index cf7583a..1cc9148 100644
--- a/.hg_archival.txt
+++ b/.hg_archival.txt
@@ -1,4 +1,4 @@
 repo: 1062d19ece6f075dbc2fff3238732629f8005eb1
-node: 0db9b88824323847d3d7b35fa3382b9a27b95bbf
+node: f3d5a5f79d1e277fce4b46e714f72e29aa1dd149
 branch: default
-tag: release-7.0.3
+tag: release-7.0.4
diff --git a/.hgtags b/.hgtags
index fa1e2d1..078bb60 100644
--- a/.hgtags
+++ b/.hgtags
@@ -21,3 +21,4 @@ ec6cbe5b8c3bcbe85e50df42afdd3b0583ae6c72 release-6.2.4
 6f677cdfc12cfb68c522e3c35d62db10b4c15125 release-7.0.0
 8a4c42595d8297848e6872cbd111cb5e24ae721e release-7.0.1
 00e2295ec90dac1d9b3139456ed062179c00c1b2 release-7.0.2
+0db9b88824323847d3d7b35fa3382b9a27b95bbf release-7.0.3
diff --git a/_oasis b/_oasis
index d42cb0a..3c28f5b 100644
--- a/_oasis
+++ b/_oasis
@@ -1,6 +1,6 @@
 OASISFormat:      0.4
 Name:             pcre-ocaml
-Version:          7.0.3
+Version:          7.0.4
 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>
diff --git a/_tags b/_tags
index efeb496..b4072b1 100644
--- a/_tags
+++ b/_tags
@@ -35,7 +35,7 @@
 true: -traverse
 <{lib,examples}/**>: traverse
 
-<**/*.ml{,i}>: warn(Aer), annot
+<**/*.ml{,i}>: warn(Aer-44), strict_sequence, annot
 
 <lib/pcre.{cma,cmxa}>: oasis_library_pcre_cclib
 "lib/libpcre_stubs.lib": oasis_library_pcre_cclib
diff --git a/lib/META b/lib/META
index b4c37c5..0504439 100644
--- a/lib/META
+++ b/lib/META
@@ -1,6 +1,6 @@
 # OASIS_START
-# DO NOT EDIT (digest: d07e97f0c697a7b3f367d394902b13fc)
-version = "7.0.3"
+# DO NOT EDIT (digest: faeb33cf76ece05c4cddcc79ca161643)
+version = "7.0.4"
 description =
 "pcre-ocaml - bindings to the Perl Compatibility Regular Expressions library"
 archive(byte) = "pcre.cma"
diff --git a/myocamlbuild.ml b/myocamlbuild.ml
index dc365f5..c4e3046 100644
--- a/myocamlbuild.ml
+++ b/myocamlbuild.ml
@@ -613,8 +613,6 @@ let dispatch_default = MyOCamlbuildBase.dispatch_default package_default;;
 let () =
   let additional_rules = function
     | After_rules ->
-        flag ["compile"; "ocaml"] (S [A "-strict-sequence"]);
-
         (* Add correct PCRE compilation and link flags *)
         let pcre_clibs, opcre_cflags, opcre_clibs =
           let ic =
diff --git a/setup.ml b/setup.ml
index 2d253bf..33e22b7 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: c9726810418a19d1d60ee11dbe19812f) *)
+(* DO NOT EDIT (digest: 30a9a42eaf34f5c93e465a9fc93de66b) *)
 (*
    Regenerated by OASIS v0.4.0
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -6546,7 +6546,7 @@ let setup_t =
           alpha_features = [];
           beta_features = [];
           name = "pcre-ocaml";
-          version = "7.0.3";
+          version = "7.0.4";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -6841,7 +6841,7 @@ let setup_t =
        };
      oasis_fn = Some "_oasis";
      oasis_version = "0.4.0";
-     oasis_digest = Some "\027\1351��\127!MK��\148���\159";
+     oasis_digest = Some "�\018\029�@���~A\0020�\132\150%";
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/pcre-ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list