Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-luv for openSUSE:Factory checked in at 2022-04-06 21:51:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-luv (Old) and /work/SRC/openSUSE:Factory/.ocaml-luv.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-luv" Wed Apr 6 21:51:47 2022 rev:4 rq:967060 version:0.5.11 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-luv/ocaml-luv.changes 2021-09-29 20:19:36.171048365 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-luv.new.1900/ocaml-luv.changes 2022-04-06 21:52:19.946991307 +0200 @@ -1,0 +2,6 @@ +Mon Apr 4 04:04:04 UTC 2022 - oher...@suse.de + +- Update to version 0.5.11 + no changelog provided + +------------------------------------------------------------------- Old: ---- ocaml-luv-0.5.10.tar.xz New: ---- ocaml-luv-0.5.11.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-luv.spec ++++++ --- /var/tmp/diff_new_pack.T1rcEf/_old 2022-04-06 21:52:20.534984597 +0200 +++ /var/tmp/diff_new_pack.T1rcEf/_new 2022-04-06 21:52:20.534984597 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-luv # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,35 +17,35 @@ %bcond_with ocaml_luv_testsuite -%define build_flavor @BUILD_FLAVOR@%{nil} -%if "%{build_flavor}" == "testsuite" +%define build_flavor @BUILD_FLAVOR@%nil +%if "%build_flavor" == "testsuite" %if %{without ocaml_luv_testsuite} ExclusiveArch: do-not-build %endif %define nsuffix -testsuite %else -%define nsuffix %{nil} +%define nsuffix %nil %endif %define pkg ocaml-luv -Name: %{pkg}%{nsuffix} -Version: 0.5.10 +Name: %pkg%nsuffix +Version: 0.5.11 Release: 0 %{?ocaml_preserve_bytecode} Summary: Binding to libuv cross-platform asynchronous I/O License: MIT Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/luv -Source0: %{pkg}-%{version}.tar.xz -Patch0: %{pkg}.patch +Source0: %pkg-%version.tar.xz +Patch0: %pkg.patch BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210911 +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocamlfind(ctypes) BuildRequires: ocamlfind(result) BuildRequires: pkgconfig(libuv) -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" BuildRequires: ocamlfind(luv) BuildRequires: ocamlfind(alcotest) %endif @@ -60,34 +60,34 @@ alternative to the standard module Unix. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version Requires: pkgconfig(libuv) %description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +The %name-devel package contains libraries and signature files for +developing applications that use %name. %prep -%autosetup -p1 -n %{pkg}-%{version} +%autosetup -p1 -n %pkg-%version %build export LUV_USE_SYSTEM_LIBUV=yes dune_release_pkgs='luv,luv_unix' %ocaml_dune_setup -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_build %endif %install -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" export LUV_USE_SYSTEM_LIBUV=yes %ocaml_dune_install %ocaml_create_file_list %endif -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" %check %if %{without ocaml_luv_testsuite} exit 0 @@ -97,10 +97,10 @@ %ocaml_dune_test %endif -%if "%{build_flavor}" == "" -%files -f %{name}.files +%if "%build_flavor" == "" +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.T1rcEf/_old 2022-04-06 21:52:20.570984187 +0200 +++ /var/tmp/diff_new_pack.T1rcEf/_new 2022-04-06 21:52:20.574984141 +0200 @@ -1,7 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">ocaml-luv</param> - <param name="revision">62e0ebc8df8aacf9b601ff64d948158e5cbc7ff4</param> + <param name="revision">e74ab4c17cd43317044e2c1507eb34e21877e68b</param> <param name="scm">git</param> <param name="submodules">disable</param> <param name="url">https://github.com/aantron/luv.git</param> ++++++ ocaml-luv-0.5.10.tar.xz -> ocaml-luv-0.5.11.tar.xz ++++++ /work/SRC/openSUSE:Factory/ocaml-luv/ocaml-luv-0.5.10.tar.xz /work/SRC/openSUSE:Factory/.ocaml-luv.new.1900/ocaml-luv-0.5.11.tar.xz differ: char 15, line 1 ++++++ ocaml-luv.patch ++++++ --- /var/tmp/diff_new_pack.T1rcEf/_old 2022-04-06 21:52:20.598983867 +0200 +++ /var/tmp/diff_new_pack.T1rcEf/_new 2022-04-06 21:52:20.602983821 +0200 @@ -1,11 +1,11 @@ --- a/src/c/dune +++ b/src/c/dune @@ -117,6 +117,7 @@ let () = Jbuild_plugin.V1.send @@ {| - (deps (:c generate_types_step_2.c) helpers.h shims.h) - (action (bash "\ - %{cc} %{c} \ -+ -I '%{lib:integers:.}' \ - -I '%{lib:ctypes:.}' \ - -I %{ocaml_where} \ - |}^ i_option ^{| -o %{targets}"))) + |}^ i_option ^{| /Fe\"%{targets}\"; \ + else \ + %{cc} %{c} \ ++ -I '%{lib:integers:.}' \ + -I '%{lib:ctypes:.}' \ + -I %{ocaml_where} \ + |}^ i_option ^{| -o %{targets}; \