Hello community, here is the log from the commit of package ocaml-easy-format for openSUSE:Factory checked in at 2016-10-19 12:59:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-easy-format (Old) and /work/SRC/openSUSE:Factory/.ocaml-easy-format.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-easy-format" Changes: -------- New Changes file: --- /dev/null 2016-09-15 12:42:18.240042505 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-easy-format.new/ocaml-easy-format.changes 2016-10-19 12:59:32.000000000 +0200 @@ -0,0 +1,26 @@ +------------------------------------------------------------------- +Wed May 25 12:09:07 UTC 2016 - [email protected] + +- Update to version 1.2.0 (fate#320836) + +------------------------------------------------------------------- +Tue Nov 10 10:18:47 UTC 2015 - [email protected] + +- Add hardcoded Provides for pre 12.1 repos + +------------------------------------------------------------------- +Mon Nov 9 09:00:02 UTC 2015 - [email protected] + +- don't use make -jN for build +- require ocaml explicitly for build + +------------------------------------------------------------------- +Sat Nov 7 17:09:39 UTC 2015 - [email protected] + +- clean up spec file + +------------------------------------------------------------------- +Sat Jan 3 18:17:31 UTC 2015 - [email protected] + +- version 1.0.2: initial build + New: ---- easy-format-1.2.0.tar.xz ocaml-easy-format.changes ocaml-easy-format.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-easy-format.spec ++++++ # # spec file for package ocaml-easy-format # # Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: ocaml-easy-format Version: 1.2.0 Release: 0 %{ocaml_preserve_bytecode} License: BSD-3-Clause Summary: Data pretty printing made easy Url: http://mjambon.com/easy-format.html Group: Development/Libraries/Other Source: easy-format-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-oasis BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-rpm-macros >= 4.03 BuildRoot: %{_tmppath}/%{name}-%{version}-build # ocaml autodep start for pkg: ocaml-easy-format # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires %if 0%{?suse_version} < 1210 Requires: ocaml-runtime %endif # ocaml autodep end for pkg: ocaml-easy-format %description This module offers a high-level and functional interface to the Format module of the OCaml standard library. It is a pretty-printing facility, i.e. it takes as input some code represented as a tree and formats this code into the most visually satisfying result, breaking and indenting lines of code where appropriate. Input data must be first modelled and converted into a tree using 3 kinds of nodes: atoms lists labelled nodes Atoms represent any text that is guaranteed to be printed as-is. Lists can model any sequence of items such as arrays of data or lists of definitions that are labelled with something like "int main", "let x =" or "x:". %package devel Summary: Development files for %{name} Group: Development/Libraries/Other Requires: %{name} = %{version} Provides: ocamlfind(easy-format) %description devel The %{name}-devel package contains libraries and signature files for developing applications that use %{name}. %prep %setup -qn easy-format-%{version} %build tee _oasis <<_EOF_ OASISFormat: 0.4 Name: "easy-format" Version: %{version} Synopsis: Data pretty printing made easy Authors: Martin Jambon LicenseFile: LICENSE License: BSD-3-Clause Plugins: META(`oasis version`) BuildTools: ocamlbuild Library "easy-format" Path: . Modules: Easy_format Install: true Document easy_format Title: "API reference for easy-format" Type: ocamlbuild BuildTools+: ocamldoc InstallDir: \$htmldir Install: true XOCamlbuildPath: . XOCamlbuildLibraries: easy-format Executable lambda_example Install: false Path: . MainIs: lambda_example.ml CompiledObject: best BuildDepends: easy-format Executable test_easy_format Install: false Path: . MainIs: test_easy_format.ml CompiledObject: best BuildDepends: easy-format Executable simple_example Install: false Path: . MainIs: simple_example.ml CompiledObject: best BuildDepends: easy-format Test lambda_example Type: Custom (0.0.1) Command: \$lambda_example Run: true Test simple_example Type: Custom (0.0.1) Command: \$simple_example Run: true Test test_easy_format Type: Custom (0.0.1) Command: \$test_easy_format Run: true _EOF_ %oasis_setup %ocaml_oasis_configure --enable-docs --enable-tests %ocaml_oasis_build %ocaml_oasis_doc %install %ocaml_oasis_findlib_install %check %ocaml_oasis_test %files %defattr(-,root,root) %doc LICENSE README.md %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* %if %{ocaml_native_compiler} %{_libdir}/ocaml/*/*.cmxs %endif %files devel %defattr(-,root,root,-) %doc examples/ %{oasis_docdir_html} %dir %{_libdir}/ocaml %dir %{_libdir}/ocaml/* %if %{ocaml_native_compiler} %{_libdir}/ocaml/*/*.a %{_libdir}/ocaml/*/*.cmx %{_libdir}/ocaml/*/*.cmxa %endif %{_libdir}/ocaml/*/*.annot %{_libdir}/ocaml/*/*.cma %{_libdir}/ocaml/*/*.cmi %{_libdir}/ocaml/*/*.cmt %{_libdir}/ocaml/*/*.cmti %{_libdir}/ocaml/*/*.mli %{_libdir}/ocaml/*/META %changelog
