Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6f4eabcae6 | |||
| 7a7ee05171 | |||
| b4f2b1adb0 | |||
| 75268f42cd |
10
_service
10
_service
@@ -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>
|
||||
|
||||
BIN
ocaml-pyml-20231101.tar.xz
LFS
BIN
ocaml-pyml-20231101.tar.xz
LFS
Binary file not shown.
3
ocaml-pyml-20250807.tar.xz
Normal file
3
ocaml-pyml-20250807.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9235a05f99c46725a3765c825a949bbedc2855110724ad741f00b0334b9b9941
|
||||
size 75496
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user