forked from pool/ocaml-findlib
Accepting request 979310 from devel:languages:ocaml
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/979310 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-findlib?expand=0&rev=13
This commit is contained in:
commit
56a1402216
8
_service
8
_service
@ -1,9 +1,13 @@
|
||||
<services>
|
||||
<!-- Currently only the release tarball contains the built man pages,
|
||||
generating them from source requires tools not available on OBS
|
||||
-->
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/ocaml/ocamlfind.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">1.9.2</param>
|
||||
<param name="revision">9f29bb975a91b17e115127ec38d857673b33e0e4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">findlib-(.*)</param>
|
||||
<param name="revision">6c8438c13b68e5cbc48ea558906046e38a7f8d72</param>
|
||||
<param name="filename">ocaml-findlib</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c2cfe13565911b838318de422bba19e5c8e8d345a8e82562146c9e6b2844cd1
|
||||
size 169236
|
3
findlib-1.9.3.tar.xz
Normal file
3
findlib-1.9.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2814f947f89117479f2170cbb2de61dbc9e181476530778119b63acdea89fce7
|
||||
size 169692
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 26 13:12:14 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||
|
||||
- Update to version 1.9.3
|
||||
* Fixes another build problem regarding OCaml-5.00
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||
|
||||
|
@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.9.2
|
||||
Version: 1.9.3
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
License: MIT
|
||||
Group: Development/Languages/OCaml
|
||||
BuildRoot: %_tmppath/%name-%version-build
|
||||
Url: https://github.com/ocaml/ocamlfind
|
||||
URL: https://github.com/ocaml/ocamlfind
|
||||
#SourceURL: http://download.camlcity.org/download/findlib-%version.tar.gz
|
||||
Source0: findlib-%version.tar.xz
|
||||
#
|
||||
Requires: ocaml-compiler-libs
|
||||
@ -35,6 +35,8 @@ Provides: ocamlfind = %version
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
||||
#
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
Findlib is a library manager for Objective Caml. It provides a
|
||||
|
Loading…
x
Reference in New Issue
Block a user