Hello community, here is the log from the commit of package opam for openSUSE:Factory checked in at 2019-03-10 09:39:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opam (Old) and /work/SRC/openSUSE:Factory/.opam.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opam" Sun Mar 10 09:39:08 2019 rev:2 rq:682719 version:2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/opam/opam.changes 2018-05-29 10:28:24.177084659 +0200 +++ /work/SRC/openSUSE:Factory/.opam.new.28833/opam.changes 2019-03-10 09:39:16.972120097 +0100 @@ -1,0 +2,20 @@ +Fri Mar 8 06:59:52 UTC 2019 - [email protected] + +- Build with built-in mccs. + +------------------------------------------------------------------- +Mon Feb 18 12:47:25 UTC 2019 - [email protected] + +- Install dune-package file. + +------------------------------------------------------------------- +Mon Feb 4 01:58:03 UTC 2019 - [email protected] + +- Update to 2.0.3. + * Various new features and bug fixes. + * Changed license to LGPL 2.1 with linking exception. + * For details, see + https://github.com/ocaml/opam/blob/master/CHANGES +- Removed no-longer-needed newer-deps.patch. + +------------------------------------------------------------------- Old: ---- newer-deps.patch opam-1.2.2.tar.gz New: ---- opam-2.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opam.spec ++++++ --- /var/tmp/diff_new_pack.hEgVKu/_old 2019-03-10 09:39:17.748119911 +0100 +++ /var/tmp/diff_new_pack.hEgVKu/_new 2019-03-10 09:39:17.752119910 +0100 @@ -1,7 +1,7 @@ # # spec file for package opam # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,37 +17,38 @@ Name: opam -Version: 1.2.2 +Version: 2.0.3 Release: 0 Summary: Source-based package manager for OCaml -License: LGPL-2.1 +License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception Group: System/Packages URL: https://opam.ocaml.org/ Source: https://github.com/ocaml/opam/archive/%{version}/%{name}-%{version}.tar.gz -# https://discuss.ocaml.org/t/the-forever-beta-issue/1779/6?u=andyli -Patch1: newer-deps.patch - BuildRequires: curl +BuildRequires: gcc-c++ BuildRequires: ocaml >= 4.02.3 -BuildRequires: ocaml(Ocamlbuild) +BuildRequires: ocaml-dune BuildRequires: ocamlfind +BuildRequires: ocaml(Ocamlbuild) +BuildRequires: ocaml(Odoc) BuildRequires: ocamlfind(cmdliner) +BuildRequires: ocamlfind(cppo) BuildRequires: ocamlfind(cudf) BuildRequires: ocamlfind(dose3) BuildRequires: ocamlfind(extlib) -BuildRequires: ocamlfind(jsonm) BuildRequires: ocamlfind(ocamlgraph) +BuildRequires: ocamlfind(opam-file-format) BuildRequires: ocamlfind(re) Requires: %{name}-installer%{?_isa} = %{version}-%{release} # https://cygwin.com/ml/cygwin/2018-01/msg00079.html +Requires: curl Requires: diffutils -Requires: tar Requires: patch +Requires: tar Requires: unzip -Requires: curl Recommends: gcc Recommends: make Recommends: m4 @@ -63,29 +64,37 @@ %package installer Summary: Standalone tool for opam install files +Group: System/Packages + %description installer Handles (un)installation of package files following instructions from OPAM *.install files. %prep %setup -q -n %{name}-%{version} -%patch1 -p1 %build -%configure -make +%configure --with-mccs +make all man %install -%make_install +%make_install LIBINSTALL_DIR=%{buildroot}%{_libdir}/ocaml +# Prevent installation of doc files in wrong directory +rm -r %{buildroot}%{_prefix}/doc %files %doc AUTHORS CHANGES CONTRIBUTING.md README.md %license LICENSE %{_bindir}/opam -%{_bindir}/opam-admin +%{_mandir}/man1/*.1%{?ext_man} %files installer %license LICENSE %{_bindir}/opam-installer +%dir %{_libdir}/ocaml +%dir %{_libdir}/ocaml/opam-installer/ +%{_libdir}/ocaml/opam-installer/opam +%{_libdir}/ocaml/opam-installer/META +%{_libdir}/ocaml/opam-installer/dune-package %changelog ++++++ opam-1.2.2.tar.gz -> opam-2.0.3.tar.gz ++++++ ++++ 97144 lines of diff (skipped)
