|
|
@ -8,14 +8,14 @@
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
%bcond_without check
|
|
|
|
%bcond_without check
|
|
|
|
%global debug_package %{nil}
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
|
|
%global crate data-encoding
|
|
|
|
%global crate data-encoding
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-data-encoding
|
|
|
|
Name: rust-data-encoding
|
|
|
|
Version: 2.4.0
|
|
|
|
Version: 2.5.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Efficient and customizable data-encoding functions like base64, base32, and hex
|
|
|
|
Summary: Efficient and customizable data-encoding functions like base64, base32, and hex
|
|
|
|
|
|
|
|
|
|
|
@ -23,7 +23,7 @@ License: MIT
|
|
|
|
URL: https://crates.io/crates/data-encoding
|
|
|
|
URL: https://crates.io/crates/data-encoding
|
|
|
|
Source: %{crates_source}
|
|
|
|
Source: %{crates_source}
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: rust-packaging >= 21
|
|
|
|
BuildRequires: cargo-rpm-macros >= 24
|
|
|
|
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
%global _description %{expand:
|
|
|
|
Efficient and customizable data-encoding functions like base64, base32,
|
|
|
|
Efficient and customizable data-encoding functions like base64, base32,
|
|
|
@ -82,7 +82,7 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
%ghost %{crate_instdir}/Cargo.toml
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n %{crate}-%{version_no_tilde} -p1
|
|
|
|
%autosetup -n %{crate}-%{version} -p1
|
|
|
|
%cargo_prep
|
|
|
|
%cargo_prep
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
@ -100,9 +100,12 @@ use the "std" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.4.0-1
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.5.0-1
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 14 2024 Fabio Valentini <decathorpe@gmail.com> - 2.5.0-1
|
|
|
|
|
|
|
|
- Update to version 2.5.0; Fixes RHBZ#2250928
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 07 2023 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
|
|
|
|
* Mon Aug 07 2023 Fabio Valentini <decathorpe@gmail.com> - 2.4.0-1
|
|
|
|
- Update to version 2.4.0; Fixes RHBZ#2208772
|
|
|
|
- Update to version 2.4.0; Fixes RHBZ#2208772
|
|
|
|
|
|
|
|
|
|
|
|