- Update to upstream version 1.6.2 (fate#320836)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=59
This commit is contained in:
parent
d63373740a
commit
e2befd5dd0
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 18 21:34:23 UTC 2016 - ohering@suse.de
|
||||
|
||||
- Update to upstream version 1.6.2
|
||||
- Update to upstream version 1.6.2 (fate#320836)
|
||||
Adding an "ocamldoc" library, providing the cmi's for ocamldoc plugins
|
||||
Support for OCaml-4.03: recognize that the new -color option has an argument
|
||||
Adding support for dynamically loading packages
|
||||
|
@ -17,10 +17,10 @@
|
||||
#
|
||||
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
%{ocaml_preserve_bytecode}
|
||||
Name: ocaml-findlib
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: MIT
|
||||
Group: Development/Libraries/Other
|
||||
@ -32,8 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# ocaml autodep start for pkg: ocaml-findlib
|
||||
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires
|
||||
%if 0%{?suse_version} < 1210
|
||||
Requires: ocaml-compiler-libs
|
||||
Requires: ocaml-runtime
|
||||
Requires: ocaml-findlib-devel
|
||||
%endif
|
||||
# ocaml autodep end for pkg: ocaml-findlib
|
||||
#
|
||||
@ -73,6 +72,12 @@ for developing applications that use ocaml-findlib.
|
||||
|
||||
|
||||
%package camlp4
|
||||
# ocaml autodep start for pkg: ocaml-findlib-camlp4
|
||||
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires
|
||||
%if 0%{?suse_version} < 1210
|
||||
Requires: ocaml-findlib
|
||||
%endif
|
||||
# ocaml autodep end for pkg: ocaml-findlib-camlp4
|
||||
Summary: Development files for ocaml-findlib
|
||||
Group: Development/Libraries/Other
|
||||
Requires: ocaml-camlp4-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user