- Update to version 1.9.2
Fix an incomaptibility with ocaml-5.0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-findlib?expand=0&rev=98
This commit is contained in:
parent
15d4bc826f
commit
8c84948998
4
_service
4
_service
@ -2,8 +2,8 @@
|
||||
<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.1</param>
|
||||
<param name="revision">findlib-1.9.1</param>
|
||||
<param name="versionformat">1.9.2</param>
|
||||
<param name="revision">9f29bb975a91b17e115127ec38d857673b33e0e4</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:116311a9a2aee7ff09e399f468bc9b1cecb5bc939f5c001529c035aba0b48a83
|
||||
size 169048
|
3
findlib-1.9.2.tar.xz
Normal file
3
findlib-1.9.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3c2cfe13565911b838318de422bba19e5c8e8d345a8e82562146c9e6b2844cd1
|
||||
size 169236
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||
|
||||
- Update to version 1.9.2
|
||||
Fix an incomaptibility with ocaml-5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 9 09:09:09 UTC 2021 - ohering@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-findlib
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2010-2011 Andrew Psaltis <ampsaltis at gmail dot com>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: ocaml-findlib
|
||||
Version: 1.9.1
|
||||
Version: 1.9.2
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Objective CAML package manager and build helper
|
||||
@ -34,7 +34,7 @@ Requires: ocaml-runtime
|
||||
Provides: ocamlfind = %version
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-ocamldoc
|
||||
BuildRequires: ocaml-rpm-macros >= 20210409
|
||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
||||
|
||||
%description
|
||||
Findlib is a library manager for Objective Caml. It provides a
|
||||
|
Loading…
x
Reference in New Issue
Block a user