Compare commits

...

5 Commits

3
.gitignore vendored

@ -7,3 +7,6 @@
/unicode-bidi-0.3.11.crate
/unicode-bidi-0.3.13.crate
/unicode-bidi-0.3.14.crate
/unicode-bidi-0.3.15.crate
/unicode-bidi-0.3.17.crate
/unicode-bidi-0.3.18.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 25
%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.14
Version: 0.3.18
Release: %autorelease
Summary: Implementation of the Unicode Bidirectional Algorithm
@ -89,6 +89,18 @@ use the "serde" feature of the "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+smallvec-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+smallvec-devel %{_description}
This package contains library source intended for building other packages which
use the "smallvec" feature of the "%{crate}" crate.
%files -n %{name}+smallvec-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch

@ -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.14.crate) = 8793d415e33f1f693ba5928d8aa09ad6dc10bca6d8ad338fca527e5b142d1ea1cb84515459a9fa0a821ae68747cae570bd3872646fcf218ebc7167ad41c97379
SHA512 (unicode-bidi-0.3.18.crate) = 69b5f220cfe8b7b36471fb0adc7d7852a8c40c497b8a81eacd1293b72c46e09c39c2e0a7218b58f0cb62c5ced397a8eda2c5f358eacdfe5d18aba2bc14afe2bd

@ -1,14 +1,9 @@
--- unicode-bidi-0.3.14/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.14/Cargo.toml 2024-01-11T20:11:34.312732+00:00
@@ -42,19 +42,6 @@
[lib]
--- 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"
-[[test]]
-name = "conformance_tests"
-path = "tests/conformance_tests.rs"
-required-features = ["hardcoded-data"]
-
-[dependencies.flame]
-version = "0.2"
-optional = true
@ -20,7 +15,7 @@
[dependencies.serde]
version = ">=0.8, <2.0"
features = ["derive"]
@@ -70,10 +57,6 @@
@@ -77,10 +69,6 @@
"std",
"hardcoded-data",
]

Loading…
Cancel
Save