Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e946912dac | |||
| 43d74eb1de |
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-uutf</param>
|
||||
<param name="revision">0536faa28e46a12142954575d95d8d0b86a96f30</param>
|
||||
<param name="revision">28f8d4437e354f01c59b04dcf6588bfc8b6a1e09</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="submodules">disable</param>
|
||||
<param name="url">https://github.com/dbuenzli/uutf.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:7d0e738e46e6f49be97fd53a47608d77ad5c748d731d0f61cca5bc6f1385824f
|
||||
size 22140
|
||||
3
ocaml-uutf-1.0.4.tar.xz
Normal file
3
ocaml-uutf-1.0.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38897701b5e387c1111a57d12978b54e06a81c9d29672f3dbe4b3747998ec147
|
||||
size 22360
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 3 03:03:03 UTC 2025 - ohering@suse.de
|
||||
|
||||
- Update to version 1.0.4
|
||||
see included CHANGES.md file for details
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 04:04:04 UTC 2022 - ohering@suse.de
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ocaml-uutf
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ocaml-uutf
|
||||
Version: 1.0.3
|
||||
Version: 1.0.4
|
||||
Release: 0
|
||||
%{?ocaml_preserve_bytecode}
|
||||
Summary: Non-blocking streaming Unicode codec for OCaml
|
||||
@@ -28,7 +28,7 @@ Source0: %name-%version.tar.xz
|
||||
Patch0: ocaml-uutf.patch
|
||||
BuildRequires: ocaml
|
||||
BuildRequires: ocaml-dune
|
||||
BuildRequires: ocaml-rpm-macros >= 20220222
|
||||
BuildRequires: ocaml-rpm-macros >= 20240909
|
||||
|
||||
%description
|
||||
Uutf is a non-blocking streaming codec to decode and encode the UTF-8,
|
||||
|
||||
Reference in New Issue
Block a user