From 0de67addaa00af50290ddbcdea369cf73d06e3f6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 11 Jan 2024 21:12:52 +0100 Subject: [PATCH] Update to version 0.3.14; Fixes RHBZ#2253376 --- .gitignore | 1 + rust-unicode-bidi.spec | 8 ++++---- sources | 2 +- unicode-bidi-fix-metadata.diff | 4 ++-- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 780d01e..1444d6f 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/rust-unicode-bidi.spec b/rust-unicode-bidi.spec index 409d8ec..5e041c7 100644 --- a/rust-unicode-bidi.spec +++ b/rust-unicode-bidi.spec @@ -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 diff --git a/sources b/sources index 5b7401e..95bc777 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (unicode-bidi-0.3.13.crate) = fb094fcfd907d90fa7232432aca0143209446e4c5c73d8a0fe6d2dc44b9dbb5b8b926c59b5e3f9a5a0a36f91c04613509b6e430c9c4adf526e7445e6e8d7a3d9 +SHA512 (unicode-bidi-0.3.14.crate) = 8793d415e33f1f693ba5928d8aa09ad6dc10bca6d8ad338fca527e5b142d1ea1cb84515459a9fa0a821ae68747cae570bd3872646fcf218ebc7167ad41c97379 diff --git a/unicode-bidi-fix-metadata.diff b/unicode-bidi-fix-metadata.diff index 94711c2..215a07b 100644 --- a/unicode-bidi-fix-metadata.diff +++ b/unicode-bidi-fix-metadata.diff @@ -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"