1
0
Olaf Hering 2017-07-19 15:43:25 +00:00 committed by Git OBS Bridge
parent dd1a61e466
commit cb4fa74364
5 changed files with 24 additions and 5 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
<param name="scm">git</param>
<param name="versionformat">0.5.2</param>
<param name="revision">0.5.2</param>
<param name="filename">ocaml-fileutils</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 17 20:24:18 UTC 2017 - ohering@suse.de
- Update to version 0.5.2
-------------------------------------------------------------------
Mon Jul 17 12:48:58 UTC 2017 - ohering@suse.de

View File

@ -17,7 +17,7 @@
Name: ocaml-fileutils
Version: 0.5.0
Version: 0.5.2
Release: 0
%if %{defined ocaml_preserve_bytecode}
%{ocaml_preserve_bytecode}
@ -25,7 +25,7 @@ Release: 0
Summary: OCaml library for common file and filename operations
License: SUSE-LGPL-2.0-with-linking-exception
Group: Development/Libraries/Other
Url: https://forge.ocamlcore.org/projects/ocaml-fileutils/
Url: https://github.com/gildor478/ocaml-fileutils
Source0: ocaml-fileutils-%{version}.tar.xz
BuildRequires: ocaml >= 4.00.1
BuildRequires: ocaml-oasis