Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-logs for openSUSE:Factory checked in at 2022-07-22 19:20:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-logs (Old) and /work/SRC/openSUSE:Factory/.ocaml-logs.new.21925 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-logs" Fri Jul 22 19:20:28 2022 rev:4 rq:989356 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-logs/ocaml-logs.changes 2021-09-29 20:19:35.435047298 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-logs.new.21925/ocaml-logs.changes 2022-07-22 19:20:33.784592257 +0200 @@ -1,0 +2,5 @@ +Thu Jul 7 07:07:07 UTC 2022 - oher...@suse.de + +- Add conditional for lwt + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-logs.spec ++++++ --- /var/tmp/diff_new_pack.EpLfO6/_old 2022-07-22 19:20:34.196592965 +0200 +++ /var/tmp/diff_new_pack.EpLfO6/_new 2022-07-22 19:20:34.200592971 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-logs # -# 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 @@ -16,6 +16,8 @@ # +%bcond_with ocaml_lwt + Name: ocaml-logs Version: 0.7.0 Release: 0 @@ -24,16 +26,19 @@ License: ISC Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/logs -Source0: %{name}-%{version}.tar.xz +Source0: %name-%version.tar.xz Patch0: ocaml-logs.patch BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210911 +BuildRequires: ocaml-rpm-macros >= 20220707 BuildRequires: ocamlfind(cmdliner) BuildRequires: ocamlfind(compiler-libs.toplevel) BuildRequires: ocamlfind(fmt) BuildRequires: ocamlfind(result) BuildRequires: ocamlfind(threads) +%if %{with ocaml_lwt} +BuildRequires: ocamlfind(lwt) +%endif %description Logs provides a logging infrastructure for OCaml. Logging is performed on sources whose reporting level can be set independently. Log message report is decoupled from logging and is handled by a reporter. @@ -41,13 +46,13 @@ A few optional log reporters are distributed with the base library and the API easily allows to implement your own. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version %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 @@ -64,8 +69,8 @@ %check %ocaml_dune_test -%files -f %{name}.files +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %changelog