Hello community,

here is the log from the commit of package ocaml-dune for openSUSE:Factory 
checked in at 2018-01-31 19:51:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-dune (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-dune.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-dune"

Wed Jan 31 19:51:25 2018 rev:1 rq:571046 version:1.0.20180129.a3ff5e5

Changes:
--------
New Changes file:

--- /dev/null   2018-01-05 12:14:39.755488130 +0100
+++ /work/SRC/openSUSE:Factory/.ocaml-dune.new/ocaml-dune.changes       
2018-01-31 19:51:25.970757396 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Tue Jan 30 06:29:34 UTC 2018 - [email protected]
+
+- Initial version 1.0.20180129.a3ff5e5

New:
----
  _service
  ocaml-dune-1.0.20180129.a3ff5e5.tar.xz
  ocaml-dune.changes
  ocaml-dune.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-dune.spec ++++++
#
# spec file for package ocaml-dune
#
# Copyright (c) 2018 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
# 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-dune
Version:        1.0.20180129.a3ff5e5
Release:        0
%{?ocaml_preserve_bytecode}
Summary:        A composable build system for OCaml
License:        Apache-2.0
Group:          Development/Languages/OCaml
Url:            https://github.com/ocaml/dune
Conflicts:      ocaml-jbuilder
Conflicts:      ocaml-jbuilder-debuginfo
Conflicts:      ocaml-jbuilder-debugsource
Source:         %{name}-%{version}.tar.xz
BuildRequires:  ocaml
BuildRoot:      %{_tmppath}/%{name}-%{version}-build

%description
A composable build system for OCaml

%prep
%setup -q

%build
sed -i~ s/ocamlopt/ocamlxxx/ bootstrap.ml
diff -u bootstrap.ml~ bootstrap.ml || : diff
make %{?_smp_mflags} PREFIX=%{_prefix}

%install
mkdir -p %{buildroot}%{_bindir}
mkdir -p %{buildroot}%{_mandir}/man1
cp -av _build/default/bin/main.exe %{buildroot}%{_bindir}/dune
ln -sfvbn dune %{buildroot}%{_bindir}/jbuilder
cp -av _build/default/doc/*.1 %{buildroot}%{_mandir}/man1/

%files
%defattr(-,root,root)
%doc CHANGES.md README.md LICENSE.md
%{_bindir}/*
%{_mandir}/*/*

%changelog
++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/ocaml/dune.git</param>
    <param name="scm">git</param>
    <param name="versionformat">1.0.%cd.%h</param>
    <param name="revision">master</param>
    <param name="filename">ocaml-dune</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>

Reply via email to