Hello community,

here is the log from the commit of package ocaml-ppx_derivers for 
openSUSE:Factory checked in at 2019-05-16 22:09:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-ppx_derivers (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-ppx_derivers.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-ppx_derivers"

Thu May 16 22:09:56 2019 rev:2 rq:703424 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-ppx_derivers/ocaml-ppx_derivers.changes    
2019-02-20 14:11:39.018933080 +0100
+++ 
/work/SRC/openSUSE:Factory/.ocaml-ppx_derivers.new.5148/ocaml-ppx_derivers.changes
  2019-05-16 22:09:57.902286741 +0200
@@ -1,0 +2,6 @@
+Thu May 16 09:29:55 UTC 2019 - [email protected]
+
+- New upstream release (1.2.1).
+  * Convert from Jbuilder to Dune. 
+
+-------------------------------------------------------------------

Old:
----
  ocaml-ppx_derivers-1.2.tar.gz

New:
----
  ocaml-ppx_derivers-1.2.1.tar.gz

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

Other differences:
------------------
++++++ ocaml-ppx_derivers.spec ++++++
--- /var/tmp/diff_new_pack.gwQeFG/_old  2019-05-16 22:09:58.722285996 +0200
+++ /var/tmp/diff_new_pack.gwQeFG/_new  2019-05-16 22:09:58.726285992 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           ocaml-ppx_derivers
-Version:        1.2
+Version:        1.2.1
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Deriving plugin registry

++++++ ocaml-ppx_derivers-1.2.tar.gz -> ocaml-ppx_derivers-1.2.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/.gitignore 
new/ppx_derivers-1.2.1/.gitignore
--- old/ppx_derivers-1.2/.gitignore     2018-02-26 16:16:45.000000000 +0100
+++ new/ppx_derivers-1.2.1/.gitignore   2019-04-04 21:10:50.000000000 +0200
@@ -1,3 +1,4 @@
 _build/
 .merlin
 *.install
+_opam
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/CHANGES.md 
new/ppx_derivers-1.2.1/CHANGES.md
--- old/ppx_derivers-1.2/CHANGES.md     2018-02-26 16:16:45.000000000 +0100
+++ new/ppx_derivers-1.2.1/CHANGES.md   2019-04-04 21:10:50.000000000 +0200
@@ -1,3 +1,7 @@
+# 1.2.1
+
+- Convert from Jbuilder to Dune (#5).
+
 # 1.2
 
 - Fix copyright year
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/Makefile 
new/ppx_derivers-1.2.1/Makefile
--- old/ppx_derivers-1.2/Makefile       2018-02-26 16:16:45.000000000 +0100
+++ new/ppx_derivers-1.2.1/Makefile     2019-04-04 21:10:50.000000000 +0200
@@ -2,15 +2,15 @@
 
 .PHONY: all
 all:
-       jbuilder build @install
+       dune build
 
 .PHONY: install
 install:
-       jbuilder install $(INSTALL_ARGS)
+       dune install $(INSTALL_ARGS)
 
 .PHONY: uninstall
 uninstall:
-       jbuilder uninstall $(INSTALL_ARGS)
+       dune uninstall $(INSTALL_ARGS)
 
 .PHONY: reinstall
 reinstall:
@@ -19,5 +19,4 @@
 
 .PHONY: clean
 clean:
-       rm -rf _build *.install
-       find . -name .merlin -delete
+       dune clean
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/dune-project 
new/ppx_derivers-1.2.1/dune-project
--- old/ppx_derivers-1.2/dune-project   1970-01-01 01:00:00.000000000 +0100
+++ new/ppx_derivers-1.2.1/dune-project 2019-04-04 21:10:50.000000000 +0200
@@ -0,0 +1,2 @@
+(lang dune 1.0)
+(name ppx_derivers)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/ppx_derivers.opam 
new/ppx_derivers-1.2.1/ppx_derivers.opam
--- old/ppx_derivers-1.2/ppx_derivers.opam      2018-02-26 16:16:45.000000000 
+0100
+++ new/ppx_derivers-1.2.1/ppx_derivers.opam    2019-04-04 21:10:50.000000000 
+0200
@@ -1,4 +1,4 @@
-opam-version: "1.2"
+opam-version: "2.0"
 maintainer: "[email protected]"
 authors: ["Jérémie Dimino"]
 license: "BSD3"
@@ -6,8 +6,14 @@
 bug-reports: "https://github.com/ocaml-ppx/ppx_derivers/issues";
 dev-repo: "git://github.com/ocaml-ppx/ppx_derivers.git"
 build: [
-  ["jbuilder" "build" "-p" name "-j" jobs]
+  ["dune" "build" "-p" name "-j" jobs]
 ]
 depends: [
-  "jbuilder" {>= "1.0+beta7"}
+  "ocaml"
+  "dune" {build}
 ]
+synopsis: "Shared [@@deriving] plugin registry"
+description: """
+Ppx_derivers is a tiny package whose sole purpose is to allow
+ppx_deriving and ppx_type_conv to inter-operate gracefully when linked
+as part of the same ocaml-migrate-parsetree driver."""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/src/dune 
new/ppx_derivers-1.2.1/src/dune
--- old/ppx_derivers-1.2/src/dune       1970-01-01 01:00:00.000000000 +0100
+++ new/ppx_derivers-1.2.1/src/dune     2019-04-04 21:10:50.000000000 +0200
@@ -0,0 +1,3 @@
+(library
+ (name ppx_derivers)
+ (public_name ppx_derivers))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ppx_derivers-1.2/src/jbuild 
new/ppx_derivers-1.2.1/src/jbuild
--- old/ppx_derivers-1.2/src/jbuild     2018-02-26 16:16:45.000000000 +0100
+++ new/ppx_derivers-1.2.1/src/jbuild   1970-01-01 01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-(library
- ((name        ppx_derivers)
-  (public_name ppx_derivers)))


Reply via email to