Update to version 0.3.14; Fixes RHBZ#2253376

epel9 imports/e9/rust-unicode-bidi-0.3.14-1.el9
Fabio Valentini 1 year ago
parent 1cb40d017f
commit 0de67addaa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -6,3 +6,4 @@
/unicode-bidi-0.3.10.crate
/unicode-bidi-0.3.11.crate
/unicode-bidi-0.3.13.crate
/unicode-bidi-0.3.14.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 24
# Generated by rust2rpm 25
%bcond_without check
%global debug_package %{nil}
%global crate unicode-bidi
Name: rust-unicode-bidi
Version: 0.3.13
Version: 0.3.14
Release: %autorelease
Summary: Implementation of the Unicode Bidirectional Algorithm
@ -17,7 +17,7 @@ Source: %{crates_source}
# * drop references to test files that are not shipped in published crates
Patch: unicode-bidi-fix-metadata.diff
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Implementation of the Unicode Bidirectional Algorithm.}
@ -126,7 +126,7 @@ use the "with_serde" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

@ -1 +1 @@
SHA512 (unicode-bidi-0.3.13.crate) = fb094fcfd907d90fa7232432aca0143209446e4c5c73d8a0fe6d2dc44b9dbb5b8b926c59b5e3f9a5a0a36f91c04613509b6e430c9c4adf526e7445e6e8d7a3d9
SHA512 (unicode-bidi-0.3.14.crate) = 8793d415e33f1f693ba5928d8aa09ad6dc10bca6d8ad338fca527e5b142d1ea1cb84515459a9fa0a821ae68747cae570bd3872646fcf218ebc7167ad41c97379

@ -1,5 +1,5 @@
--- unicode-bidi-0.3.13/Cargo.toml 1970-01-01T00:00:01+00:00
+++ unicode-bidi-0.3.13/Cargo.toml 2023-03-21T13:30:03.973638+00:00
--- 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]
name = "unicode_bidi"

Loading…
Cancel
Save