Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-fpath for openSUSE:Factory checked in at 2022-04-06 21:51:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-fpath (Old) and /work/SRC/openSUSE:Factory/.ocaml-fpath.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-fpath" Wed Apr 6 21:51:15 2022 rev:2 rq:967053 version:0.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-fpath/ocaml-fpath.changes 2021-04-29 01:37:26.086496317 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-fpath.new.1900/ocaml-fpath.changes 2022-04-06 21:51:32.895528243 +0200 @@ -1,0 +2,5 @@ +Mon Apr 4 04:04:04 UTC 2022 - oher...@suse.de + +- Require ocamlfind(result) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-fpath.spec ++++++ --- /var/tmp/diff_new_pack.LIzmcR/_old 2022-04-06 21:51:33.339523176 +0200 +++ /var/tmp/diff_new_pack.LIzmcR/_new 2022-04-06 21:51:33.343523131 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-fpath # -# 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,25 +24,26 @@ License: ISC Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/fpath -Source: %{name}-%{version}.tar.xz +Source: %name-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20220222 BuildRequires: ocamlfind(astring) BuildRequires: ocamlfind(astring.top) BuildRequires: ocamlfind(compiler-libs.toplevel) +BuildRequires: ocamlfind(result) %description Fpath is an OCaml module for handling file system paths with POSIX or Windows conventions. Fpath processes paths without accessing the file system and is independent from any system library. %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 @@ -59,8 +60,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 ++++++ ocaml-fpath-0.7.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/ocaml-fpath-0.7.3/.gitignore new/ocaml-fpath-0.7.3/.gitignore --- old/ocaml-fpath-0.7.3/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/ocaml-fpath-0.7.3/.gitignore 2020-10-25 16:14:09.000000000 +0100 @@ -0,0 +1,9 @@ +_build +tmp +*~ +\.\#* +\#*# +*.native +*.byte +*.install +_b0 \ No newline at end of file