public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Benjamin A. Beasley <code@musicinmybrain.net>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-regex] epel10.2: Link upstream issue and PR for missing “fowler” test data
Date: Tue, 23 Jun 2026 13:21:24 GMT	[thread overview]
Message-ID: <178222088407.1.11467390141044078300.rpms-rust-regex-b61c10d0c0ce@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-regex
Branch : epel10.2
Commit : b61c10d0c0ce058f13f04edb370133d4850c8229
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-05-13T11:23:14+01:00
Stats  : +10/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-regex/c/b61c10d0c0ce058f13f04edb370133d4850c8229?branch=epel10.2

Log:
Link upstream issue and PR for missing “fowler” test data

---
diff --git a/rust-regex.spec b/rust-regex.spec
index 3cb553c..ca06823 100644
--- a/rust-regex.spec
+++ b/rust-regex.spec
@@ -307,6 +307,11 @@ use the "use_std" feature of the "%{crate}" crate.
 # Fuzz tests are not included in the crate.
 sed -r -i 's@^mod fuzz;@// &@' tests/lib.rs
 # Neither are the contents of testdata/fowler/.
+# We believe this to be a mistake:
+# - regex 1.12.3: non-fuzzing test data accidentally excluded
+#   https://github.com/rust-lang/regex/issues/1333
+# - fix glob typo in workspace.package.include setting
+#   https://github.com/rust-lang/regex/pull/1335
 sed -r -i 's@^([[:blank:]]*)(load!\("fowler/)@\1// \2@' tests/lib.rs
 %cargo_prep
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index 435d7c9..f126f35 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -3,6 +3,11 @@ pre = [
     "# Fuzz tests are not included in the crate.",
     "sed -r -i 's@^mod fuzz;@// &@' tests/lib.rs",
     "# Neither are the contents of testdata/fowler/.",
+    "# We believe this to be a mistake:",
+    "# - regex 1.12.3: non-fuzzing test data accidentally excluded",
+    "#   https://github.com/rust-lang/regex/issues/1333",
+    "# - fix glob typo in workspace.package.include setting",
+    "#   https://github.com/rust-lang/regex/pull/1335",
     "sed -r -i 's@^([[:blank:]]*)(load!\\(\"fowler/)@\\1// \\2@' tests/lib.rs",
 ]
 

                 reply	other threads:[~2026-06-23 13:21 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=178222088407.1.11467390141044078300.rpms-rust-regex-b61c10d0c0ce@fedoraproject.org \
    --to=code@musicinmybrain.net \
    --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