From d542ec81c689fec8d90e38967269cfe654e35f88 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 4 Jan 2025 16:43:05 +0100 Subject: [PATCH] Update to version 0.3.18; Fixes RHBZ#2332719 --- .gitignore | 1 + rust-unicode-bidi.spec | 6 +++--- rust2rpm.toml | 6 ++++++ sources | 2 +- unicode-bidi-fix-metadata.diff | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) create mode 100644 rust2rpm.toml diff --git a/.gitignore b/.gitignore index c37b5ec..08c0ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /unicode-bidi-0.3.14.crate /unicode-bidi-0.3.15.crate /unicode-bidi-0.3.17.crate +/unicode-bidi-0.3.18.crate diff --git a/rust-unicode-bidi.spec b/rust-unicode-bidi.spec index 6a86f8d..4918d1a 100644 --- a/rust-unicode-bidi.spec +++ b/rust-unicode-bidi.spec @@ -1,11 +1,11 @@ -# Generated by rust2rpm 26 -%bcond_without check +# Generated by rust2rpm 27 +%bcond check 1 %global debug_package %{nil} %global crate unicode-bidi Name: rust-unicode-bidi -Version: 0.3.17 +Version: 0.3.18 Release: %autorelease Summary: Implementation of the Unicode Bidirectional Algorithm diff --git a/rust2rpm.toml b/rust2rpm.toml new file mode 100644 index 0000000..de1f952 --- /dev/null +++ b/rust2rpm.toml @@ -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", +] + diff --git a/sources b/sources index bb7ffc1..dcd5fdb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-bidi-0.3.17.crate) = cf523ff9a2e1face42da035f81bba2476e80d1154f73f3e34cbaf5ce322504e93a520114a54e0a4b2e5d6b930e508ce31b5d8b4f4ed4d39159a8c9a9c7b94d91 +SHA512 (unicode-bidi-0.3.18.crate) = 69b5f220cfe8b7b36471fb0adc7d7852a8c40c497b8a81eacd1293b72c46e09c39c2e0a7218b58f0cb62c5ced397a8eda2c5f358eacdfe5d18aba2bc14afe2bd diff --git a/unicode-bidi-fix-metadata.diff b/unicode-bidi-fix-metadata.diff index 56b33ef..356b69d 100644 --- a/unicode-bidi-fix-metadata.diff +++ b/unicode-bidi-fix-metadata.diff @@ -1,5 +1,5 @@ ---- unicode-bidi-0.3.17/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 1970-01-01T00:00:01+00:00 ++++ unicode-bidi-0.3.18/Cargo.toml 2025-01-04T15:41:44.820263+00:00 @@ -49,14 +49,6 @@ name = "unicode_bidi" path = "src/lib.rs"