Hello community, here is the log from the commit of package ocaml-findlib for openSUSE:Factory checked in at 2017-08-18 15:03:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-findlib (Old) and /work/SRC/openSUSE:Factory/.ocaml-findlib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-findlib" Fri Aug 18 15:03:05 2017 rev:6 rq:517010 version:1.7.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-findlib/ocaml-findlib.changes 2016-07-15 12:46:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-findlib.new/ocaml-findlib.changes 2017-08-18 15:03:07.360979082 +0200 @@ -1,0 +2,32 @@ +Tue Jul 25 13:04:54 UTC 2017 - [email protected] + +- Use Group: Development/Languages/OCaml + +------------------------------------------------------------------- +Mon Jul 17 20:24:18 UTC 2017 - [email protected] + +- Update to upstream version 1.7.3 + Fix regarding num-top: this library is now also optional, as num. + Trying to protect against failures when several package installs are done in parallel. + New subpackage "findlib.top" for the toploop + The "num" library is now optional. + New command "ocamlfind printppx" that outputs how the ppx preprocessor would be called + Support for the raw_spacetime library that comes with OCaml 4.04 + Require that ocamlc and ocamlc.opt are installed to the same directory + "ocamlfind printconf" respects the environment variable OCAMLFIND_CONF + Build with -opaque + Preliminary support for native toplevel + New options: ocamlfind query -qe -qo +- drop findlib-1.3.3.patch + +------------------------------------------------------------------- +Mon Jul 17 12:48:58 UTC 2017 - [email protected] + +- Wrap specfile conditionals to fix quilt setup + +------------------------------------------------------------------- +Mon Jul 17 10:48:58 UTC 2017 - [email protected] + +- Remove autodeps for pre openSUSE 12.1 releases + +------------------------------------------------------------------- Old: ---- findlib-1.3.3.patch findlib-1.6.2.tar.xz New: ---- findlib-1.7.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-findlib.spec ++++++ --- /var/tmp/diff_new_pack.oU4W6V/_old 2017-08-18 15:03:08.944756134 +0200 +++ /var/tmp/diff_new_pack.oU4W6V/_new 2017-08-18 15:03:08.948755571 +0200 @@ -1,7 +1,7 @@ # # spec file for package ocaml-findlib # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2010-2011 Andrew Psaltis <ampsaltis at gmail dot com> # # All modifications and additions to the file contributed by third parties @@ -18,23 +18,16 @@ Name: ocaml-findlib -Version: 1.6.2 +Version: 1.7.3 Release: 0 -%{ocaml_preserve_bytecode} +%{?ocaml_preserve_bytecode} Summary: Objective CAML package manager and build helper License: MIT -Group: Development/Libraries/Other +Group: Development/Languages/OCaml Url: http://projects.camlcity.org/projects/findlib.html Source0: findlib-%{version}.tar.xz -Patch0: findlib-1.3.3.patch 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-findlib-devel -%endif -# ocaml autodep end for pkg: ocaml-findlib # Recommends: ocaml-findlib-camlp4 # @@ -62,7 +55,7 @@ %package devel Summary: Development files for ocaml-findlib -Group: Development/Libraries/Other +Group: Development/Languages/OCaml Requires: %{name} = %{version} %description devel @@ -72,14 +65,8 @@ %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 +Group: Development/Languages/OCaml Requires: ocaml-camlp4-devel %description camlp4 @@ -87,7 +74,6 @@ %prep %setup -q -n findlib-%{version} -%patch0 -p1 %build (cd tools/extract_args && make) @@ -98,13 +84,13 @@ -mandir %{_mandir} \ -with-toolbox make all -%if %{ocaml_native_compiler} +%if 0%{?ocaml_native_compiler} make opt %endif rm doc/guide-html/TIMESTAMP %install -make install DESTDIR=$RPM_BUILD_ROOT +make install prefix=$RPM_BUILD_ROOT rm -rfv $RPM_BUILD_ROOT%{_libdir}/ocaml/ocamlbuild %files @@ -115,32 +101,18 @@ %{_mandir}/man?/* # %dir %{_libdir}/ocaml -%dir %{_libdir}/ocaml/bigarray -%{_libdir}/ocaml/bigarray/META -%dir %{_libdir}/ocaml/bytes -%{_libdir}/ocaml/bytes/META -%dir %{_libdir}/ocaml/compiler-libs -%{_libdir}/ocaml/compiler-libs/META -%dir %{_libdir}/ocaml/dynlink -%{_libdir}/ocaml/dynlink/META -%dir %{_libdir}/ocaml/graphics -%{_libdir}/ocaml/graphics/META -%dir %{_libdir}/ocaml/num -%{_libdir}/ocaml/num/META -%dir %{_libdir}/ocaml/ocamldoc -%{_libdir}/ocaml/ocamldoc/META -%dir %{_libdir}/ocaml/stdlib -%{_libdir}/ocaml/stdlib/META -%dir %{_libdir}/ocaml/str -%{_libdir}/ocaml/str/META -%dir %{_libdir}/ocaml/threads -%{_libdir}/ocaml/threads/META -%dir %{_libdir}/ocaml/unix -%{_libdir}/ocaml/unix/META +%dir %{_libdir}/ocaml/* +%{_libdir}/ocaml/*/META # +%exclude %dir %{_libdir}/ocaml/camlp4 +%exclude %dir %{_libdir}/ocaml/findlib +%exclude %dir %{_libdir}/ocaml/num-top +%exclude %{_libdir}/ocaml/camlp4/META +%exclude %{_libdir}/ocaml/findlib/META +%exclude %{_libdir}/ocaml/num-top/META %{_libdir}/ocaml/topfind %dir %{_libdir}/ocaml/findlib -%if %{ocaml_native_compiler} +%if 0%{?ocaml_native_compiler} %{_libdir}/ocaml/*/*.cmxs %endif @@ -154,7 +126,7 @@ %dir %{_libdir}/ocaml/num-top %{_libdir}/ocaml/findlib/META %{_libdir}/ocaml/num-top/META -%if %{ocaml_native_compiler} +%if 0%{?ocaml_native_compiler} %{_libdir}/ocaml/*/*.a %{_libdir}/ocaml/*/*.cmxa %endif ++++++ findlib-1.6.2.tar.xz -> findlib-1.7.3.tar.xz ++++++ ++++ 7824 lines of diff (skipped)
