- 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:
Olaf Hering 2016-06-10 09:14:59 +00:00 committed by Git OBS Bridge
parent d63373740a
commit e2befd5dd0
2 changed files with 9 additions and 4 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed May 18 21:34:23 UTC 2016 - ohering@suse.de 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 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 Support for OCaml-4.03: recognize that the new -color option has an argument
Adding support for dynamically loading packages Adding support for dynamically loading packages

View File

@ -17,10 +17,10 @@
# #
Name: ocaml-findlib
Version: 1.6.2 Version: 1.6.2
Release: 0 Release: 0
%{ocaml_preserve_bytecode} %{ocaml_preserve_bytecode}
Name: ocaml-findlib
Summary: Objective CAML package manager and build helper Summary: Objective CAML package manager and build helper
License: MIT License: MIT
Group: Development/Libraries/Other Group: Development/Libraries/Other
@ -32,8 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
# ocaml autodep start for pkg: ocaml-findlib # ocaml autodep start for pkg: ocaml-findlib
# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires
%if 0%{?suse_version} < 1210 %if 0%{?suse_version} < 1210
Requires: ocaml-compiler-libs Requires: ocaml-findlib-devel
Requires: ocaml-runtime
%endif %endif
# ocaml autodep end for pkg: ocaml-findlib # ocaml autodep end for pkg: ocaml-findlib
# #
@ -73,6 +72,12 @@ for developing applications that use ocaml-findlib.
%package camlp4 %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 Summary: Development files for ocaml-findlib
Group: Development/Libraries/Other Group: Development/Libraries/Other
Requires: ocaml-camlp4-devel Requires: ocaml-camlp4-devel