diff --git a/_service b/_service index 51c41bc..820da0a 100644 --- a/_service +++ b/_service @@ -1,14 +1,13 @@ - - https://github.com/ocaml/ocamlfind.git - git - @PARENT_TAG@ - findlib-(.*) - 6c8438c13b68e5cbc48ea558906046e38a7f8d72 ocaml-findlib + 19b0334c467f97328d5005511c34ac9c36235efe + git + disable + https://github.com/ocaml/ocamlfind.git + @PARENT_TAG@ + findlib-([^\+]+)(.*) + \1 *.tar diff --git a/findlib-1.9.3.tar.xz b/findlib-1.9.3.tar.xz deleted file mode 100644 index 96448bd..0000000 --- a/findlib-1.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2814f947f89117479f2170cbb2de61dbc9e181476530778119b63acdea89fce7 -size 169692 diff --git a/ocaml-findlib-1.9.5.tar.xz b/ocaml-findlib-1.9.5.tar.xz new file mode 100644 index 0000000..57a72e3 --- /dev/null +++ b/ocaml-findlib-1.9.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24163a3c0914d9fbe741bf53e90719c6e5dfd65040c5b371accf1eb4447f5306 +size 166900 diff --git a/ocaml-findlib.changes b/ocaml-findlib.changes index 08f6433..a63be81 100644 --- a/ocaml-findlib.changes +++ b/ocaml-findlib.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 13 13:13:13 UTC 2022 - ohering@suse.de + +- Update to version 1.9.5 + Fix an incomaptibility with ocaml-5.0 + ------------------------------------------------------------------- Tue Apr 26 13:12:14 UTC 2022 - Ferdinand Thiessen diff --git a/ocaml-findlib.spec b/ocaml-findlib.spec index 0b18130..3307b1c 100644 --- a/ocaml-findlib.spec +++ b/ocaml-findlib.spec @@ -18,15 +18,14 @@ Name: ocaml-findlib -Version: 1.9.3 +Version: 1.9.5 Release: 0 %{?ocaml_preserve_bytecode} Summary: Objective CAML package manager and build helper License: MIT Group: Development/Languages/OCaml URL: https://github.com/ocaml/ocamlfind -#SourceURL: http://download.camlcity.org/download/findlib-%version.tar.gz -Source0: findlib-%version.tar.xz +Source0: %name-%version.tar.xz # Requires: ocaml-compiler-libs Requires: ocaml-runtime @@ -34,9 +33,9 @@ Requires: ocaml-runtime Provides: ocamlfind = %version BuildRequires: ocaml BuildRequires: ocaml-ocamldoc -BuildRequires: ocaml-rpm-macros >= 20220222 +BuildRequires: ocaml-rpm-macros >= 20220409 # -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRoot: %_tmppath/%name-%version-build %description Findlib is a library manager for Objective Caml. It provides a @@ -57,7 +56,7 @@ The ocaml-findlib-devel package contains libraries and signature files for developing applications that use ocaml-findlib. %prep -%setup -q -n findlib-%version +%setup -q %build rm -rfv site-lib-src @@ -72,7 +71,7 @@ make all make opt %install -make install prefix=%buildroot +%make_install rm -rfv %buildroot%ocaml_standard_library/ocamlbuild rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages %ocaml_create_file_list @@ -82,7 +81,6 @@ rm -rfv %buildroot%ocaml_standard_library/findlib/Makefile.packages %ocaml_standard_library/ocamlfind.conf %ocaml_standard_library/topfind %_bindir/* -%_mandir/man?/* # %files devel -f %name.files.devel