Revisions of ocaml

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1158074 from Olaf Hering's avatar Olaf Hering (olh) (revision 90)
- update to version 4.14.2
  See included Changes for benefits and breaking changes
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1152158 from Olaf Hering's avatar Olaf Hering (olh) (revision 89)
Prepare for RPM 4.20 (forwarded request 1151366 from dimstar)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1056083 from Olaf Hering's avatar Olaf Hering (olh) (revision 88)
- update to version 4.14.1
  See included Changes for benefits and breaking changes
Richard Brown's avatar Richard Brown (RBrownFactory) accepted request 989369 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 87)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 967086 from Olaf Hering's avatar Olaf Hering (olh) (revision 86)
- update to version 4.14.0
  See included Changes for benefits and breaking changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 924685 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 85)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 921338 from Olaf Hering's avatar Olaf Hering (olh) (revision 84)
- update to version 4.12.1
  See included Changes for benefits and breaking changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 887316 from Olaf Hering's avatar Olaf Hering (olh) (revision 83)
- Remove ocaml_native_compiler conditional
  build native target unconditionally
- Require versioned gcc package

- update to version 4.12.0
  See included Changes for benefits and breaking changes
- Add ocaml-SIGSTKSZ.patch (#10266)

- Use bcond suse_ocaml_use_rpm_license_macro for license in filelist
- Add suse prefix to ocaml_native_compiler to avoid conflict
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 875439 from Olaf Hering's avatar Olaf Hering (olh) (revision 82)
- update to version 4.11.2
  See included Changes for benefits and breaking changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 850945 from Olaf Hering's avatar Olaf Hering (olh) (revision 81)
- Rename rpmlintrc to ocaml-rpmlintrc
  (boo#1179051). (forwarded request 850943 from marxin)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 831369 from Olaf Hering's avatar Olaf Hering (olh) (revision 80)
- update to version 4.11.1
  See included Changes for benefits and breaking changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 828696 from Olaf Hering's avatar Olaf Hering (olh) (revision 79)
- update to version 4.11.0
  See included Changes for benefits and breaking changes
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 805738 from Olaf Hering's avatar Olaf Hering (olh) (revision 78)
- 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)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 793518 from Olaf Hering's avatar Olaf Hering (olh) (revision 77)
- Fix floating point expectation on arm32 hardfloat targets
  by overriding rpm host triple with config.guess output (ocaml#9431)

- Fix typo in ocaml-configure-Allow-user-defined-C-compiler-flags.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 787223 from Olaf Hering's avatar Olaf Hering (olh) (revision 76)
- Disable parallel build to get reproducible cma archives (issue#9307)

- update to version 4.10.0, with _service file (bsc#1149330)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 780709 from Olaf Hering's avatar Olaf Hering (olh) (revision 75)
- update version 4.10.0, with _service file
  See included Changes for benefits and breaking changes
- Drop x11 sub package, moved to ocaml-graphics
- Adjust ocaml-configure-Allow-user-defined-C-compiler-flags.patch
- Adjust rpmlintrc
- Remove obsolete ocaml-3.08.3-gcc4.patch
- Remove obsolete ocaml-4.05.0-CVE-2018-9838.patch
- Remove obsolete ocaml-4.05.0.tar.xz
- Remove obsolete ocaml-Fixes-for-out-of-range-Ialloc.patch
- Remove obsolete ocaml-In-caml_executable_name-wrong-test-on-the-return-cod.patch
- Remove obsolete ocaml-MPR-7591-frametable-not-8-aligned-on-x86-64-port.patch
- Remove obsolete ocaml-assert.patch
- Remove obsolete ocaml-byterun-do-not-alias-function-arguments-to-sigprocma.patch
- Remove obsolete ocaml-fix_aarch64_build.patch
- Remove obsolete ocamldoc-man-th.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 779019 from Olaf Hering's avatar Olaf Hering (olh) (revision 74)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 750769 from Olaf Hering's avatar Olaf Hering (olh) (revision 73)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 745386 from Olaf Hering's avatar Olaf Hering (olh) (revision 72)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 734127 from Olaf Hering's avatar Olaf Hering (olh) (revision 71)
- moved ocaml-rpm-macros from ocaml.spec to separate pkg
Displaying revisions 1 - 20 of 90
openSUSE Build Service is sponsored by