- Update to version 2.2.3
Increase timeouts for slow architecture OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-ounit?expand=0&rev=39
This commit is contained in:
parent
b064b5e1f5
commit
97a3a94b9c
11
_service
11
_service
@ -1,10 +1,13 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/gildor478/ounit.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">2.2.2</param>
|
||||
<param name="revision">v2.2.2</param>
|
||||
<param name="filename">ocaml-ounit</param>
|
||||
<param name="revision">84086bd161e400a99e5cb9cf14b2eabb19ad32de</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/gildor478/ounit.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>
|
||||
|
3
ocaml-ounit-2.2.3.tar.xz
Normal file
3
ocaml-ounit-2.2.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f46d4c31bc88143375e3a90c5db1e2278aae7de92eb8b9736eb5616997a5cfbb
|
||||
size 56512
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 20 20:20:20 UTC 2020 - ohering@suse.de
|
||||
|
||||
- Update to version 2.2.3
|
||||
Increase timeouts for slow architecture
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 20:20:20 UTC 2020 - ohering@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-ounit
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,17 +19,17 @@
|
||||
%bcond_with ocaml_lwt
|
||||
|
||||
Name: ocaml-ounit
|
||||
Version: 2.2.2
|
||||
Version: 2.2.3
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Ocaml OUnit test framework
|
||||
License: MIT
|
||||
Group: Development/Languages/OCaml
|
||||
Url: https://github.com/gildor478/ounit
|
||||
URL: https://opam.ocaml.org/packages/ounit
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20200220
|
||||
BuildRequires: ocaml-rpm-macros >= 20200514
|
||||
BuildRequires: ocamlfind(bytes)
|
||||
BuildRequires: ocamlfind(stdlib-shims)
|
||||
BuildRequires: ocamlfind(str)
|
||||
|
Loading…
x
Reference in New Issue
Block a user