Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-jsonm for openSUSE:Factory 
checked in at 2021-04-29 01:36:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-jsonm (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-jsonm.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-jsonm"

Thu Apr 29 01:36:45 2021 rev:3 rq:867935 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-jsonm/ocaml-jsonm.changes  2019-11-11 
21:25:37.179896346 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-jsonm.new.12324/ocaml-jsonm.changes       
2021-04-29 01:37:12.682477319 +0200
@@ -1,0 +2,5 @@
+Thu Jan 21 21:21:21 UTC 2021 - [email protected]
+
+- Build with dune via ocaml-jsonm.patch
+
+-------------------------------------------------------------------

New:
----
  ocaml-jsonm.patch

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

Other differences:
------------------
++++++ ocaml-jsonm.spec ++++++
--- /var/tmp/diff_new_pack.WnDams/_old  2021-04-29 01:37:13.874479008 +0200
+++ /var/tmp/diff_new_pack.WnDams/_new  2021-04-29 01:37:13.874479008 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-jsonm
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,11 +23,12 @@
 Summary:        Non-blocking streaming JSON codec for OCaml
 License:        ISC
 Group:          Development/Languages/OCaml
-Url:            http://erratique.ch/software/jsonm 
-Source:         %{name}-%{version}.tar.xz
+URL:            https://opam.ocaml.org/packages/jsonm
+Source0:        %{name}-%{version}.tar.xz
+Patch0:         ocaml-jsonm.patch
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20210121
 BuildRequires:  ocamlfind(uutf)
 
 %description
@@ -52,6 +53,7 @@
 
 %build
 dune_release_pkgs='jsonm'
+mv opam ${dune_release_pkgs}.opam
 %ocaml_dune_setup
 %ocaml_dune_build
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.WnDams/_old  2021-04-29 01:37:13.898479042 +0200
+++ /var/tmp/diff_new_pack.WnDams/_new  2021-04-29 01:37:13.902479048 +0200
@@ -1,10 +1,13 @@
 <services>
   <service name="tar_scm" mode="disabled">
-    <param name="url">https://github.com/dune-universe/jsonm.git</param>
-    <param name="scm">git</param>
-    <param name="versionformat">1.0.1</param>
-    <param name="revision">duniverse-v1.0.1</param>
     <param name="filename">ocaml-jsonm</param>
+    <param name="revision">15ba785854b8b6e45958570d23238b603cd3f8d6</param>
+    <param name="scm">git</param>
+    <param name="submodules">disable</param>
+    <param name="url">https://github.com/dbuenzli/jsonm.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-jsonm-1.0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-jsonm-1.0.1/dune-project 
new/ocaml-jsonm-1.0.1/dune-project
--- old/ocaml-jsonm-1.0.1/dune-project  2019-05-26 22:03:52.000000000 +0200
+++ new/ocaml-jsonm-1.0.1/dune-project  1970-01-01 01:00:00.000000000 +0100
@@ -1,2 +0,0 @@
-(lang dune 1.0)
-(name jsonm)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-jsonm-1.0.1/jsonm.opam 
new/ocaml-jsonm-1.0.1/jsonm.opam
--- old/ocaml-jsonm-1.0.1/jsonm.opam    2019-05-26 22:03:52.000000000 +0200
+++ new/ocaml-jsonm-1.0.1/jsonm.opam    1970-01-01 01:00:00.000000000 +0100
@@ -1,19 +0,0 @@
-opam-version: "1.2"
-maintainer: "Daniel B??nzli <daniel.buenzl [email protected]>"
-authors: ["Daniel B??nzli <daniel.buenzl [email protected]>"]
-homepage: "http://erratique.ch/software/jsonm";
-doc: "http://erratique.ch/software/jsonm/doc/Jsonm";
-dev-repo: "http://erratique.ch/repos/jsonm.git";
-bug-reports: "https://github.com/dbuenzli/jsonm/issues";
-tags: [ "json" "codec" "org:erratique" ]
-license: "ISC"
-available: [ ocaml-version >= "4.01.0"]
-depends: [
-  "ocamlfind" {build}
-  "ocamlbuild" {build}
-  "topkg" {build}
-  "uchar"
-  "uutf" ]
-build:[[
-  "ocaml" "pkg/pkg.ml" "build"
-          "--pinned" "%{pinned}%" ]]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-jsonm-1.0.1/opam new/ocaml-jsonm-1.0.1/opam
--- old/ocaml-jsonm-1.0.1/opam  1970-01-01 01:00:00.000000000 +0100
+++ new/ocaml-jsonm-1.0.1/opam  2017-03-07 15:02:34.000000000 +0100
@@ -0,0 +1,19 @@
+opam-version: "1.2"
+maintainer: "Daniel B??nzli <daniel.buenzl [email protected]>"
+authors: ["Daniel B??nzli <daniel.buenzl [email protected]>"]
+homepage: "http://erratique.ch/software/jsonm";
+doc: "http://erratique.ch/software/jsonm/doc/Jsonm";
+dev-repo: "http://erratique.ch/repos/jsonm.git";
+bug-reports: "https://github.com/dbuenzli/jsonm/issues";
+tags: [ "json" "codec" "org:erratique" ]
+license: "ISC"
+available: [ ocaml-version >= "4.01.0"]
+depends: [
+  "ocamlfind" {build}
+  "ocamlbuild" {build}
+  "topkg" {build}
+  "uchar"
+  "uutf" ]
+build:[[
+  "ocaml" "pkg/pkg.ml" "build"
+          "--pinned" "%{pinned}%" ]]
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-jsonm-1.0.1/src/dune 
new/ocaml-jsonm-1.0.1/src/dune
--- old/ocaml-jsonm-1.0.1/src/dune      2019-05-26 22:03:52.000000000 +0200
+++ new/ocaml-jsonm-1.0.1/src/dune      1970-01-01 01:00:00.000000000 +0100
@@ -1,6 +0,0 @@
-(library
- (name jsonm)
- (public_name jsonm)
- (libraries uutf)
- (flags :standard -w -6-27-32-39)
- (wrapped false))

++++++ ocaml-jsonm.patch ++++++
--- /dev/null
+++ b/dune-project
@@ -0,0 +1,2 @@
+(lang dune 1.0)
+(name jsonm)
--- /dev/null
+++ b/src/dune
@@ -0,0 +1,6 @@
+(library
+ (name jsonm)
+ (public_name jsonm)
+ (libraries uutf)
+ (flags :standard -w -6-27-32-39)
+ (wrapped false))

Reply via email to