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