- Update to version 0.5.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-fileutils?expand=0&rev=23
This commit is contained in:
parent
dd1a61e466
commit
cb4fa74364
14
_service
Normal file
14
_service
Normal 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>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:777d6d48db60bcd606a1ffc77f4208d0876c8b21cb4359e69091142a6a390520
|
||||
size 100744
|
3
ocaml-fileutils-0.5.2.tar.xz
Normal file
3
ocaml-fileutils-0.5.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a9574806e3f1e77394ec03d66a984fb5e70910a039b71689934c7ee15cac6e4e
|
||||
size 64980
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user