3 Commits

5 changed files with 15 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-base64</param>
<param name="revision">084346f14ed1e6706d733402dd6ff65b0dc4f718</param>
<param name="revision">edc588cb89f699e17ea13494898cca4bd7d46b8b</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/mirage/ocaml-base64.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:9e6e79727c3b3533e24d1a4d1fc6ba8889c838d34a0abe879a3c65f07709efc9
size 16964

View File

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

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 11 11:11:11 UTC 2025 - ohering@suse.de
- Update to version 3.5.2
see included CHANGES.md file for details
-------------------------------------------------------------------
Fri Apr 4 04:04:04 UTC 2025 - ohering@suse.de

View File

@@ -1,7 +1,7 @@
#
# spec file for package ocaml-base64
#
# 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
@@ -30,7 +30,7 @@ ExclusiveArch: do-not-build
%define pkg ocaml-base64
Name: %pkg%nsuffix
Version: 3.5.1
Version: 3.5.2
Release: 0
%{?ocaml_preserve_bytecode}
Summary: Base64 encoding and decoding in OCaml