Accepting request 671962 from home:onthewings:branches:devel:languages:ocaml

- Update to 1.6.5:
  * Fix tests.
  * Fix 'asr' operator.
- Update build command for latest version of dune.
- Update upstream url (migrated to ocaml-community GitHub account).

OBS-URL: https://build.opensuse.org/request/show/671962
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=41
This commit is contained in:
Hans-Peter Jansen 2019-02-05 22:36:56 +00:00 committed by Git OBS Bridge
parent c9f82b5e3b
commit 16dd8e41d9
5 changed files with 19 additions and 10 deletions

View File

@ -1,9 +1,9 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/mjambon/cppo.git</param>
<param name="url">git://github.com/ocaml-community/cppo.git</param>
<param name="scm">git</param>
<param name="versionformat">1.6.1</param>
<param name="revision">v1.6.1</param>
<param name="versionformat">1.6.5</param>
<param name="revision">v1.6.5</param>
<param name="filename">ocaml-cppo</param>
</service>
<service name="recompress" mode="disabled">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7bebe817de6c19d00a25758f25dfd37607a2b477887ed5599a0c2f5cd5eb6355
size 24668

3
ocaml-cppo-1.6.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:880b31a6439423010297ab7e5f020c286633466d20602583ce38064496f03cce
size 24400

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Feb 5 18:39:39 UTC 2019 - andy@onthewings.net
- Update to 1.6.5:
* Fix tests.
* Fix 'asr' operator.
- Update build command for latest version of dune.
- Update upstream url (migrated to ocaml-community GitHub account).
-------------------------------------------------------------------
Mon Jun 11 09:28:49 UTC 2018 - andy@onthewings.net

View File

@ -1,7 +1,7 @@
#
# spec file for package ocaml-cppo
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 The openSUSE Project.
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
@ -23,13 +23,13 @@
# Build with "--with-opam" to use opam despite the circular dependency.
%bcond_with opam
Name: ocaml-cppo
Version: 1.6.1
Version: 1.6.5
Release: 0
%{?ocaml_preserve_bytecode}
Summary: The C preprocessor written in OCaml
License: BSD-3-Clause
Group: Development/Languages/OCaml
Url: https://github.com/mjambon/cppo
Url: https://github.com/ocaml-community/cppo
Source: %{name}-%{version}.tar.xz
# PATCH-FIX-UPSTEAM ocaml-cppo-1.6.1-install-args.patch -- Allows to pass buildroot to opam-installer
Patch: ocaml-cppo-1.6.1-install-args.patch
@ -72,7 +72,7 @@ developing applications that use %{name}.
%patch -p1
%build
make %{?_smp_mflags}
dune build @install --profile release
%install
%if %{with opam}