public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/ocaml-uunf] rawhide: Ensure the Unicode test file version matches
@ 2026-09-23 22:28 Jerry James
  0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-09-23 22:28 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/ocaml-uunf
Branch : rawhide
Commit : a01a3fe09748b0aaa960e14144091d8c0d49db79
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-09-23T16:28:16-06:00
Stats  : +4/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/ocaml-uunf/c/a01a3fe09748b0aaa960e14144091d8c0d49db79?branch=rawhide

Log:
Ensure the Unicode test file version matches

---
diff --git a/.gitignore b/.gitignore
index d308285..4afd604 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /uunf-*.tbz
+/NormalizationTest.txt

diff --git a/ocaml-uunf.spec b/ocaml-uunf.spec
index 0730326..aa53173 100644
--- a/ocaml-uunf.spec
+++ b/ocaml-uunf.spec
@@ -11,6 +11,7 @@ License:        ISC
 URL:            https://erratique.ch/software/uunf
 VCS:            git:https://erratique.ch/repos/uunf.git
 Source:         %{url}/releases/uunf-%{version}.tbz
+Source:         https://www.unicode.org/Public/%{version}/ucd/NormalizationTest.txt
 # Revert changes for an unreleased version of ocaml-b0; affects tests only
 Patch:          %{name}-b0-downgrade.patch
 
@@ -33,7 +34,6 @@ BuildRequires:  ocaml-rpm-macros
 BuildRequires:  ocaml-topkg-devel >= 1.1.0
 BuildRequires:  ocaml-uucd-devel >= 18.0.0
 BuildRequires:  ocaml-uutf-devel >= 1.0.0
-BuildRequires:  unicode-ucd
 
 %description
 Uunf is an OCaml library for normalizing Unicode text.  It supports all
@@ -55,7 +55,7 @@ developing applications that use %{name}.
 
 %prep
 %autosetup -n uunf-%{version} -p1
-ln -s %{_datadir}/unicode/ucd/NormalizationTest.txt test
+cp -p %{SOURCE1} test
 
 %install -a
 # Generate the man page

diff --git a/sources b/sources
index 5c1a2f3..918a922 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
 SHA512 (uunf-18.0.0.tbz) = 739434317d84fb2f60f195d5645093fce5cfeb8ebb7e491345c80799528768a255cc39be05d12f873f028a302bbe0716b0591b8f47c6fe04fe309c6e6c93069c
+SHA512 (NormalizationTest.txt) = 26e1208a8807fea8999e9578ada91e156ea038c8c29531c8e23425c243e4c9df78878da6a7855bba9f1e19e8edf2d0accc99317e6bf4bc49041ac9a5497bb335

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-23 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 22:28 [rpms/ocaml-uunf] rawhide: Ensure the Unicode test file version matches Jerry James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox