commit ocaml-gen for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package ocaml-gen for openSUSE:Factory 
checked in at 2020-08-24 15:06:24

Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gen.new.3399 (New)


Package is "ocaml-gen"

Mon Aug 24 15:06:24 2020 rev:5 rq:828684 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes  2019-11-12 
16:12:16.707807750 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.3399/ocaml-gen.changes
2020-08-24 15:06:46.942501651 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 20:20:20 UTC 2020 - oher...@suse.de
+
+- Update to version 0.5.3
+  See included CHANGELOG.md for details
+
+---

Old:

  ocaml-gen-0.5.2.tar.xz

New:

  ocaml-gen-0.5.3.tar.xz



Other differences:
--
++ ocaml-gen.spec ++
--- /var/tmp/diff_new_pack.k5RX45/_old  2020-08-24 15:06:47.890502113 +0200
+++ /var/tmp/diff_new_pack.k5RX45/_new  2020-08-24 15:06:47.894502115 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-gen
 #
-# 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,21 +17,22 @@
 
 
 Name:   ocaml-gen
-Version:0.5.2
+Version:0.5.3
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:Simple, efficient iterators for OCaml
 License:BSD-2-Clause
 Group:  Development/Languages/OCaml
-URL:https://github.com/c-cube/gen
+URL:https://opam.ocaml.org/packages/gen
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20200514
 BuildRequires:  ocamlfind(bytes)
+BuildRequires:  ocamlfind(dune.configurator)
+BuildRequires:  ocamlfind(oUnit)
 BuildRequires:  ocamlfind(qcheck)
 BuildRequires:  ocamlfind(qtest)
-BuildRequires:  ocamlfind(oUnit)
 
 %description
 Iterators for OCaml, both restartable and consumable.

++ _service ++
--- /var/tmp/diff_new_pack.k5RX45/_old  2020-08-24 15:06:47.926502131 +0200
+++ /var/tmp/diff_new_pack.k5RX45/_new  2020-08-24 15:06:47.926502131 +0200
@@ -1,7 +1,7 @@
 
   
 ocaml-gen
-runtest-0.5.2
+runtest-0.5.3
 git
 disable
 https://github.com/olafhering/ocaml-gen.git

++ ocaml-gen-0.5.2.tar.xz -> ocaml-gen-0.5.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gen-0.5.2/.travis.yml 
new/ocaml-gen-0.5.3/.travis.yml
--- old/ocaml-gen-0.5.2/.travis.yml 1970-01-01 01:00:00.0 +0100
+++ new/ocaml-gen-0.5.3/.travis.yml 2019-11-04 08:56:10.0 +0100
@@ -0,0 +1,19 @@
+language: c
+install: wget 
https://raw.githubusercontent.com/ocaml/ocaml-ci-scripts/master/.travis-docker.sh
+script: bash -ex .travis-docker.sh
+services:
+- docker
+env:
+  global:
+  - PINS="gen:."
+  - DISTRO="ubuntu-16.04"
+  - PACKAGE="gen" 
+  matrix:
+  - OCAML_VERSION="4.03"
+#- OCAML_VERSION="4.04"
+#- PACKAGE="iter" OCAML_VERSION="4.05" EXTRA_DEPS="base-bigarray"
+  - OCAML_VERSION="4.06"
+  - OCAML_VERSION="4.07"
+  - OCAML_VERSION="4.08"
+#- OCAML_VERSION="4.09"
+  - OCAML_VERSION="4.10"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gen-0.5.2/CHANGELOG.md 
new/ocaml-gen-0.5.3/CHANGELOG.md
--- old/ocaml-gen-0.5.2/CHANGELOG.md2019-11-04 08:51:11.0 +0100
+++ new/ocaml-gen-0.5.3/CHANGELOG.md2019-11-04 08:56:10.0 +0100
@@ -1,5 +1,9 @@
 # Changelog
 
+# 0.5.3
+
+- fix npm-package contents to actually include compiled output. (oops!)
+
 # 0.5.2
 
 - explicitly support BuckleScript, and publish to npm as bs-gen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gen-0.5.2/README.md 
