public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jerry James <loganjerry@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/ocaml-uuseg] rawhide: Ensure the Unicode test files versions match
Date: Thu, 24 Sep 2026 01:55:46 GMT	[thread overview]
Message-ID: <179021494645.1.9344594562119956376.rpms-ocaml-uuseg-7c66debc8dad@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/ocaml-uuseg
Branch : rawhide
Commit : 7c66debc8dad725c90222123504546dce2c56c72
Author : Jerry James <loganjerry@gmail.com>
Date   : 2026-09-23T19:55:23-06:00
Stats  : +10/-2 in 3 file(s)
URL    : https://src.fedoraproject.org/rpms/ocaml-uuseg/c/7c66debc8dad725c90222123504546dce2c56c72?branch=rawhide

Log:
Ensure the Unicode test files versions match

---
diff --git a/.gitignore b/.gitignore
index 9f2f860..03d7c45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /uuseg-*.tbz
+/*BreakTest.txt

diff --git a/ocaml-uuseg.spec b/ocaml-uuseg.spec
index 43fda14..d03135a 100644
--- a/ocaml-uuseg.spec
+++ b/ocaml-uuseg.spec
@@ -11,6 +11,10 @@ License:        ISC
 URL:            https://erratique.ch/software/uuseg
 VCS:            git:https://erratique.ch/repos/uuseg.git
 Source:         %{url}/releases/uuseg-%{version}.tbz
+Source:         https://www.unicode.org/Public/%{version}/ucd/auxiliary/GraphemeBreakTest.txt
+Source:         https://www.unicode.org/Public/%{version}/ucd/auxiliary/LineBreakTest.txt
+Source:         https://www.unicode.org/Public/%{version}/ucd/auxiliary/SentenceBreakTest.txt
+Source:         https://www.unicode.org/Public/%{version}/ucd/auxiliary/WordBreakTest.txt
 # Revert changes for an unreleased version of ocaml-b0; affects tests only
 Patch:          %{name}-b0-downgrade.patch
 
@@ -33,7 +37,6 @@ BuildRequires:  ocaml-rpm-macros
 BuildRequires:  ocaml-topkg-devel >= 1.1.0
 BuildRequires:  ocaml-uucp-devel >= 18.0.0
 BuildRequires:  ocaml-uutf-devel >= 1.0.0
-BuildRequires:  unicode-ucd
 
 %description
 Uuseg is an OCaml library for segmenting Unicode text.  It implements the
@@ -62,7 +65,7 @@ developing applications that use %{name}.
 %autosetup -n uuseg-%{version} -p1
 
 # Files needed for the tests
-cp -p %{_datadir}/unicode/ucd/auxiliary/*BreakTest.txt test
+cp -p %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} test
 
 %check
 b0 test

diff --git a/sources b/sources
index 2019a40..172fd2c 100644
--- a/sources
+++ b/sources
@@ -1 +1,5 @@
 SHA512 (uuseg-18.0.0.tbz) = ff7f8d2548e6fe887813d98dae8240236d9881354200bdcf6c8186a958bf9d95ccdc2a19ae31f1dffdf266adaabdc444ba7727c1e50c8a3f1f339b99427f92f1
+SHA512 (GraphemeBreakTest.txt) = 9ecabce1966bb21b15cd4909d3c9e3cd2fb1f0b665797c93814cec5fcc1360c0ad68fd696ce47fe57968f705731cfbcf20efc943a4482319bf9df26f572a4e3d
+SHA512 (LineBreakTest.txt) = 292a9d6b1c45e4960b69edbef5b9ebc00c622f99008a29e7ae354885708e69125f5f9f38266b3347d3c3bd63957aa61887d7469aba88e92593481741248407a4
+SHA512 (SentenceBreakTest.txt) = 5d2794eaf875f7190e2154f01775741eb037e17500196b934978fa8226c739d4455cdd8eff8489ee22824f0a69aa73e7c6d74433b6e02843043a02cad8380e6c
+SHA512 (WordBreakTest.txt) = 18e9144c4ea19412950825fa027cee068232d603fa0a264344f967ce9e1b24f6aebd978f5a786a0a16996d6aa1e55b20b010e1081310f4d0ba3f9c2e9b0e5b40

                 reply	other threads:[~2026-09-24  1:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179021494645.1.9344594562119956376.rpms-ocaml-uuseg-7c66debc8dad@fedoraproject.org \
    --to=loganjerry@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox