Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-stdlib-shims for openSUSE:Factory checked in at 2021-04-29 01:37:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-stdlib-shims (Old) and /work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.12324 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-stdlib-shims" Thu Apr 29 01:37:19 2021 rev:3 rq:885041 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-stdlib-shims/ocaml-stdlib-shims.changes 2019-11-11 21:30:27.868180076 +0100 +++ /work/SRC/openSUSE:Factory/.ocaml-stdlib-shims.new.12324/ocaml-stdlib-shims.changes 2021-04-29 01:38:01.730546839 +0200 @@ -1,0 +2,6 @@ +Fri Apr 9 09:09:09 UTC 2021 - [email protected] + +- Update to version 0.3.0 + See included CHANGES.md for details + +------------------------------------------------------------------- Old: ---- ocaml-stdlib-shims-0.1.0.tar.xz New: ---- ocaml-stdlib-shims-0.3.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-stdlib-shims.spec ++++++ --- /var/tmp/diff_new_pack.1Nf575/_old 2021-04-29 01:38:02.146547429 +0200 +++ /var/tmp/diff_new_pack.1Nf575/_new 2021-04-29 01:38:02.146547429 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-stdlib-shims # -# Copyright (c) 2019 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 @@ -17,17 +17,18 @@ Name: ocaml-stdlib-shims -Version: 0.1.0 +Version: 0.3.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Shim to substitute Pervasives with Stdlib before 4.08 License: LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception Group: Development/Languages/OCaml -Url: https://github.com/ocaml/stdlib-shims -Source: %{name}-%{version}.tar.xz +BuildRoot: %_tmppath/%name-%version-build +URL: https://opam.ocaml.org/packages/stdlib-shims +Source0: %{name}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20210409 %description Compiling against this library allows replacing uses of Pervasives @@ -45,7 +46,7 @@ developing applications that use %{name}. %prep -%autosetup -p1 +%setup -q %build dune_release_pkgs='stdlib-shims' @@ -60,7 +61,9 @@ %ocaml_dune_test %files -f %{name}.files +%defattr(-,root,root,-) %files devel -f %{name}.files.devel +%defattr(-,root,root,-) %changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1Nf575/_old 2021-04-29 01:38:02.174547468 +0200 +++ /var/tmp/diff_new_pack.1Nf575/_new 2021-04-29 01:38:02.174547468 +0200 @@ -1,10 +1,13 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="url">https://github.com/ocaml/stdlib-shims.git</param> - <param name="scm">git</param> - <param name="versionformat">0.1.0</param> - <param name="revision">master</param> <param name="filename">ocaml-stdlib-shims</param> + <param name="revision">fb6815e5d745f07fd567c11671149de6ef2e74c8</param> + <param name="scm">git</param> + <param name="submodules">disable</param> + <param name="url">https://github.com/ocaml/stdlib-shims.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-stdlib-shims-0.1.0.tar.xz -> ocaml-stdlib-shims-0.3.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/CHANGES.md new/ocaml-stdlib-shims-0.3.0/CHANGES.md --- old/ocaml-stdlib-shims-0.1.0/CHANGES.md 2019-10-09 12:21:12.000000000 +0200 +++ new/ocaml-stdlib-shims-0.3.0/CHANGES.md 2021-01-21 16:06:29.000000000 +0100 @@ -1,3 +1,9 @@ +0.3.0 2021-01-21 Cambridge +-------------------------- + +- Remove things accidentally included in 0.2.0 not listed below! (@dra27, #13) +- Extend the fix in #12 to OCaml 4.10.0, since PR#9011 wasn't merged until 4.11 + 0.2.0 2019-10-08 London ----------------------- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/dune-project new/ocaml-stdlib-shims-0.3.0/dune-project --- old/ocaml-stdlib-shims-0.1.0/dune-project 2019-10-09 12:21:12.000000000 +0200 +++ new/ocaml-stdlib-shims-0.3.0/dune-project 2021-01-21 16:06:29.000000000 +0100 @@ -1 +1,2 @@ (lang dune 1.0) +(name stdlib-shims) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/src/dune new/ocaml-stdlib-shims-0.3.0/src/dune --- old/ocaml-stdlib-shims-0.1.0/src/dune 2019-10-09 12:21:12.000000000 +0200 +++ new/ocaml-stdlib-shims-0.3.0/src/dune 2021-01-21 16:06:29.000000000 +0100 @@ -53,8 +53,8 @@ let missing_modules = if version < (4, 07) then ["Stdlib"] - else if version < (4, 10) then - (* For OCaml 4.07-4.09 incl. this solves the problem of being unable to + else if version < (4, 11) then + (* For OCaml 4.07-4.10 incl. this solves the problem of being unable to generate empty .cmxa files on MSVC by duplicating the Pervasives module (and updating its deprecation warning not to refer to this library! *) ["Pervasives"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-stdlib-shims-0.1.0/stdlib-shims.opam new/ocaml-stdlib-shims-0.3.0/stdlib-shims.opam --- old/ocaml-stdlib-shims-0.1.0/stdlib-shims.opam 2019-10-09 12:21:12.000000000 +0200 +++ new/ocaml-stdlib-shims-0.3.0/stdlib-shims.opam 2021-01-21 16:06:29.000000000 +0100 @@ -7,7 +7,6 @@ bug-reports: "https://github.com/ocaml/stdlib-shims/issues" tags: ["stdlib" "compatibility" "org:ocaml"] license: ["typeof OCaml system"] -available: [ ] depends: [ "dune" "ocaml" {>= "4.02.3"}
