Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ocaml-result for openSUSE:Factory 
checked in at 2022-04-06 21:51:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-result (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-result.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-result"

Wed Apr  6 21:51:27 2022 rev:6 rq:967079 version:1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-result/ocaml-result.changes        
2021-01-27 18:57:42.648384737 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-result.new.1900/ocaml-result.changes      
2022-04-06 21:51:48.255352962 +0200
@@ -1,0 +2,5 @@
+Mon Apr  4 04:04:04 UTC 2022 - oher...@suse.de
+
+- Build with ocaml-dune-bootstrap
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-result.spec ++++++
--- /var/tmp/diff_new_pack.OUduyu/_old  2022-04-06 21:51:48.719347667 +0200
+++ /var/tmp/diff_new_pack.OUduyu/_new  2022-04-06 21:51:48.723347621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-result
 #
-# 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
@@ -23,11 +23,12 @@
 Summary:        Compatibility OCaml Result module
 License:        BSD-3-Clause
 Group:          Development/Languages/OCaml
+BuildRoot:      %_tmppath/%name-%version-build
 URL:            https://opam.ocaml.org/packages/result
-Source0:        %{name}-%{version}.tar.xz
+Source0:        %name-%version.tar.xz
 BuildRequires:  ocaml
-BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20210114
+BuildRequires:  ocaml-dune-bootstrap
+BuildRequires:  ocaml-rpm-macros >= 20220222
 
 %description
 Projects that want to use the new result type defined in OCaml >= 4.03 while
@@ -37,32 +38,37 @@
 %package devel
 Summary:        Development files for the Compatibility OCaml Result module
 Group:          Development/Languages/OCaml
-Requires:       %{name} = %{version}
+Requires:       %name = %version
 
 %description devel
 Projects that want to use the new result type defined in OCaml >= 4.03 while
 staying compatible with older version of OCaml should use the Result module
 defined in this library.
 
-This package contains development files for %{name}.
+This package contains development files for %name.
 
 %prep
-%autosetup -p1
+%setup -q
 
 %build
+export PATH="%ocaml_dune_bootstrap_directory:$PATH"
 dune_release_pkgs='result'
 %ocaml_dune_setup
 %ocaml_dune_build
 
 %install
+export PATH="%ocaml_dune_bootstrap_directory:$PATH"
 %ocaml_dune_install
 %ocaml_create_file_list
 
 %check
+export PATH="%ocaml_dune_bootstrap_directory:$PATH"
 %ocaml_dune_test
 
-%files -f %{name}.files
+%files -f %name.files
+%defattr(-,root,root,-)
 
-%files devel -f %{name}.files.devel
+%files devel -f %name.files.devel
+%defattr(-,root,root,-)
 
 %changelog

++++++ ocaml-result-1.5.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocaml-result-1.5/.gitignore 
new/ocaml-result-1.5/.gitignore
--- old/ocaml-result-1.5/.gitignore     1970-01-01 01:00:00.000000000 +0100
+++ new/ocaml-result-1.5/.gitignore     2020-02-20 08:48:47.000000000 +0100
@@ -0,0 +1,4 @@
+_build
+*.install
+*.merlin
+_opam

Reply via email to