diff --git a/.gitignore b/.gitignore index 5060332..96aa226 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/unicode-bidi-0.3.17.crate +SOURCES/unicode-bidi-0.3.18.crate diff --git a/.rust-unicode-bidi.metadata b/.rust-unicode-bidi.metadata index a5aedfb..57707bc 100644 --- a/.rust-unicode-bidi.metadata +++ b/.rust-unicode-bidi.metadata @@ -1 +1 @@ -f4e33925b68f9ff4eb87162d218d37fc1b39205c SOURCES/unicode-bidi-0.3.17.crate +ee44535aeee070dda04cbebd8177333a4908a0b2 SOURCES/unicode-bidi-0.3.18.crate diff --git a/SOURCES/rust2rpm.toml b/SOURCES/rust2rpm.toml new file mode 100644 index 0000000..de1f952 --- /dev/null +++ b/SOURCES/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/unicode-bidi-fix-metadata.diff b/SOURCES/unicode-bidi-fix-metadata.diff index 56b33ef..356b69d 100644 --- a/SOURCES/unicode-bidi-fix-metadata.diff +++ b/SOURCES/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" diff --git a/SPECS/rust-unicode-bidi.spec b/SPECS/rust-unicode-bidi.spec index f10b7c7..13d9c45 100644 --- a/SPECS/rust-unicode-bidi.spec +++ b/SPECS/rust-unicode-bidi.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.7.2) +## (rpmautospec version 0.7.3) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: release_number = 1; @@ -8,14 +8,14 @@ }%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}} ## END: Set by rpmautospec -# 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 @@ -166,10 +166,13 @@ use the "with_serde" feature of the "%{crate}" crate. %endif %changelog +## START: Generated by rpmautospec +* Sat Jan 04 2025 Fabio Valentini - 0.3.18-1 +- Update to version 0.3.18; Fixes RHBZ#2332719 + * Fri Dec 20 2024 MSVSphere Packaging Team - 0.3.17-1 - Rebuilt for MSVSphere 10 -## START: Generated by rpmautospec * Fri Oct 04 2024 Fabio Valentini - 0.3.17-1 - Update to version 0.3.17; Fixes RHBZ#2316166