Hello community,

here is the log from the commit of package ocaml-sedlex for openSUSE:Factory 
checked in at 2020-08-24 15:07:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-sedlex (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-sedlex.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-sedlex"

Mon Aug 24 15:07:25 2020 rev:5 rq:828694 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-sedlex/ocaml-sedlex.changes        
2020-03-09 15:23:22.816197749 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-sedlex.new.3399/ocaml-sedlex.changes      
2020-08-24 15:08:43.630558508 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 20:20:20 UTC 2020 - oher...@suse.de
+
+- Update to version 2.2
+  Support for OCaml 4.08
+
+-------------------------------------------------------------------

Old:
----
  ocaml-sedlex-2.1.tar.xz

New:
----
  ocaml-sedlex-2.2.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-sedlex.spec ++++++
--- /var/tmp/diff_new_pack.7zcDjZ/_old  2020-08-24 15:08:44.838559097 +0200
+++ /var/tmp/diff_new_pack.7zcDjZ/_new  2020-08-24 15:08:44.838559097 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-sedlex
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,20 @@
 
 
 Name:           ocaml-sedlex
-Version:        2.1
+Version:        2.2
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Unicode-friendly lexer generator
 License:        MIT
 Group:          Development/Languages/OCaml
-URL:            https://github.com/ocaml-community/sedlex
+URL:            https://opam.ocaml.org/packages/sedlex
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20200514
 BuildRequires:  ocamlfind(gen)
 BuildRequires:  ocamlfind(ocaml-migrate-parsetree)
-BuildRequires:  ocamlfind(ppx_tools_versioned.metaquot_405)
+BuildRequires:  ocamlfind(ppx_tools_versioned.metaquot_408)
 BuildRequires:  ocamlfind(uchar)
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.7zcDjZ/_old  2020-08-24 15:08:44.870559112 +0200
+++ /var/tmp/diff_new_pack.7zcDjZ/_new  2020-08-24 15:08:44.870559112 +0200
@@ -1,11 +1,13 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/ocaml-community/sedlex.git</param>
-    <param name="scm">git</param>
-    <param name="versionformat">2.1</param>
-    <!-- v2.1 -->
-    <param name="revision">82175adf61d604b1ebbf5ce4136cb6bba6ecf6cb</param>
     <param name="filename">ocaml-sedlex</param>
+    <param name="revision">25c0dbd82c7fc5d91102f5bd21db1411f2c46323</param>
+    <param name="scm">git</param>
+    <param name="submodules">disable</param>
+    <param name="url">https://github.com/ocaml-community/sedlex.git</param>
+    <param name="versionformat">@PARENT_TAG@</param>
+    <param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
+    <param name="versionrewrite-replacement">\1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ ocaml-sedlex-2.1.tar.xz -> ocaml-sedlex-2.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-sedlex-2.1/CHANGES new/ocaml-sedlex-2.2/CHANGES
--- old/ocaml-sedlex-2.1/CHANGES        2019-07-09 04:57:43.000000000 +0200
+++ new/ocaml-sedlex-2.2/CHANGES        2020-02-08 22:55:37.000000000 +0100
@@ -1,3 +1,6 @@
+2.2
+     * Support for OCaml 4.08
+
 2.1
      * GPR#78: Auto-generate unicode data
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-sedlex-2.1/dune-project 
new/ocaml-sedlex-2.2/dune-project
--- old/ocaml-sedlex-2.1/dune-project   2019-07-09 04:57:43.000000000 +0200
+++ new/ocaml-sedlex-2.2/dune-project   2020-02-08 22:55:37.000000000 +0100
@@ -1,2 +1,2 @@
-(lang dune 1.0)
+(lang dune 1.8)
 (name sedlex)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-sedlex-2.1/sedlex.opam 
new/ocaml-sedlex-2.2/sedlex.opam
--- old/ocaml-sedlex-2.1/sedlex.opam    2019-07-09 04:57:43.000000000 +0200
+++ new/ocaml-sedlex-2.2/sedlex.opam    2020-02-08 22:55:37.000000000 +0100
@@ -7,7 +7,7 @@
 OCaml source files. Lexing specific constructs are provided via a ppx syntax
 extension.
 "
-version: "2.1"
+version: "2.2"
 license: "MIT"
 doc: "https://ocaml-community.github.io/sedlex/index.html";
 maintainer: "Alain Frisch <alain.fri...@lexifi.com>"
@@ -19,16 +19,18 @@
 dev-repo: "git+https://github.com/ocaml-community/sedlex.git";
 bug-reports: "https://github.com/ocaml-community/sedlex/issues";
 build: [
-  ["dune" "subst"] {pinned}
   ["dune" "build" "-p" name "-j" jobs]
   ["dune" "runtest" "-p" name "-j" jobs] {with-test}
   ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc}
 ]
 depends: [
-  "ocaml" {build & >= "4.02.3"}
-  "dune" {build & >= "1.0"}
-  "ppx_tools_versioned"
+  "ocaml" {>= "4.02.3"}
+  "dune" {>= "1.8"}
+  "ppx_tools_versioned" {>= "5.2.3"}
   "ocaml-migrate-parsetree"
   "gen"
   "uchar"
 ]
+conflicts: [
+  "wcs-lib" {= "2017-05-26.03" | = "2017-05-26.04"}
+]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-sedlex-2.1/src/syntax/dune 
new/ocaml-sedlex-2.2/src/syntax/dune
--- old/ocaml-sedlex-2.1/src/syntax/dune        2019-07-09 04:57:43.000000000 
+0200
+++ new/ocaml-sedlex-2.2/src/syntax/dune        2020-02-08 22:55:37.000000000 
+0100
@@ -2,10 +2,10 @@
  (name sedlex_ppx)
  (public_name sedlex.ppx)
  (kind ppx_rewriter)
- (libraries ppx_tools_versioned.metaquot_405 ocaml-migrate-parsetree sedlex)
+ (libraries ppx_tools_versioned.metaquot_408 ocaml-migrate-parsetree sedlex)
  (ppx_runtime_libraries sedlex)
  (preprocess
-  (pps ppx_tools_versioned.metaquot_405))
+  (pps ppx_tools_versioned.metaquot_408))
  (flags (:standard -w -9)))
 
 (rule
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-sedlex-2.1/src/syntax/ppx_sedlex.ml 
new/ocaml-sedlex-2.2/src/syntax/ppx_sedlex.ml
--- old/ocaml-sedlex-2.1/src/syntax/ppx_sedlex.ml       2019-07-09 
04:57:43.000000000 +0200
+++ new/ocaml-sedlex-2.2/src/syntax/ppx_sedlex.ml       2020-02-08 
22:55:37.000000000 +0100
@@ -4,15 +4,15 @@
 
 open Longident
 open Migrate_parsetree
-open Ast_405
+open Ast_408
 open Parsetree
 open Asttypes
 open Ast_helper
-open Ast_convenience_405
+open Ast_convenience_408
 
-module Ast_mapper_class = Ast_mapper_class_405
+module Ast_mapper_class = Ast_mapper_class_408
 
-let ocaml_version = Versions.ocaml_405
+let ocaml_version = Versions.ocaml_408
 
 module Cset = Sedlex_cset
 


Reply via email to