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-unicode-segmentation] rawhide: Update to version 1.13.13; Fixes RHBZ#2450852
Date: Thu, 02 Jul 2026 13:34:56 GMT	[thread overview]
Message-ID: <178299929653.1.2048531363325465255.rpms-rust-unicode-segmentation-b94ea2b9b03d@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-unicode-segmentation
Branch : rawhide
Commit : b94ea2b9b03dbdf1bf50ead8db48a7774716e648
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-02T14:14:42+01:00
Stats  : +12/-43 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-unicode-segmentation/c/b94ea2b9b03dbdf1bf50ead8db48a7774716e648?branch=rawhide

Log:
Update to version 1.13.13; Fixes RHBZ#2450852

---
diff --git a/.gitignore b/.gitignore
index d0bcfd0..9c2b845 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /unicode-segmentation-1.10.1.crate
 /unicode-segmentation-1.11.0.crate
 /unicode-segmentation-1.12.0.crate
+/unicode-segmentation-1.13.3.crate

diff --git a/rust-unicode-segmentation.spec b/rust-unicode-segmentation.spec
index 26ec7df..998462d 100644
--- a/rust-unicode-segmentation.spec
+++ b/rust-unicode-segmentation.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 26
-%bcond_without check
+# Generated by rust2rpm 28
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate unicode-segmentation
 
 Name:           rust-unicode-segmentation
-Version:        1.12.0
+Version:        1.13.3
 Release:        %autorelease
 Summary:        Grapheme Cluster, Word and Sentence boundaries
 
@@ -13,9 +13,6 @@ License:        MIT OR Apache-2.0
 URL:            https://crates.io/crates/unicode-segmentation
 Source:         %{crates_source}
 # Manually created patch for downstream crate metadata changes
-# * bump quickcheck from 0.7 to 1.0:
-#   https://github.com/unicode-rs/unicode-segmentation/pull/60
-# * exclude scripts that are only useful for upstream
 # * drop unused, benchmark-only criterion dev-dependency
 Patch:          unicode-segmentation-fix-metadata.diff
 

diff --git a/rust2rpm.toml b/rust2rpm.toml
index e76f8f8..dad287e 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,8 +1,6 @@
 [package]
 summary = "Grapheme Cluster, Word and Sentence boundaries"
 cargo-toml-patch-comments = [
-    "bump quickcheck from 0.7 to 1.0: https://github.com/unicode-rs/unicode-segmentation/pull/60",
-    "exclude scripts that are only useful for upstream",
     "drop unused, benchmark-only criterion dev-dependency",
 ]
 

diff --git a/sources b/sources
index efe9f7f..a51e63c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (unicode-segmentation-1.12.0.crate) = 55eebfe5e9972b39d7c0011d80eb5f517d636de37870999119a3d8f064f21f67b66a5ba9761d562738b05f220e21d56b5be7bbd9cc51662994e40dd67c38f946
+SHA512 (unicode-segmentation-1.13.3.crate) = 927f3d2662c40213c6d824c410e3559f180fba5736abdea566ad9f3ed357c5a82f84f63e7fb89c6b18dfba2903d2dc43663b79d0b9f7672a42926e0ba49c85d1

diff --git a/unicode-segmentation-fix-metadata.diff b/unicode-segmentation-fix-metadata.diff
index 1bbef52..f79c739 100644
--- a/unicode-segmentation-fix-metadata.diff
+++ b/unicode-segmentation-fix-metadata.diff
@@ -1,39 +1,12 @@
---- unicode-segmentation-1.12.0/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ unicode-segmentation-1.12.0/Cargo.toml	2024-09-16T20:37:35.225395+00:00
-@@ -21,7 +21,7 @@
- exclude = [
-     "/.github",
-     "/benches/texts",
--    "/scripts/**.rs",
-+    "/scripts/*",
-     "*.txt",
- ]
- autobins = false
-@@ -52,26 +52,8 @@
- name = "test"
- path = "tests/test.rs"
+--- unicode-segmentation-1.13.3/Cargo.toml	2006-07-24T01:21:28+00:00
++++ unicode-segmentation-1.13.3/Cargo.toml	2026-07-02T13:04:56.085632+00:00
+@@ -81,9 +81,6 @@
+ path = "benches/words.rs"
+ harness = false
  
--[[bench]]
--name = "chars"
--path = "benches/chars.rs"
--harness = false
--
--[[bench]]
--name = "word_bounds"
--path = "benches/word_bounds.rs"
--harness = false
--
--[[bench]]
--name = "words"
--path = "benches/words.rs"
--harness = false
--
 -[dev-dependencies.criterion]
 -version = "0.5"
 -
- [dev-dependencies.quickcheck]
--version = "0.7"
-+version = "1.0"
+ [dev-dependencies.proptest]
+ version = "1.7.0"
  
- [features]
- no_std = []

                 reply	other threads:[~2026-07-02 13:34 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=178299929653.1.2048531363325465255.rpms-rust-unicode-segmentation-b94ea2b9b03d@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