2 Commits

Author SHA256 Message Date
7a0cd52183 Accepting request 1277575 from devel:languages:ocaml
- Update to version 1.8.0
  * Drop pre-4.02 support and compatibility
  * Add support for OCaml 5.3
  * ExtString: add labels to some functions to match stdlib
  * add ExtString.empty

OBS-URL: https://build.opensuse.org/request/show/1277575
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ocaml-extlib?expand=0&rev=12
2025-05-15 15:01:29 +00:00
2718a75c09 - Update to version 1.8.0
* Drop pre-4.02 support and compatibility
  * Add support for OCaml 5.3
  * ExtString: add labels to some functions to match stdlib
  * add ExtString.empty

OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-extlib?expand=0&rev=44
2025-05-15 04:18:41 +00:00
5 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">ocaml-extlib</param>
<param name="revision">cfb2d9632d117020f9c9bfdabea679ae9222a620</param>
<param name="revision">037e18fd59575fd7cebae5887348c7ca320d91fe</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ygrek/ocaml-extlib.git</param>
@@ -9,9 +9,9 @@
<param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
</service>
<service name="recompress" mode="disabled">
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
<service name="set_version" mode="manual"/>
</services>

View File

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

View File

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

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun May 11 14:44:57 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
- Update to version 1.8.0
* Drop pre-4.02 support and compatibility
* Add support for OCaml 5.3
* ExtString: add labels to some functions to match stdlib
* add ExtString.empty
-------------------------------------------------------------------
Sun Sep 25 19:39:37 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-extlib
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 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-extlib
Version: 1.7.9
Version: 1.8.0
Release: 0
%{?ocaml_preserve_bytecode}
Summary: OCaml ExtLib additions to the standard library