Hello community,

here is the log from the commit of package ocaml-camlp5 for openSUSE:Factory 
checked in at 2020-09-03 01:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-camlp5 (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-camlp5.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-camlp5"

Thu Sep  3 01:16:12 2020 rev:8 rq:831370 version:7.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-camlp5/ocaml-camlp5.changes        
2020-08-24 15:06:17.726487415 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-camlp5.new.3399/ocaml-camlp5.changes      
2020-09-03 01:16:44.276527560 +0200
@@ -1,0 +2,5 @@
+Wed Sep  2 02:02:02 UTC 2020 - oher...@suse.de
+
+- Cover ocaml-4.11.1
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ocaml-camlp5.spec ++++++
--- /var/tmp/diff_new_pack.JQBrGD/_old  2020-09-03 01:16:44.876527781 +0200
+++ /var/tmp/diff_new_pack.JQBrGD/_new  2020-09-03 01:16:44.880527783 +0200
@@ -25,7 +25,7 @@
 Group:          Development/Languages/OCaml
 URL:            https://opam.ocaml.org/packages/camlp5
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  ocaml
+BuildRequires:  ocaml <= 4.11.1
 BuildRequires:  ocaml-rpm-macros >= 20200514
 BuildRequires:  ocamlfind(compiler-libs)
 
@@ -46,6 +46,12 @@
 %setup -q
 
 %build
+pushd ocaml_stuff
+test -e '4.11.1' || ln -s 4.11.0 "$_"
+popd
+pushd ocaml_src/lib/versdep
+test -e '4.11.1.ml' || ln -s 4.11.0.ml "$_"
+popd
 ./configure \
        --mandir %{_mandir}
 make %{?_smp_mflags} out
@@ -60,7 +66,6 @@
 %ocaml_create_file_list
 
 %files -f %{name}.files
-%doc CHANGES DEVEL UPGRADING
 %{_bindir}/*
 %{_mandir}/*/*
 


Reply via email to