public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-unicode-segmentation] f44: Update to version 1.13.13; Fixes RHBZ#2450852
@ 2026-07-02 13:37 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-02 13:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-unicode-segmentation
Branch : f44
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=f44
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 = []
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-02 13:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-02 13:37 [rpms/rust-unicode-segmentation] f44: Update to version 1.13.13; Fixes RHBZ#2450852 Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox