import rust-unicode-bidi-0.3.14-1.el9

i9ce changed/i9ce/rust-unicode-bidi-0.3.14-1.el9
MSVSphere Packaging Team 1 year ago
parent 151fe66680
commit 71908db7cf

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/unicode-bidi-0.3.14.crate

@ -0,0 +1 @@
546e9605cacf4979198c90ec10963cadb82b5a9f SOURCES/unicode-bidi-0.3.14.crate

Binary file not shown.

@ -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"

@ -8,14 +8,14 @@
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# 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
@ -27,7 +27,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.}
@ -136,7 +136,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
@ -154,9 +154,15 @@ use the "with_serde" feature of the "%{crate}" crate.
%endif
%changelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.13-1
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.14-1
- Rebuilt for MSVSphere 9.3
* Thu Jan 11 2024 Fabio Valentini <decathorpe@gmail.com> - 0.3.14-1
- Update to version 0.3.14; Fixes RHBZ#2253376
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Mar 21 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.13-1
- Update to version 0.3.13; Fixes RHBZ#2179410

Loading…
Cancel
Save