Update to version 0.3.18; Fixes RHBZ#2332719

epel10 imports/epel10/rust-unicode-bidi-0.3.18-1.el10
Fabio Valentini 1 month ago
parent d909f981c7
commit d542ec81c6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -9,3 +9,4 @@
/unicode-bidi-0.3.14.crate /unicode-bidi-0.3.14.crate
/unicode-bidi-0.3.15.crate /unicode-bidi-0.3.15.crate
/unicode-bidi-0.3.17.crate /unicode-bidi-0.3.17.crate
/unicode-bidi-0.3.18.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate unicode-bidi %global crate unicode-bidi
Name: rust-unicode-bidi Name: rust-unicode-bidi
Version: 0.3.17 Version: 0.3.18
Release: %autorelease Release: %autorelease
Summary: Implementation of the Unicode Bidirectional Algorithm Summary: Implementation of the Unicode Bidirectional Algorithm

@ -0,0 +1,6 @@
[package]
cargo-toml-patch-comments = [
"drop unused flame_it feature with missing dependencies",
"drop references to test files that are not shipped in published crates",
]

@ -1 +1 @@
SHA512 (unicode-bidi-0.3.17.crate) = cf523ff9a2e1face42da035f81bba2476e80d1154f73f3e34cbaf5ce322504e93a520114a54e0a4b2e5d6b930e508ce31b5d8b4f4ed4d39159a8c9a9c7b94d91 SHA512 (unicode-bidi-0.3.18.crate) = 69b5f220cfe8b7b36471fb0adc7d7852a8c40c497b8a81eacd1293b72c46e09c39c2e0a7218b58f0cb62c5ced397a8eda2c5f358eacdfe5d18aba2bc14afe2bd

@ -1,5 +1,5 @@
--- unicode-bidi-0.3.17/Cargo.toml 1970-01-01T00:00:01+00:00 --- unicode-bidi-0.3.18/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.17/Cargo.toml 2024-10-04T17:15:42.511428+00:00 +++ unicode-bidi-0.3.18/Cargo.toml 2025-01-04T15:41:44.820263+00:00
@@ -49,14 +49,6 @@ @@ -49,14 +49,6 @@
name = "unicode_bidi" name = "unicode_bidi"
path = "src/lib.rs" path = "src/lib.rs"

Loading…
Cancel
Save