- Update to version 1.6.7

See included Changes for details

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=55
This commit is contained in:
Olaf Hering 2021-01-24 22:06:54 +00:00 committed by Git OBS Bridge
parent 8bc6b28e27
commit d860512c42
5 changed files with 21 additions and 12 deletions

View File

@ -1,10 +1,13 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/ocaml-community/cppo.git</param>
<param name="scm">git</param>
<param name="versionformat">1.6.6</param>
<param name="revision">v1.6.6</param>
<param name="filename">ocaml-cppo</param>
<param name="revision">7d217864a5fdc4551699e248137a2f8b719d2078</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml-community/cppo.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:121a5f0922cb465e0d802c42cc143768d63c37c921fc7b4c1699b3e3619725fb
size 24848

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:441b51c65ab61e2f2c35c51852bd82281ba2a091fd19082353554bd1256da2b1
size 25144

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 21 21:21:21 UTC 2021 - ohering@suse.de
- Update to version 1.6.7
See included Changes for details
-------------------------------------------------------------------
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de

View File

@ -1,8 +1,8 @@
#
# spec file for package ocaml-cppo
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 The openSUSE Project.
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@ -19,17 +19,17 @@
Name: ocaml-cppo
Version: 1.6.6
Version: 1.6.7
Release: 0
%{?ocaml_preserve_bytecode}
Summary: The C preprocessor written in OCaml
License: BSD-3-Clause
Group: Development/Languages/OCaml
Url: https://github.com/ocaml-community/cppo
URL: https://opam.ocaml.org/packages/cppo
Source: %{name}-%{version}.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
BuildRequires: ocaml-rpm-macros >= 20200220
BuildRequires: ocaml-rpm-macros >= 20210114
BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(unix)