Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-graphics for openSUSE:Factory checked in at 2022-04-12 21:49:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-graphics (Old) and /work/SRC/openSUSE:Factory/.ocaml-graphics.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-graphics" Tue Apr 12 21:49:54 2022 rev:3 rq:968051 version:5.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-graphics/ocaml-graphics.changes 2021-09-29 20:19:32.895043615 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-graphics.new.1900/ocaml-graphics.changes 2022-04-12 21:49:55.915226684 +0200 @@ -1,0 +2,5 @@ +Sat Apr 9 12:34:56 UTC 2022 - [email protected] + +- Require ocamlfind(dune-configurator) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-graphics.spec ++++++ --- /var/tmp/diff_new_pack.EEVnPX/_old 2022-04-12 21:49:56.535219720 +0200 +++ /var/tmp/diff_new_pack.EEVnPX/_new 2022-04-12 21:49:56.539219676 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-graphics # -# 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 @@ -24,10 +24,11 @@ License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception Group: Development/Languages/OCaml Url: https://github.com/ocaml/graphics -Source: %{name}-%{version}.tar.xz +Source: %name-%version.tar.xz BuildRequires: ocaml(ocaml_base_version) >= 4.09 -BuildRequires: ocaml-rpm-macros >= 20210911 -BuildRequires: ocamlfind(dune) +BuildRequires: ocaml-dune >= 2.1 +BuildRequires: ocaml-rpm-macros >= 20220409 +BuildRequires: ocamlfind(dune-configurator) BuildRequires: pkgconfig(x11) %description @@ -38,15 +39,15 @@ This library used to be distributed with OCaml up to OCaml 4.08. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} -Provides: ocaml-x11 = %{version}-%{release} -Obsoletes: ocaml-x11 < %{version}-%{release} +Requires: %name = %version +Provides: ocaml-x11 = %version-%release +Obsoletes: ocaml-x11 < %version-%release %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 @@ -63,8 +64,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
