4 Commits

5 changed files with 16 additions and 10 deletions

View File

@@ -1,17 +1,17 @@
<services>
<service name="tar_scm" mode="disabled">
<service name="tar_scm" mode="manual">
<param name="filename">ocaml-pyml</param>
<param name="revision">01ddf05ecf679f288416ea99f40f9ccbbfbfcb7c</param>
<param name="revision">22e005140cb75d10bba8aac79dc6c5d881bde642</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/thierry-martinez/pyml.git</param>
<param name="url">https://github.com/ocamllibs/pyml.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<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>

Binary file not shown.

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 11 11:11:11 UTC 2025 - ohering@suse.de
- Update to version 20250807
see included CHANGES.md file for details
-------------------------------------------------------------------
Sat Nov 11 11:11:11 UTC 2023 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-pyml
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,7 +29,7 @@ ExclusiveArch: do-not-build
%define pkg ocaml-pyml
Name: %pkg%nsuffix
Version: 20231101
Version: 20250807
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Stdcompat: compatibility module for OCaml standard library