forked from pool/ocaml-cppo
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:
parent
c9f82b5e3b
commit
16dd8e41d9
6
_service
6
_service
@ -1,9 +1,9 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="tar_scm" mode="disabled">
|
<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="scm">git</param>
|
||||||
<param name="versionformat">1.6.1</param>
|
<param name="versionformat">1.6.5</param>
|
||||||
<param name="revision">v1.6.1</param>
|
<param name="revision">v1.6.5</param>
|
||||||
<param name="filename">ocaml-cppo</param>
|
<param name="filename">ocaml-cppo</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -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
3
ocaml-cppo-1.6.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:880b31a6439423010297ab7e5f020c286633466d20602583ce38064496f03cce
|
||||||
|
size 24400
|
@ -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
|
Mon Jun 11 09:28:49 UTC 2018 - andy@onthewings.net
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ocaml-cppo
|
# 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) 2018 The openSUSE Project.
|
||||||
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
|
||||||
#
|
#
|
||||||
@ -23,13 +23,13 @@
|
|||||||
# Build with "--with-opam" to use opam despite the circular dependency.
|
# Build with "--with-opam" to use opam despite the circular dependency.
|
||||||
%bcond_with opam
|
%bcond_with opam
|
||||||
Name: ocaml-cppo
|
Name: ocaml-cppo
|
||||||
Version: 1.6.1
|
Version: 1.6.5
|
||||||
Release: 0
|
Release: 0
|
||||||
%{?ocaml_preserve_bytecode}
|
%{?ocaml_preserve_bytecode}
|
||||||
Summary: The C preprocessor written in OCaml
|
Summary: The C preprocessor written in OCaml
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/OCaml
|
Group: Development/Languages/OCaml
|
||||||
Url: https://github.com/mjambon/cppo
|
Url: https://github.com/ocaml-community/cppo
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-UPSTEAM ocaml-cppo-1.6.1-install-args.patch -- Allows to pass buildroot to opam-installer
|
# 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
|
Patch: ocaml-cppo-1.6.1-install-args.patch
|
||||||
@ -72,7 +72,7 @@ developing applications that use %{name}.
|
|||||||
%patch -p1
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make %{?_smp_mflags}
|
dune build @install --profile release
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%if %{with opam}
|
%if %{with opam}
|
||||||
|
Loading…
Reference in New Issue
Block a user