public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-icu_provider] epel10: Update to version 2.3.0; Fixes RHBZ#2515896
@ 2026-08-28 15:05 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-08-28 15:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-icu_provider
Branch : epel10
Commit : 4bcba4ffa8ce15d7c058f441f8ac7d1d6dd1d5c1
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-08-18T08:24:14+01:00
Stats : +56/-56 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/rust-icu_provider/c/4bcba4ffa8ce15d7c058f441f8ac7d1d6dd1d5c1?branch=epel10
Log:
Update to version 2.3.0; Fixes RHBZ#2515896
---
diff --git a/icu_provider-2.0.0-no-circular-dev-dependencies.patch b/icu_provider-2.0.0-no-circular-dev-dependencies.patch
deleted file mode 100644
index 7c2d424..0000000
--- a/icu_provider-2.0.0-no-circular-dev-dependencies.patch
+++ /dev/null
@@ -1,48 +0,0 @@
-From 3d6891eb63a60ac31ecbf83471a63821cf298d36 Mon Sep 17 00:00:00 2001
-From: "Benjamin A. Beasley" <code@musicinmybrain.net>
-Date: Tue, 1 Jul 2025 00:55:23 -0400
-Subject: [PATCH] Downstream-only: omit doctests requiring circular dev-deps
-
----
- src/fallback.rs | 4 ++--
- src/response.rs | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/fallback.rs b/src/fallback.rs
-index a279bbdf6a..0f3564eae0 100644
---- a/src/fallback.rs
-+++ b/src/fallback.rs
-@@ -51,7 +51,7 @@ pub struct LocaleFallbackConfig {
- ///
- /// Retain the language and script subtags until the final step:
- ///
-- /// ```
-+ /// ```ignore
- /// use icu::locale::fallback::LocaleFallbackConfig;
- /// use icu::locale::fallback::LocaleFallbackPriority;
- /// use icu::locale::locale;
-@@ -79,7 +79,7 @@ pub struct LocaleFallbackConfig {
- ///
- /// Retain the region subtag until the final step:
- ///
-- /// ```
-+ /// ```ignore
- /// use icu::locale::fallback::LocaleFallbackConfig;
- /// use icu::locale::fallback::LocaleFallbackPriority;
- /// use icu::locale::locale;
-diff --git a/src/response.rs b/src/response.rs
-index dcf0605b23..d7b087b1d0 100644
---- a/src/response.rs
-+++ b/src/response.rs
-@@ -764,7 +764,7 @@ where
- /// Short-circuit a data request request based on the marker, returning
- /// a result from a different data provider:
- ///
-- /// ```
-+ /// ```ignore
- /// use core::any::TypeId;
- /// use icu_locale_core::locale;
- /// use icu_provider::hello_world::*;
---
-2.50.0
-
diff --git a/icu_provider-2.3.0-no-circular-dev-dependencies.patch b/icu_provider-2.3.0-no-circular-dev-dependencies.patch
new file mode 100644
index 0000000..7418011
--- /dev/null
+++ b/icu_provider-2.3.0-no-circular-dev-dependencies.patch
@@ -0,0 +1,48 @@
+From e0c6adc8e5a9040d4621e372731f97e5dced5ba0 Mon Sep 17 00:00:00 2001
+From: "Benjamin A. Beasley" <code@musicinmybrain.net>
+Date: Tue, 1 Jul 2025 00:55:23 -0400
+Subject: [PATCH] Downstream-only: omit doctests requiring circular dev-deps
+
+---
+ src/fallback.rs | 4 ++--
+ src/response.rs | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+diff --git a/src/fallback.rs b/src/fallback.rs
+index 822cf14b1a..4f0dd8e73e 100644
+--- a/src/fallback.rs
++++ b/src/fallback.rs
+@@ -53,7 +53,7 @@ pub struct LocaleFallbackConfig {
+ ///
+ /// Retain the language and script subtags until the final step:
+ ///
+- /// ```
++ /// ```ignore
+ /// use icu::locale::LocaleFallbacker;
+ /// use icu::locale::data_locale;
+ /// use icu::locale::fallback::LocaleFallbackConfig;
+@@ -81,7 +81,7 @@ pub struct LocaleFallbackConfig {
+ ///
+ /// Retain the region subtag until the final step:
+ ///
+- /// ```
++ /// ```ignore
+ /// use icu::locale::LocaleFallbacker;
+ /// use icu::locale::data_locale;
+ /// use icu::locale::fallback::LocaleFallbackConfig;
+diff --git a/src/response.rs b/src/response.rs
+index e1101f9a6a..f9f1563bf1 100644
+--- a/src/response.rs
++++ b/src/response.rs
+@@ -765,7 +765,7 @@ where
+ /// Short-circuit a data request request based on the marker, returning
+ /// a result from a different data provider:
+ ///
+- /// ```
++ /// ```ignore
+ /// use core::any::TypeId;
+ /// use icu_locale_core::locale;
+ /// use icu_provider::hello_world::*;
+--
+2.55.0
+
diff --git a/icu_provider-fix-metadata.diff b/icu_provider-fix-metadata.diff
index e458c7d..0f409fd 100644
--- a/icu_provider-fix-metadata.diff
+++ b/icu_provider-fix-metadata.diff
@@ -1,6 +1,6 @@
---- icu_provider-2.2.0/Cargo.toml 2006-07-24T01:21:28+00:00
-+++ icu_provider-2.2.0/Cargo.toml 2026-04-13T08:23:54.015177+00:00
-@@ -185,9 +185,6 @@
+--- icu_provider-2.3.0/Cargo.toml 2006-07-24T01:21:28+00:00
++++ icu_provider-2.3.0/Cargo.toml 2026-08-18T07:23:52.082910+00:00
+@@ -186,9 +186,6 @@
[dev-dependencies.serde_json]
version = "1.0.45"
@@ -9,4 +9,4 @@
-version = "0.5.0"
[lints.clippy]
- alloc-instead-of-core = "warn"
+ alloc_instead_of_core = "warn"
diff --git a/rust-icu_provider.spec b/rust-icu_provider.spec
index aebbda3..45dd3f6 100644
--- a/rust-icu_provider.spec
+++ b/rust-icu_provider.spec
@@ -5,7 +5,7 @@
%global crate icu_provider
Name: rust-icu_provider
-Version: 2.2.0
+Version: 2.3.0
Release: %autorelease
Summary: Trait and struct definitions for the ICU data provider
@@ -17,7 +17,7 @@ Source: %{crates_source}
Patch: icu_provider-fix-metadata.diff
# * Downstream-only: unconditionally skip compiling tests that would require the
# circular (path-based) dev-dependency on the icu crate.
-Patch10: icu_provider-2.0.0-no-circular-dev-dependencies.patch
+Patch10: icu_provider-2.3.0-no-circular-dev-dependencies.patch
BuildRequires: cargo-rpm-macros >= 24
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 86676ff..97e7b8f 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -5,7 +5,7 @@ cargo-toml-patch-comments = [
[[package.extra-patches]]
number = 10
-file = "icu_provider-2.0.0-no-circular-dev-dependencies.patch"
+file = "icu_provider-2.3.0-no-circular-dev-dependencies.patch"
comments = [
"""\
Downstream-only: unconditionally skip compiling tests that would require \
diff --git a/sources b/sources
index 503b22a..d4f4792 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (icu_provider-2.2.0.crate) = a1a193fc08ebe34782efd21b70778c38fd9f6d99c08321cd2bb457d6cc91593ecb806dd61b8179fe9b66d99d79d518081eb1d1e2933b08a3b28158806ad6169a
+SHA512 (icu_provider-2.3.0.crate) = 61a380eb9463728e5912fc2bd0a3dc60cc059ba0121c335a8cbc8b0b9e8f96f94ec247a3fb5df784d3d8b7f34c7d38e73c316e52d96e8a2541594301ba92da87
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 15:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 15:05 [rpms/rust-icu_provider] epel10: Update to version 2.3.0; Fixes RHBZ#2515896 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