Olaf Hering 2019-09-28 19:49:45 +00:00 committed by Git OBS Bridge
parent 848ed5f4dd
commit bfc180c437
5 changed files with 9 additions and 7 deletions

View File

@ -2,8 +2,8 @@
<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.1.2</param>
<param name="revision">v2.1.2</param>
<param name="versionformat">2.2.0</param>
<param name="revision">v2.2.0</param>
<param name="filename">ocaml-ounit</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
ocaml-ounit-2.2.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b5d59a349275934fb330640fcd28950e93db81cf39251e4e0f7da2ec86a1198
size 55572

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de
- Update to version 2.1.2
- Update to version 2.2.0
-------------------------------------------------------------------
Tue Jul 25 13:04:54 UTC 2017 - ohering@suse.de

View File

@ -17,7 +17,7 @@
Name: ocaml-ounit
Version: 2.1.2
Version: 2.2.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Ocaml OUnit test framework
@ -59,6 +59,8 @@ Development files needed for application based on %{name}.
%install
%ocaml_dune_install
mkdir %{buildroot}$(ocamlc -where)/oUnit
cp -avt "$_" src/lib/oUnit/META
%ocaml_create_file_list
%check