forked from pool/ocaml-findlib
- Update to upstream version 1.3.3
- 1.3.3: OCaml-4: using the new #remove_directory directive if present. Better compatibility with the OCaml version from Homebrew. - 1.3.2: Handling of empty arguments (Wojciech Meyer). Added entry for camlp4.fulllib. New switch -add for "ocamlfind install" (Hans Ole Rafaelsen). Further fixes for ocaml-4.00. Fixing the recognition of double .cmi interface files. Fixing -dontlink (it is now deeply interpreted). - 1.3.1: Fixing a bug with ocamlmklib that slipped through in 1.3.0 - 1.3.0: Fixes for ocaml-4.00 (especially topfind). Emitting an error if the configuration file does not exist. Emitting a warning if the selected toolchain does not exist. camlp4 is referenced by "+camlp4" in META. Including the sources for the documentation in the tarball. License change (simplification) for num_top_printers.mli. Fix ocamlmklib wrapper: processing contracted args (like -L/dir) correctly. Many wrappers get a new option -passrest instructing to pass all remaining options on the command-line unchanged to the invoked tool. Prettified -help output. - 1.2.8: Adding support for ocamlmklib (B. Meurer's patches) Fix for win32 in the configure script. OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=5
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c920b129e48b3b313e67b915a078ab06a9ddd2e072f3353edfa74144f256029b
|
|
||||||
size 163452
|
|
3
findlib-1.3.3.tar.gz
Normal file
3
findlib-1.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c
|
||||||
|
size 231414
|
@@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 16 20:05:17 CEST 2012 - ohering@suse.de
|
||||||
|
|
||||||
|
- Update to upstream version 1.3.3
|
||||||
|
- 1.3.3: OCaml-4: using the new #remove_directory directive if present.
|
||||||
|
Better compatibility with the OCaml version from Homebrew.
|
||||||
|
|
||||||
|
- 1.3.2: Handling of empty arguments (Wojciech Meyer).
|
||||||
|
Added entry for camlp4.fulllib.
|
||||||
|
New switch -add for "ocamlfind install" (Hans Ole Rafaelsen).
|
||||||
|
Further fixes for ocaml-4.00.
|
||||||
|
Fixing the recognition of double .cmi interface files.
|
||||||
|
Fixing -dontlink (it is now deeply interpreted).
|
||||||
|
|
||||||
|
- 1.3.1: Fixing a bug with ocamlmklib that slipped through in 1.3.0
|
||||||
|
|
||||||
|
- 1.3.0: Fixes for ocaml-4.00 (especially topfind).
|
||||||
|
Emitting an error if the configuration file does not exist.
|
||||||
|
Emitting a warning if the selected toolchain does not exist.
|
||||||
|
camlp4 is referenced by "+camlp4" in META.
|
||||||
|
Including the sources for the documentation in the tarball.
|
||||||
|
License change (simplification) for num_top_printers.mli.
|
||||||
|
Fix ocamlmklib wrapper: processing contracted args (like -L/dir) correctly.
|
||||||
|
Many wrappers get a new option -passrest instructing to pass all remaining
|
||||||
|
options on the command-line unchanged to the invoked tool.
|
||||||
|
Prettified -help output.
|
||||||
|
|
||||||
|
- 1.2.8: Adding support for ocamlmklib (B. Meurer's patches)
|
||||||
|
Fix for win32 in the configure script.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 15 01:23:49 UTC 2011 - ampsaltis@gmail.com
|
Thu Sep 15 01:23:49 UTC 2011 - ampsaltis@gmail.com
|
||||||
|
|
||||||
|
@@ -29,10 +29,9 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||||
#%%define debug_package %{nil}
|
|
||||||
|
|
||||||
Name: ocaml-findlib
|
Name: ocaml-findlib
|
||||||
Version: 1.2.7
|
Version: 1.3.3
|
||||||
Release: 3
|
Release: 3
|
||||||
Summary: Objective CAML package manager and build helper
|
Summary: Objective CAML package manager and build helper
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user