new/ocaml-gen-0.5.3/README.md
--- old/ocaml-gen-0.5.2/README.md   2019-11-04 08:51:11.0 +0100
+++ new/ocaml-gen-0.5.3/README.md   2019-11-04 08:56:10.0 +0100
@@ -1,4 +1,4 @@
-# Gen
+# Gen [![build 
status](https://travis-ci.org/c-cube/gen.svg?branch=master)](https://travis-ci.org/c-cube/gen)
 
 Iterators for OCaml, both restartable and consumable. The implementation
 keeps a good balance between simplicity and performance.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-gen-0.5.2/bsconfig.json 
new/ocaml-gen-0.5.3/bsconfig.json
--- old/ocaml-gen-0.5.2/bsconfig.json   2019-11-04 08:51:11.0 +0100
+++ new/ocaml-gen-0.5.3/bsconfig.json   

commit ocaml-gen for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package ocaml-gen for openSUSE:Factory 
checked in at 2019-11-12 16:12:10

Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gen.new.2990 (New)


Package is "ocaml-gen"

Tue Nov 12 16:12:10 2019 rev:4 rq:747692 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes  2019-10-24 
23:01:52.272012462 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.2990/ocaml-gen.changes
2019-11-12 16:12:16.707807750 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+- Use _service file
+
+---

Old:

  ocaml-gen-0.5.2.tar.gz

New:

  _service
  ocaml-gen-0.5.2.tar.xz



Other differences:
--
++ ocaml-gen.spec ++
--- /var/tmp/diff_new_pack.isJdG4/_old  2019-11-12 16:12:17.171808249 +0100
+++ /var/tmp/diff_new_pack.isJdG4/_new  2019-11-12 16:12:17.175808253 +0100
@@ -23,16 +23,14 @@
 Summary:Simple, efficient iterators for OCaml
 License:BSD-2-Clause
 Group:  Development/Languages/OCaml
-
 URL:https://github.com/c-cube/gen
-Source0:
https://github.com/c-cube/gen/archive/%{version}/%{name}-%{version}.tar.gz
-
+Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocaml-rpm-macros >= 20191101
 BuildRequires:  ocamlfind(bytes)
-BuildRequires:  ocamlfind(qtest.lib)
 BuildRequires:  ocamlfind(qcheck)
+BuildRequires:  ocamlfind(qtest)
 BuildRequires:  ocamlfind(oUnit)
 
 %description
@@ -51,9 +49,10 @@
 
 
 %prep
-%autosetup -p1 -n gen-%{version}
+%autosetup -p1
 
 %build
+dune_release_pkgs='gen'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -62,10 +61,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE
 %doc README.md
 
 %files devel -f %{name}.files.devel

++ _service ++

  
ocaml-gen
runtest-0.5.2
git
disable
https://github.com/olafhering/ocaml-gen.git
@PARENT_TAG@
  
  
*.tar
xz
  
  




commit ocaml-gen for openSUSE:Factory

2019-10-24 Thread root
Hello community,

here is the log from the commit of package ocaml-gen for openSUSE:Factory 
checked in at 2019-10-24 23:01:46

Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gen.new.2990 (New)


Package is "ocaml-gen"

Thu Oct 24 23:01:46 2019 rev:3 rq:735912 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes  2019-05-22 
11:16:04.462529161 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.2990/ocaml-gen.changes
2019-10-24 23:01:52.272012462 +0200
@@ -1,0 +2,5 @@
+Mon Sep 30 12:34:56 UTC 2019 - oher...@suse.de
+
+- use dune macros from ocaml-rpm-macros
+
+---



Other differences:
--
++ ocaml-gen.spec ++
--- /var/tmp/diff_new_pack.RyQiQy/_old  2019-10-24 23:01:52.844013119 +0200
+++ /var/tmp/diff_new_pack.RyQiQy/_new  2019-10-24 23:01:52.852013129 +0200
@@ -26,13 +26,14 @@
 
 URL:https://github.com/c-cube/gen
 Source0:
https://github.com/c-cube/gen/archive/%{version}/%{name}-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-rpm-macros
-BuildRequires:  opam-installer
+BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocamlfind(bytes)
+BuildRequires:  ocamlfind(qtest.lib)
+BuildRequires:  ocamlfind(qcheck)
+BuildRequires:  ocamlfind(oUnit)
 
 %description
 Iterators for OCaml, both restartable and consumable.
@@ -50,46 +51,23 @@
 
 
 %prep
-%setup -q -n gen-%{version}
+%autosetup -p1 -n gen-%{version}
 
 %build
-dune build @install --profile=release
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-dune install --destdir="%{buildroot}" --verbose
+%ocaml_dune_install
+%ocaml_create_file_list
 
-# These files will be installed using the doc and license directives
-rm %{buildroot}/usr/doc/gen/{LICENSE,README.md,CHANGELOG.md}
+%check
+%ocaml_dune_test || : make check failed
 
-%files
-%defattr(-,root,root,-)
-%doc README.md CHANGELOG.md
+%files -f %{name}.files
 %license LICENSE
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.cmxs
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%doc README.md CHANGELOG.md
-%license LICENSE
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%endif
-%{_libdir}/ocaml/*/dune-package
-%{_libdir}/ocaml/*/opam
-%{_libdir}/ocaml/*/*.ml
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmt
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/META
+%doc README.md
+
+%files devel -f %{name}.files.devel
 
 %changelog




commit ocaml-gen for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package ocaml-gen for openSUSE:Factory 
checked in at 2019-05-22 11:16:01

Comparing /work/SRC/openSUSE:Factory/ocaml-gen (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-gen.new.5148 (New)


Package is "ocaml-gen"

Wed May 22 11:16:01 2019 rev:2 rq:704395 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-gen/ocaml-gen.changes  2018-01-22 
16:18:24.95008 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-gen.new.5148/ocaml-gen.changes
2019-05-22 11:16:04.462529161 +0200
@@ -1,0 +2,7 @@
+Tue May 21 08:35:17 UTC 2019 - a...@onthewings.net
+
+- New upstream release (0.5.2)
+  * Transition to dune and opam 2.0.
+  * Explicitly support BuckleScript. 
+
+---

Old:

  ocaml-gen-0.5.tar.gz

New:

  ocaml-gen-0.5.2.tar.gz



Other differences:
--
++ ocaml-gen.spec ++
--- /var/tmp/diff_new_pack.0nvp25/_old  2019-05-22 11:16:06.218527932 +0200
+++ /var/tmp/diff_new_pack.0nvp25/_new  2019-05-22 11:16:06.218527932 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-gen
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,11 +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-gen
-Version:0.5
+Version:0.5.2
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:Simple, efficient iterators for OCaml
@@ -28,10 +29,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  ocaml
-BuildRequires:  ocaml-oasis
+BuildRequires:  ocaml-dune
 BuildRequires:  ocaml-findlib
-BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-rpm-macros
+BuildRequires:  opam-installer
 
 %description
 Iterators for OCaml, both restartable and consumable.
@@ -43,7 +44,6 @@
 Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
 
-
 %descriptiondevel
 The %{name}-devel package contains libraries and signature files for
 developing applications that use %{name}.
@@ -52,31 +52,29 @@
 %prep
 %setup -q -n gen-%{version}
 
-
 %build
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
-
+dune build @install --profile=release
 
 %install
-%ocaml_oasis_findlib_install
+dune install --destdir="%{buildroot}" --verbose
 
+# These files will be installed using the doc and license directives
+rm %{buildroot}/usr/doc/gen/{LICENSE,README.md,CHANGELOG.md}
 
 %files
 %defattr(-,root,root,-)
-%doc README.md CHANGELOG.md LICENSE
+%doc README.md CHANGELOG.md
+%license LICENSE
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
-
 %files devel
 %defattr(-,root,root,-)
-%{oasis_docdir_html}
+%doc README.md CHANGELOG.md
+%license LICENSE
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
 %if 0%{?ocaml_native_compiler}
@@ -84,14 +82,14 @@
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa
 %endif
+%{_libdir}/ocaml/*/dune-package
+%{_libdir}/ocaml/*/opam
 %{_libdir}/ocaml/*/*.ml
 %{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*.annot
 %{_libdir}/ocaml/*/*.cma
 %{_libdir}/ocaml/*/*.cmi
 %{_libdir}/ocaml/*/*.cmt
 %{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
 %{_libdir}/ocaml/*/META
 
 %changelog

++ ocaml-gen-0.5.tar.gz -> ocaml-gen-0.5.2.tar.gz ++
 9142 lines of diff (skipped)