Changelog for
ocaml-runtime-4.05.0-13.5.x86_64.rpm :
* Thu May 14 2020 oheringAATTsuse.de- The filename for rpm
*.attr files and the tag used within these files must match. Otherwise rpm will not execute the helper scripts. Use helper \'suseocaml\' in addition to \'ocaml\' to avoid filename conflicts with rpm-build.rpm (bsc#1154874)
* Thu Feb 20 2020 oheringAATTsuse.de- Require current ocaml-rpm-macros- Update options for ocaml() Provides/Requires to specify also OCAMLLIB, which is required for ocamlobjinfo and cmx (bsc#1154874)- Remove disabling of _lto_cflags, RPM_OPT_FLAGS are not used- Use ocaml_standard_library macro instead of _libdir/ocaml- Actually make use of ocaml-configure-Allow-user-defined-C-compiler-flags.patch and use \'-Werror=implicit-function-declaration -Werror=return-type\' in built-in CFLAGS for libraries and applications.- Add ocaml-assert.patch, backport from 4.06, found by new CFLAGS- Add a few desirable patches from 4.05 branch: ocaml-Fixes-for-out-of-range-Ialloc.patch ocaml-In-caml_executable_name-wrong-test-on-the-return-cod.patch ocaml-MPR-7591-frametable-not-8-aligned-on-x86-64-port.patch ocaml-byterun-do-not-alias-function-arguments-to-sigprocma.patch- Remove backup files from ocaml-fix_aarch64_build.patch- Record absolute path to gcc, cmdline is part of ocamlx() hash- Package a few more directories which belong only to this variant of OCaml
* Mon Nov 25 2019 oheringAATTsuse.de- move topdirs.cmi/cmt/cmti from runtime to compiler-libs-devel so that runtime does not depend on a devel pkg (bsc#1156934)- split place for META files, some go to ocaml, some to compiler-libs-devel- move ncurses-devel requires to ocaml, it is used by BYTECCLIBS- initialize bcond ocaml_make_testsuite
* Fri Nov 01 2019 oheringAATTsuse.de- Use ocaml-rpm-macros to decide about native or bytecode build- Move ocaml-findlib.rpm.prov_req.attr.sh to ocaml-rpm-macros- Provide META files for ocamlfind() provides, which are now created via ocaml-rpm-macros- Provide baseversion in ocaml(compiler)/ocaml(ocaml.opt)- Preserve fomit-frame-pointer again on ix86- Remove usage of USE_INTERP_RESULT, nothing seems to check for it- Use results from pkgconfig(x11) for CFLAGS/LDFLAGS- Use make_build/make_install, no parallel build yet- Remove BYTECCRPATH, NATIVECCRPATH and MKSHAREDLIBRPATH- Remove dead code which checked for libasmrun_pic.a (#7595)- Remove code that populated compiler-libs
* Mon Sep 30 2019 oheringAATTsuse.de- moved ocaml-rpm-macros from ocaml.spec to separate pkg
* Tue Sep 24 2019 oheringAATTsuse.de- Provide various macros to unify dune $cmd usage
* Mon Sep 23 2019 oheringAATTsuse.de- Disable LTO for all packages that use ocaml_preserve_bytecode
* Fri Aug 30 2019 stefan.bruensAATTrwth-aachen.de- Use separate package for emacs mode files, following upstreams move of the files to a separate repository (https://github.com/ocaml/ocaml/pull/2182). This reduces the build dependency chain of OCaml significantly, and in turn of every package depending on OCaml.- Move caml-mode specific patches to new package:
* ocaml-3.00-camldebug_el.patch
* ocaml-3.04-ocamltags--no-site-start.patch
* ocaml-3.09-emacs_localcompile.patch
* Thu Aug 22 2019 oheringAATTsuse.de- Move /etc/rpm/macros.ocaml to /usr/lib/rpm/macros.d/macros.ocaml
* Wed Apr 24 2019 oheringAATTsuse.de- Disable LTO (bsc#1133269)
* Mon Jul 02 2018 guillaume.gardetAATTopensuse.org- Tag license files with %license, not %doc- Backport patch to fix build on aarch64: \'AArch64 GOT fixed\' https://github.com/ocaml/ocaml/pull/1330:
* ocaml-fix_aarch64_build.patch (bsc#1151745)
* Tue Apr 24 2018 kstreitovaAATTsuse.com- update ocaml-4.05.0-CVE-2018-9838.patch that causes \"undefined reference to `caml_umul_overflow`\" build failure. Replace this function that is not available in ocaml 4.05 (added in ocaml 4.06) with the present caml_ba_multov() that is basically the same [bnc#1088591] [CVE-2018-9838]
* Fri Apr 13 2018 kstreitovaAATTsuse.com- add ocaml-4.05.0-CVE-2018-9838.patch to fix integer overflows when unmarshaling a bigarray. Malicious or corrupted marshaled data can result in a bigarray with impossibly large dimensions that cause overflow when computing the in-memory size of the bigarray. Disaster ensues when the data is read in a too small memory area [bnc#1088591] [CVE-2018-9838]
* Wed Apr 04 2018 kstreitovaAATTsuse.com- run spec-cleaner- update URL to www.ocaml.org- the language is officially called OCaml and not Objective Caml, rename it in summaries and descriptions- tweak summaries and descriptions- remove definition of %{_rpmconfigdir} macro - it should be defined on all distros by default now
* Wed Apr 04 2018 oheringAATTsuse.de- Remove info and html documentation because it is not as free as it should be. Drop ocaml-docs package. (bsc#1080640)- adjust ocaml-3.09-emacs_localcompile.patch and ocaml-3.08.3-gcc4.patch for autosetup
* Thu Aug 10 2017 oheringAATTsuse.de- Provide ocaml(ocaml_base_version) for camlp4
* Tue Jul 25 2017 oheringAATTsuse.de- Use Group: Development/Languages/OCaml
* Mon Jul 17 2017 oheringAATTsuse.de- update version 4.05.0
* http://caml.inria.fr/pub/distrib/ocaml-4.05/notes/Changes- build with -no-cplugins (CVE-2017-9772)
* Mon Jul 17 2017 oheringAATTsuse.de- Remove autodeps for pre openSUSE 12.1 releases
* Tue Jun 06 2017 oheringAATTsuse.de- Clear _find_debuginfo_dwz_opts to avoid file conflicts due to identical contents in .dwz sections
* Wed May 31 2017 oheringAATTsuse.de- Install libasmrun_pic to fix build with gcc7
* Thu Jun 30 2016 oheringAATTsuse.de- Correct .TH macro creation in ocamldoc (ocaml#7281) ocamldoc-man-th.patch
* Thu Jun 16 2016 oheringAATTsuse.de- Install ocamltags in emacs site-lisp, do not add a shebang anymore
* Mon Jun 13 2016 oheringAATTsuse.de- Provide various macros to unify oasis ocaml setup.ml $cmd usage
* Tue Jun 07 2016 oheringAATTsuse.de- ocaml-compiler-libs requires ncurses-devel for some bytecode compilation
* Fri May 27 2016 oheringAATTsuse.de- Add Provides/Requires for ocamlfind() from META files
* Wed May 18 2016 oheringAATTsuse.de- update version 4.03.0 (fate#320836)
* http://caml.inria.fr/pub/distrib/ocaml-4.03/notes/Changes drop ocaml-ppc64.patch drop ocaml-ppc64le.patch drop ocaml-arch-rlimit-stacksize.patch drop ocaml-4.02.3-bufferoverflow_infoleak.patch
* Wed May 04 2016 kstreitovaAATTsuse.com- add ocaml-4.02.3-bufferoverflow_infoleak.patch to prevent buffer overflow and information leak [bsc#977990], [CVE-2015-8869]- use spec-cleaner to clean the specfile
* Wed Nov 11 2015 oheringAATTsuse.de- Increase rlimit stack size on ppc64 ocaml-arch-rlimit-stacksize.patch
* Tue Nov 10 2015 oheringAATTsuse.de- Add hardcoded Provides for pre 12.1 repos
* Wed Sep 16 2015 oheringAATTsuse.de- update version 4.02.3
* http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Tue Aug 04 2015 kstreitovaAATTsuse.com- use spec-cleaner
* Tue Jun 23 2015 oheringAATTsuse.de- update version 4.02.2
* http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Thu Oct 23 2014 oheringAATTsuse.de- Recognize macros provided by prjconf to disable ocamlopt and run testsuite
* Thu Oct 23 2014 oheringAATTsuse.de- New subpackage ocaml-rpm-macros
* Wed Oct 22 2014 oheringAATTsuse.de- update version 4.02.1
* http://caml.inria.fr/pub/distrib/ocaml-4.02/notes/Changes
* Mon Oct 20 2014 oheringAATTsuse.de- Update ppc64/ppc64le patch (bnc#901836)