Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 7a0cd52183 | |||
| 2718a75c09 |
8
_service
8
_service
@@ -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>
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f88b31c143e13e3264657d244b07fd2ab4b0c757f4828172fcf45a9fad05ab34
|
||||
size 78368
|
||||
3
ocaml-extlib-1.8.0.tar.xz
Normal file
3
ocaml-extlib-1.8.0.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:879b1d50788cb5f0cc2b1fe751979a509bc8eebfd28211930c289566d9f8d505
|
||||
size 77740
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user